diff options
-rw-r--r-- | BUGS | 15 | ||||
-rw-r--r-- | ChangeLog | 18816 | ||||
-rw-r--r-- | NEWS | 2 | ||||
-rwxr-xr-x | NP-VERSION-GEN | 2 | ||||
-rw-r--r-- | configure.in | 2 | ||||
-rw-r--r-- | package.def | 2 |
6 files changed, 11130 insertions, 7709 deletions
@@ -2,10 +2,16 @@ 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.13 release: | 5 | For the 1.4.14 release: |
6 | 6 | ||
7 | 2832451 - check_snmp regression parsing multi-line snmpget responses | ||
8 | 2826570 - check_http does not work with some HTTPS servers | ||
9 | 2823005 - check_swap returns OK if no swap activated | ||
10 | 2786808 - check_http asks for HTTP/1.1, but doesn't understand chunked | ||
11 | 2555782 - check_imap fails with SSL3 | ||
12 | 2550254 - check_ldap with starttls requires hostname to match cert name | ||
13 | 2315953 - check_ping: timeouts when reverse name resolution times out | ||
7 | 2075933 - check_disk segfault on freebsd 7 if using -p option | 14 | 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 | 15 | 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 | 16 | 1984240 - check_tcp Segmentation fault on HP-UX 11.23 |
11 | 1939578 - check_jabber: Always returns WARNING with Openfire server | 17 | 1939578 - check_jabber: Always returns WARNING with Openfire server |
@@ -14,19 +20,14 @@ For the 1.4.13 release: | |||
14 | 1922579 - check_ldap: ldap_init implicitly converted | 20 | 1922579 - check_ldap: ldap_init implicitly converted |
15 | 1904965 - check_apt: SECURITY_RE is not correct | 21 | 1904965 - check_apt: SECURITY_RE is not correct |
16 | 1894850 - check_ping: incorrectly parses ping6 output | 22 | 1894850 - check_ping: incorrectly parses ping6 output |
17 | 1868822 - check_http link fails with openssl installed | ||
18 | 1864404 - check_smtp/check_http miscalculate timezones in cert expiry | ||
19 | 1681516 - output too verbose for various checks | 23 | 1681516 - output too verbose for various checks |
20 | 1670261 - check_snmp might require snmpget with LD_LIBRARY_PATH | ||
21 | 1523748 - check_disk should error if warn range is subset of critical | 24 | 1523748 - check_disk should error if warn range is subset of critical |
22 | 1478287 - check_dns fails with CNAMEs | ||
23 | 1469468 - signal handler in popen.c is broken | 25 | 1469468 - signal handler in popen.c is broken |
24 | 1381604 - Perlsec breaks any perl plugin with perl 5.8.x | 26 | 1381604 - Perlsec breaks any perl plugin with perl 5.8.x |
25 | 1373801 - check_ping timeout on Mandrake 10.1 | 27 | 1373801 - check_ping timeout on Mandrake 10.1 |
26 | 1370031 - check_disk_smb requires DNS agree with NetBIOS names | 28 | 1370031 - check_disk_smb requires DNS agree with NetBIOS names |
27 | 1250982 - check_postgresql: configure test for -lcrypto on OpenBSD | 29 | 1250982 - check_postgresql: configure test for -lcrypto on OpenBSD |
28 | 1225470 - check_swap perf data incorrect | 30 | 1225470 - check_swap perf data incorrect |
29 | 1108499 - check_ping with -U on Debian fails | ||
30 | 1090549 - check_dhcp ignores DHCP replies | 31 | 1090549 - check_dhcp ignores DHCP replies |
31 | 990948 - check_disk_smb doesn't allow spaces in share names | 32 | 990948 - check_disk_smb doesn't allow spaces in share names |
32 | 33 | ||
@@ -1,11343 +1,14763 @@ | |||
1 | 2008-09-25 08:04 tonvoon | 1 | 2009-09-14 Ton Voon <ton.voon@opsera.com> |
2 | 2 | ||
3 | * [r2056] plugins/tests/check_http.t: | 3 | * plugins-root/pst3.c: Ensure dirhandle is closed (Duncan Ferguson) |
4 | Fix small test failure | ||
5 | 4 | ||
6 | 2008-09-25 08:01 tonvoon | 5 | 2009-09-11 Ton Voon <ton.voon@opsera.com> |
7 | 6 | ||
8 | * [r2055] doc/LEAVERS, doc/NEW_STARTERS, doc/RELEASING: | 7 | * plugins/t/check_snmp.t: Fix skip number |
9 | Moving project administration documents to nagiosplugins.org site | ||
10 | 8 | ||
11 | 2008-09-02 12:28 dermoth | 9 | 2009-09-05 Thomas Guyot-Sionnest <dermoth@aei.ca> |
12 | 10 | ||
13 | * [r2054] plugins/check_ntp_peer.c: | 11 | * plugins/tests/check_snmp.t: Add a test that succeeds on check_snmp |
14 | Typo | 12 | v1.4.13. Newer versions skip additional lines so this new test fails |
13 | on the current head. Note: check_snmp v1.4.13 with multi-line strings return somewhat v3 | ||
14 | output; it's not exactly what the specs say but it doesn't appears | ||
15 | to break them either. The fix could eventually supports both v2 and | ||
16 | v3 output formats. | ||
15 | 17 | ||
16 | 2008-09-02 11:26 hweiss | 18 | 2009-08-05 Thomas Guyot-Sionnest <dermoth@aei.ca> |
17 | 19 | ||
18 | * [r2053] THANKS.in, plugins/check_http.c: | 20 | * plugins/check_snmp.c: Fix segfault in check_snmp (definitive fix |
19 | Some HTTP server applications/configurations cause trouble if the | 21 | is still in the works - see bug #2832451) |
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 | 22 | ||
24 | 2008-09-02 03:42 dermoth | 23 | 2009-07-31 Thomas Guyot-Sionnest <dermoth@aei.ca> |
25 | 24 | ||
26 | * [r2052] NEWS, plugins/check_ntp_peer.c: | 25 | * plugins/check_snmp.c: Fix check_snmp passing single-quotes as -m |
27 | Fix possible segfault in check_ntp_peer with deliberately invalid | 26 | argument when it should be empty |
28 | packets | ||
29 | 27 | ||
30 | 2008-09-01 14:04 dermoth | 28 | 2009-07-31 Thomas Guyot-Sionnest <dermoth@aei.ca> |
31 | 29 | ||
32 | * [r2051] NEWS, plugins/check_ntp_peer.c, plugins/check_ntp_time.c: | 30 | * plugins/check_snmp.c, plugins/t/check_snmp.t: check_snmp: Add some |
33 | check_ntp_peer/check_ntp_time used to show port in --help but | 31 | verbose output and tests |
34 | ignored the argument - now implemented. | ||
35 | 32 | ||
36 | 2008-09-01 14:04 dermoth | 33 | 2009-07-31 Thomas Guyot-Sionnest <dermoth@aei.ca> |
37 | 34 | ||
38 | * [r2050] NEWS, THANKS.in, plugins/check_http.c: | 35 | * plugins/tests/check_snmp.t, plugins/tests/check_snmp_agent.pl, |
39 | Revert "Re-structure the HTTP 1.1 headers to prevent 301s on | 36 | plugins/tests/conf/snmpd.conf: Add tests using custom snmp agent Only multi-line string test for now (regression test), counter |
40 | servers with virtual hosts" | 37 | rollover tests planed with my snmp_counters_new branch. NB: 64bit counters are broken in NetSNMP::agent from NetSNMP version |
41 | 38 | 5.4.1 and lower, but might come in handy one day | |
42 | This reverts commit 2030 | ||
43 | 39 | ||
44 | 2008-09-01 12:20 hweiss | 40 | 2009-07-31 Thomas Guyot-Sionnest <dermoth@aei.ca> |
45 | 41 | ||
46 | * [r2049] plugins/check_http.c: | 42 | * plugins/t/check_snmp.t: Fix check_snmp Timetick test with <1 day |
47 | Under some circumstances, the 'url' path of a redirection target | 43 | uptime |
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 | 44 | ||
53 | 2008-08-25 18:39 tonvoon | 45 | 2009-07-23 Thomas Guyot-Sionnest <dermoth@aei.ca> |
54 | 46 | ||
55 | * [r2048] plugins/tests/check_http.t: | 47 | * doc/RELEASING: Add accidentally removed line plus a note about the |
56 | Fix HTTP::Daemon::VERSION to get a fixed header size for tests | 48 | web copy |
57 | (Sven Nierlein) | ||
58 | 49 | ||
59 | 2008-08-25 13:26 tonvoon | 50 | 2009-07-23 Thomas Guyot-Sionnest <dermoth@aei.ca> |
60 | 51 | ||
61 | * [r2047] plugins/tests/check_http.t: | 52 | * doc/RELEASING: Merge changes from web |
62 | Updated with more tests re: multiple status codes (Sven Nierlein) | ||
63 | 53 | ||
64 | 2008-08-25 11:42 hweiss | 54 | 2009-07-17 Ton Voon <ton.voon@opsera.com> |
65 | 55 | ||
66 | * [r2046] NEWS, THANKS.in, plugins/check_http.c, | 56 | * doc/developer-guidelines.sgml: Updated links for |
67 | plugins/tests/check_http.t: | 57 | exchange.nagios.org |
68 | The "-e" option now accepts a comma-delimited list of expected | ||
69 | status lines (Sven Nierlein - 1894496). | ||
70 | 58 | ||
71 | 2008-08-22 13:08 tonvoon | 59 | 2009-07-14 Ton Voon <ton.voon@opsera.com> |
72 | 60 | ||
73 | * [r2045] plugins/tests/check_http.t, plugins/tests/var/root: | 61 | * NEWS, THANKS.in, plugins-root/pst3.c: pst3 compile with Sun Studio |
74 | Added HTTP tests for status codes | 62 | Compiler |
75 | 63 | ||
76 | 2008-08-21 21:52 tonvoon | 64 | 2009-06-22 Ton Voon <ton.voon@opsera.com> |
77 | 65 | ||
78 | * [r2044] configure.in: | 66 | * plugins/check_cluster.c: Added example for check_cluster to alert |
79 | Only include extra-opts tests if libtap is enabled | 67 | if more than X non-OK states |
80 | 68 | ||
81 | 2008-08-21 15:21 tonvoon | 69 | 2009-06-16 Matthias Eble <psychotrahe@gmx.de> |
82 | 70 | ||
83 | * [r2043] NEWS: | 71 | * NPTest.pm: Switch back to "use Test" and plain prints instead of |
84 | Note re: --enable-libtap | 72 | diag() |
85 | 73 | ||
86 | 2008-08-21 15:18 tonvoon | 74 | 2009-06-16 Matthias Eble <psychotrahe@gmx.de> |
87 | 75 | ||
88 | * [r2042] lib/tests/Makefile.am, lib/tests/test_all.t, | 76 | * NPTest.pm: Tinderbox output testing commit |
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 | 77 | ||
97 | 2008-08-21 15:15 tonvoon | 78 | 2009-06-15 Matthias Eble <psychotrahe@gmx.de> |
98 | 79 | ||
99 | * [r2041] tools/tinderbox_build: | 80 | * NPTest.pm, test.pl.in: Make output of "make test" more verbose This is intended to make error fixing based on tinderbox output |
100 | Fix regexp of version number of snapshot | 81 | easier. |
101 | 82 | ||
102 | 2008-08-21 15:12 tonvoon | 83 | 2009-06-14 Matthias Eble <psychotrahe@gmx.de> |
103 | 84 | ||
104 | * [r2040] Makefile.am: | 85 | * plugins-root/check_icmp.c: Fixed error in rtt/rta calculation in |
105 | Remove .svn files in distribution | 86 | case of system clock problems Time differences are now set to 0 in case of backward timejumps so |
87 | there are no wrap-around problems any more. The RTA calculation | ||
88 | hopefully gets a more accurate value in these cases also. | ||
106 | 89 | ||
107 | 2008-08-21 15:12 tonvoon | 90 | 2009-06-13 Matthias Eble <psychotrahe@gmx.de> |
108 | 91 | ||
109 | * [r2039] external/tap-1.01-altinity.tar.gz, | 92 | * plugins-scripts/t/check_ifoperstatus.t, |
110 | external/tap-1.01-nagios-plugins.tar.gz, tools/setup: | 93 | plugins-scripts/t/check_ifstatus.t, plugins/t/check_snmp.t: Fixed |
111 | Renamed altered tap file to nagios-plugins | 94 | testcases for check_snmp, check_ifstatus and check_ifoperstatus when |
95 | no snmp community is specified The checks for invalid/unavailable hosts need a complete command | ||
96 | line. They failed on hosts where no community was specified. Now, | ||
97 | an invalid community is used so the tests can run on hosts w/o snmp | ||
98 | host/community in NPTest.cache. Execution will fail anyway. | ||
112 | 99 | ||
113 | 2008-08-21 09:41 dermoth | 100 | 2009-06-13 Matthias Eble <psychotrahe@gmx.de> |
114 | 101 | ||
115 | * [r2038] plugins/check_ntp_peer.c: | 102 | * plugins-scripts/t/check_ifoperstatus.t, |
116 | Nothing | 103 | plugins-scripts/t/check_ifstatus.t: Further test parameters and skip |
104 | blocks for check_ifoperstatus.t. getTestparam changes for | ||
105 | check_ifstatus.t and ifoperstatus.t Added snmp_interface and snmp_ifxtable test parameters to | ||
106 | check_ifoperstatus.t. Also getTestParameter calls for both plugins | ||
107 | were converted to use three arguments instead of undocumented >3 arg | ||
108 | behaviour which led to redundant data in NPTest.cache. | ||
117 | 109 | ||
118 | 2008-08-21 04:22 dermoth | 110 | 2009-06-11 Matthias Eble <psychotrahe@gmx.de> |
119 | 111 | ||
120 | * [r2037] plugins/check_ntp_peer.c: | 112 | * : commit c66d2c6b3b6d948ff36126f5d3a7629279f47878 Author: Matthias |
121 | Misplaced comment | 113 | Eble <psychotrahe@gmx.de> Date: Thu Jun 11 17:24:52 2009 +0200 |
122 | 114 | ||
123 | 2008-08-21 04:17 dermoth | 115 | 2009-06-11 Matthias Eble <psychotrahe@gmx.de> |
124 | 116 | ||
125 | * [r2036] plugins/check_ntp_peer.c: | 117 | * NEWS, plugins-scripts/check_ifstatus.pl, |
126 | Complete rewrite of the extract_value function | 118 | plugins-scripts/t/check_ifstatus.t: Fixed SNMPv3 behaviour of |
127 | 119 | check_ifstatus. Added -P to define privprotocol (#2343438 - Robin | |
128 | The original one was flawed (easy to trigger segfaults) and did | 120 | Schroeder) check_ifstatus didn't function correctly with SNMPv3. This is fixed |
129 | not allow some whitespaces as permitted by rfc1305. This one has | 121 | now. Created argument-hash for SNMP session creation. This removes |
130 | been troughfully tested with tap (the testing code might get | 122 | redundant code. Session creation was moved out of |
131 | included later) | 123 | process_arguments() and now takes place after setting the timeout |
124 | handler. Additionally the -P argument was added to specify the privprotocol. | ||
132 | 125 | ||
133 | 2008-08-21 04:17 dermoth | 126 | 2009-06-11 Matthias Eble <psychotrahe@gmx.de> |
134 | 127 | ||
135 | * [r2035] lib/parse_ini.c, lib/parse_ini.h, lib/tests/test_opts.c: | 128 | * plugins-scripts/t/check_ifoperstatus.t: Added testcases for |
136 | Typos in comments | 129 | check_ifoperstatus Added testcases for check_ifoperstatus. No SNMPv3 testing included |
130 | for now. | ||
137 | 131 | ||
138 | 2008-08-16 04:47 dermoth | 132 | 2009-06-11 Matthias Eble <psychotrahe@gmx.de> |
139 | 133 | ||
140 | * [r2034] plugins/check_mysql.c, plugins/check_mysql_query.c: | 134 | * plugins-scripts/check_ifoperstatus.pl: minor fixes to |
141 | Fix assignment written as a comparison in validate_arguments() | 135 | check_ifoperstatus Minor output fixes for check_ifoperstatus. Fixed typo so that -n |
142 | when db_pass is NULL (Patch from | 136 | now implies -I as documented. |
143 | http://blog.barfoo.org/projects/rpms-for-sles10) | ||
144 | 137 | ||
145 | 2008-08-16 04:47 dermoth | 138 | 2009-06-10 Thomas Guyot-Sionnest <dermoth@aei.ca> |
146 | 139 | ||
147 | * [r2033] plugins/check_fping.c: | 140 | * lib/extra_opts.h, lib/tests/test_opts1.c, lib/tests/test_opts2.c: |
148 | Fix check_fping --help output (Patch from | 141 | Use a more "natural" way of writing argument lists in extra-opts |
149 | http://blog.barfoo.org/projects/rpms-for-sles10) | 142 | tests. |
150 | 143 | ||
151 | 2008-08-16 01:52 dermoth | 144 | 2009-06-11 Matthias Eble <psychotrahe@gmx.de> |
152 | 145 | ||
153 | * [r2032] plugins/t/check_by_ssh.t: | 146 | * NEWS, plugins-scripts/check_ifoperstatus.pl: check_ifoperstatus is |
154 | Typo | 147 | now more user friendly in case of missing arguments Added proper usage messages in case of missing arguments. Removed |
148 | accidently committed Data::Dumper call. Minor whitespace fixes. | ||
155 | 149 | ||
156 | 2008-08-08 16:12 tonvoon | 150 | 2009-06-11 Matthias Eble <psychotrahe@gmx.de> |
157 | 151 | ||
158 | * [r2031] plugins-root/pst3.c: | 152 | * plugins-scripts/check_ifoperstatus.pl: Whitespace and indent fixes |
159 | Close on fd | 153 | for check_ifoperstatus |
160 | 154 | ||
161 | 2008-08-08 02:25 dermoth | 155 | 2009-06-11 Matthias Eble <psychotrahe@gmx.de> |
162 | 156 | ||
163 | * [r2030] NEWS, THANKS.in, plugins/check_http.c: | 157 | * NEWS, plugins-scripts/check_ifoperstatus.pl: Fixed SNMPv3 |
164 | Re-structure the HTTP 1.1 headers to prevent 301s on servers with | 158 | behaviour of check_ifoperstatus. Added -x to define privprotocol |
165 | virtual hosts | 159 | (#2343438 - Robin Schroeder) check_ifoperstatus didn't function correctly with SNMPv3. This is |
160 | fixed now. Created argument-hash for SNMP session creation. This | ||
161 | removes redundant code. Session creation was moved out of | ||
162 | process_arguments() and now takes place after setting the timeout | ||
163 | handler. Additionally the -x argument was added to specify the privprotocol. | ||
166 | 164 | ||
167 | 2008-08-08 02:08 dermoth | 165 | 2009-06-02 Holger Weiss <holger@zedat.fu-berlin.de> |
168 | 166 | ||
169 | * [r2029] plugins-root/check_icmp.c: | 167 | * THANKS.in, lib/utils_base.c: Fix the memory allocation for the |
170 | Typo in --help output | 168 | thresholds data Allocate the appropriate amount of memory for storing the thresholds |
169 | data. Before, we allocated the amount of memory required for | ||
170 | storing a _pointer_ to the thresholds data. This crashed (at least) | ||
171 | check_mysql when using its "-S" option on FreeBSD/amd64 (as reported | ||
172 | and analyzed by Nikita Kalabukhov - 2797757). Signed-off-by: Holger Weiss <holger@zedat.fu-berlin.de> | ||
171 | 173 | ||
172 | 2008-08-05 11:14 dermoth | 174 | 2009-06-02 Holger Weiss <holger@zedat.fu-berlin.de> |
173 | 175 | ||
174 | * [r2028] tools/devmode: | 176 | * plugins-root/check_icmp.c: Don't use the plain char type for data |
175 | Set -D_FORTIFY_SOURCE=2, and added a comment with link to | 177 | buffers Buffers which are used for holding arbitrary data should be |
176 | explaination of this flag. | 178 | referenced using pointers to void and accessed using pointers to |
179 | unsigned char. Signed-off-by: Holger Weiss <holger@zedat.fu-berlin.de> | ||
177 | 180 | ||
178 | 2008-07-28 20:15 psychotrahe | 181 | 2009-06-01 Matthias Eble <psychotrahe@gmx.de> |
179 | 182 | ||
180 | * [r2027] plugins-root/check_icmp.c: | 183 | * plugins/check_pgsql.c: Whitespace indent fixes for check_pgsql |
181 | -b option now specifies ICMP data bytes instead of packet size | ||
182 | 184 | ||
183 | 2008-07-17 07:06 psychotrahe | 185 | 2009-06-01 Matthias Eble <psychotrahe@gmx.de> |
184 | 186 | ||
185 | * [r2026] NEWS, plugins-root/check_icmp.c: | 187 | * plugins-root/check_icmp.c: Fixed check_icmp compiler warnings by |
186 | Add support for packet size modification (-b) | 188 | including float.h Self defined DBL_MAX caused compiler warnings. Now float.h which |
189 | defines DBL_MAX is included. | ||
187 | 190 | ||
188 | 2008-07-10 10:03 dermoth | 191 | 2009-06-01 Matthias Eble <psychotrahe@gmx.de> |
189 | 192 | ||
190 | * [r2025] plugins/check_disk.c: | 193 | * plugins-root/check_icmp.c: Fixed --help output for warn and |
191 | Verbose should not have to exceed 3 as per developement | 194 | critical thresholds (sf.net #2796624, debian #530553) check_icmp wrongly calculated the current thresholds in --help |
192 | guidelines | 195 | output. |
193 | 196 | ||
194 | 2008-07-10 10:03 dermoth | 197 | 2009-06-01 Matthias Eble <psychotrahe@gmx.de> |
195 | 198 | ||
196 | * [r2024] tools/devmode: | 199 | * plugins/check_pgsql.c: Added verbose output to check_pgsql |
197 | Add -D_FORTIFY_SOURCE | 200 | (#2799281 - Jun Kuriyama) check_pgsql displayed the -v flag in help output, but didn't accept |
201 | the verbosity argument. Added -v and basic verbose output. | ||
198 | 202 | ||
199 | 2008-07-10 10:03 dermoth | 203 | 2009-06-01 Matthias Eble <psychotrahe@gmx.de> |
200 | 204 | ||
201 | * [r2023] plugins/check_ups.c: | 205 | * NEWS, plugins/check_fping.c: check_fping now supports passing |
202 | Typo in check_ups | 206 | target timeout and interval to fping (#2347686 - Martin Foster) Added support for passing timeout and interval length to |
207 | check_fping. To protect compatibility, both options use fping's | ||
208 | defaults if they are not specified on the command line. | ||
203 | 209 | ||
204 | 2008-07-09 21:54 psychotrahe | 210 | 2009-05-27 Thomas Guyot-Sionnest <dermoth@aei.ca> |
205 | 211 | ||
206 | * [r2022] plugins/t/check_snmp.t: | 212 | * NEWS, lib/utils_base.h, plugins/check_snmp.c, |
207 | rewrote check_snmp.t to use Test::More added perfdata checking | 213 | plugins/t/check_snmp.t: check_snmp: Make use of standard threshold |
208 | for string values | 214 | functions This patch makes use of standard threshold functions. This allows |
215 | using doubles as thresholds. Since SNMP supports only integers, double precision numbers are | ||
216 | only printed when parsed from a STRING type. In addition, support for printing properly Timeticks type has been | ||
217 | added, and the code has been thoroughly cleaned. | ||
209 | 218 | ||
210 | 2008-07-09 21:53 psychotrahe | 219 | 2009-05-27 Thomas Guyot-Sionnest <dermoth@aei.ca> |
211 | 220 | ||
212 | * [r2021] NEWS, plugins/check_snmp.c: | 221 | * plugins/check_snmp.c: Fix whitespaces in check_snmp |
213 | check_snmp now only prints perfdata for non numeric values (Joerg | ||
214 | Linge #1867716) | ||
215 | 222 | ||
216 | 2008-07-08 10:09 tonvoon | 223 | 2009-05-26 Thomas Guyot-Sionnest <dermoth@aei.ca> |
217 | 224 | ||
218 | * [r2020] Makefile.am, tools/tinderbox_build: | 225 | * NEWS, THANKS.in, plugins/Makefile.am, plugins/check_by_ssh.c: Fix |
219 | Removed libtap configuration for the moment, as tinderbox builds | 226 | check_by_ssh interpretation of quotes in -C parameter (#1985246, |
220 | are breaking | 227 | #2268675) |
221 | 228 | ||
222 | 2008-07-08 09:31 tonvoon | 229 | 2009-05-22 Matthias Eble <psychotrahe@gmx.de> |
223 | 230 | ||
224 | * [r2019] NEWS, lib/utils_cmd.c, lib/utils_cmd.h, | 231 | * NEWS, plugins/check_mrtgtraf.c: Fixed wrong perfdata label for |
225 | plugins/Makefile.am, plugins/check_procs.c: | 232 | output traffic in check_mrtgtraf check_mrtgtraf used the label "in" for both input and output |
226 | check_procs captures stderr and adds to plugin output. This is | 233 | traffic. This fixed, now. |
227 | from a merge of branch nagiosplug/branches/new_threshold_syntax | ||
228 | 1979:1982 | ||
229 | 234 | ||
230 | 2008-07-06 12:57 hweiss | 235 | 2009-05-22 Matthias Eble <psychotrahe@gmx.de> |
231 | 236 | ||
232 | * [r2018] plugins-root/check_dhcp.c: | 237 | * plugins/check_smtp.c: Removed -n option in check_smtp's help and |
233 | Don't try to set the "SO_BROADCAST" socket option for unicast | 238 | usage output (#2782784) Check_smtp's help showed the -n/--nocommand options to not send an |
234 | requests. (Also, removed the unused "DHCP_UNICAST_FLAG" macro.) | 239 | SMTP command. This usage is covered by check_tcp and is thus not |
240 | needed in check_smtp. | ||
235 | 241 | ||
236 | 2008-07-02 20:07 tonvoon | 242 | 2009-05-20 Thomas Guyot-Sionnest <dermoth@aei.ca> |
237 | 243 | ||
238 | * [r2017] lib/tests/Makefile.am: | 244 | * plugins/sslutils.c: Whitespace changes only |
239 | Use tap.h from the libtap directory | ||
240 | 245 | ||
241 | 2008-07-02 20:00 tonvoon | 246 | 2009-05-20 Thomas Guyot-Sionnest <dermoth@aei.ca> |
242 | 247 | ||
243 | * [r2016] plugins-root/Makefile.am, plugins-root/pst3.c: | 248 | * NEWS, THANKS.in, plugins/check_http.c, plugins/netutils.h, |
244 | Change pst3 again, this time to remove use of kvm which is not | 249 | plugins/sslutils.c: check_http: Add SSL/TLS hostname extension |
245 | available in Solaris 10 non-global zones. Uses /proc, which is | 250 | support (SNI) - (#1939022 - Joe Presbrey) |
246 | not available in older versions of Solaris. | ||
247 | 251 | ||
248 | 2008-06-30 14:32 tonvoon | 252 | 2009-05-20 Thomas Guyot-Sionnest <dermoth@aei.ca> |
249 | 253 | ||
250 | * [r2015] tools/setup: | 254 | * NEWS, THANKS.in, plugins-scripts/subst.in: Fix awk subst.in/subst |
251 | Fixed bug in tools/setup if docbook was run | 255 | script path error (#2722832 - Martin Foster) |
252 | 256 | ||
253 | 2008-06-30 09:01 tonvoon | 257 | 2009-05-20 Thomas Guyot-Sionnest <dermoth@aei.ca> |
254 | 258 | ||
255 | * [r2014] Makefile.am: | 259 | * NEWS, THANKS.in, plugins/check_mysql.c, |
256 | Have to list tap_dir manually to get into make dist | 260 | plugins/check_mysql_query.c: Fix check_mysql* not using password set |
261 | in my.cnf (#2531905 - Ben Timby) | ||
257 | 262 | ||
258 | 2008-06-26 22:00 tonvoon | 263 | 2009-05-20 Holger Weiss <holger@zedat.fu-berlin.de> |
259 | 264 | ||
260 | * [r2013] Makefile.am, configure.in, external, external/README, | 265 | * gl/Makefile.am, gl/alignof.h, gl/arpa_inet.in.h, gl/c-strtod.c, |
261 | external/tap-1.01-altinity.tar.gz, lib/tests/Makefile.am, | 266 | gl/c-strtod.h, gl/config.charset, gl/dup-safer.c, gl/fd-safer.c, |
262 | tools/setup, tools/tinderbox_build: | 267 | gl/fsusage.c, gl/gai_strerror.c, gl/getloadavg.c, gl/getopt1.c, |
263 | Adding libtap into distribution to help run C based tests | 268 | gl/gettext.h, gl/localcharset.c, gl/m4/00gnulib.m4, gl/m4/btowc.m4, |
269 | gl/m4/c-strtod.m4, gl/m4/errno_h.m4, gl/m4/extensions.m4, | ||
270 | gl/m4/fcntl_h.m4, gl/m4/floorf.m4, gl/m4/gnulib-common.m4, | ||
271 | gl/m4/gnulib-comp.m4, gl/m4/include_next.m4, gl/m4/inet_ntop.m4, | ||
272 | gl/m4/lib-link.m4, gl/m4/lib-prefix.m4, gl/m4/locale-fr.m4, | ||
273 | gl/m4/locale-ja.m4, gl/m4/locale-zh.m4, gl/m4/mbrtowc.m4, | ||
274 | gl/m4/mktime.m4, gl/m4/multiarch.m4, gl/m4/printf.m4, | ||
275 | gl/m4/regex.m4, gl/m4/stdint.m4, gl/m4/stdio_h.m4, | ||
276 | gl/m4/stdlib_h.m4, gl/m4/strdup.m4, gl/m4/sys_socket_h.m4, | ||
277 | gl/m4/unistd_h.m4, gl/m4/vasnprintf.m4, gl/m4/wchar.m4, | ||
278 | gl/m4/wcrtomb.m4, gl/math.in.h, gl/mbrtowc.c, gl/mountlist.c, | ||
279 | gl/regex_internal.h, gl/stdint.in.h, gl/stdio.in.h, gl/stdlib.in.h, | ||
280 | gl/strdup.c, gl/strerror.c, gl/sys_socket.in.h, gl/unistd.in.h, | ||
281 | gl/vasnprintf.c, gl/wchar.in.h, gl/xmalloc.c: Sync with the latest | ||
282 | Gnulib code (cb75dc5) Signed-off-by: Holger Weiss <holger@zedat.fu-berlin.de> | ||
264 | 283 | ||
265 | 2008-06-17 14:19 tonvoon | 284 | 2009-05-19 Chris Pepper <pepper@reppep.com> |
266 | 285 | ||
267 | * [r2012] plugins-root/pst3.c: | 286 | * plugins/check_ups.c, plugins/urlize.c: Fix a few minor typos Signed-off-by: Holger Weiss <holger@zedat.fu-berlin.de> |
268 | Fixed possible coredump. Removed one level of subroutines (Duncan | ||
269 | Ferguson) | ||
270 | 287 | ||
271 | 2008-06-09 19:47 psychotrahe | 288 | 2009-05-19 Holger Weiss <holger@zedat.fu-berlin.de> |
272 | 289 | ||
273 | * [r2011] NEWS, plugins/check_dig.c, plugins/t/check_dig.t: | 290 | * doc/developer-guidelines.sgml: Talk about Git instead of CVS Update the Developer Guidelines to reflect the fact that our |
274 | Added testcases for check_dig check_dig's -l option is mandatory | 291 | development is done using Git instead of CVS these days (as noted by |
275 | now (#1986306) | 292 | Chris Pepper on the "nagiosplug-devel" list). While at it, apply another few minor cleanups. Signed-off-by: Holger Weiss <holger@zedat.fu-berlin.de> |
276 | 293 | ||
277 | 2008-06-02 16:22 tonvoon | 294 | 2009-05-19 Holger Weiss <holger@zedat.fu-berlin.de> |
278 | 295 | ||
279 | * [r2010] NEWS, plugins-root/pst3.c: | 296 | * doc/developer-guidelines.sgml: Remove comments regarding former |
280 | Optimised pst3 for systems with large number of processes (Duncan | 297 | requirements Don't explain why Libtool and Gettext are no longer needed. Libtool |
281 | Ferguson) | 298 | actually is a requirement, as (at least) the M4 macros provided by |
299 | Libtool are needed for our Autotools setup. And the fact that | ||
300 | Gettext is no longer needed probably isn't that interesting for new | ||
301 | developers. Signed-off-by: Holger Weiss <holger@zedat.fu-berlin.de> | ||
282 | 302 | ||
283 | 2008-06-02 16:21 tonvoon | 303 | 2009-05-07 Ton Voon <tonvoon@macbook-2.local> |
284 | 304 | ||
285 | * [r2009] NEWS, perlmods/Nagios-Plugin-0.22.tar.gz, | 305 | * NEWS, THANKS.in, plugins/check_disk.c: Fixed typo in check_disk |
286 | perlmods/Nagios-Plugin-0.27.tar.gz: | ||
287 | Updated Nagios::Plugin perl modules to 0.27 | ||
288 | 306 | ||
289 | 2008-05-30 23:38 dermoth | 307 | 2009-05-01 Matthias Eble <psychotrahe@gmx.de> |
290 | 308 | ||
291 | * [r2008] NEWS, THANKS.in, plugins/check_http.c: | 309 | * NEWS, plugins/check_nt.c, plugins/tests/check_nt.t: Fixed crash |
292 | Fix Debian bug #460097: check_http --max-age broken (Hilko | 310 | from check_nt when -H unspecified or given multiple times (sf.net |
293 | Bengen) | 311 | #2731755, debian #521097) |
294 | 312 | ||
295 | 2008-05-29 10:21 dermoth | 313 | 2009-03-24 Thomas Guyot-Sionnest <dermoth@aei.ca> |
296 | 314 | ||
297 | * [r2007] BUGS: | 315 | * NEWS, plugins/check_nt.c: check_nt: allow returning UNKNOWN on |
298 | typo | 316 | timeouts (-u) |
299 | 317 | ||
300 | 2008-05-27 23:44 tonvoon | 318 | 2009-03-24 Thomas Guyot-Sionnest <dermoth@aei.ca> |
301 | 319 | ||
302 | * [r2006] doc/RELEASING: | 320 | * plugins/netutils.c, plugins/netutils.h: Make socket alarm handler |
303 | Changed SF file release to use sftp instead of ftp | 321 | customisable (like c459ca07) |
304 | 322 | ||
305 | 2008-05-27 22:01 tonvoon | 323 | 2009-03-24 Thomas Guyot-Sionnest <dermoth@aei.ca> |
306 | 324 | ||
307 | * [r2004] BUGS, ChangeLog, NEWS, configure.in, package.def: | 325 | * NEWS, THANKS.in, plugins/check_mysql.c: check_mysql: Fix segfault |
308 | Preparation for 1.4.12 release | 326 | with old slaves (#2696823 - Oskar Ahner) |
309 | 327 | ||
310 | 2008-05-27 21:52 tonvoon | 328 | 2009-03-24 Thomas Guyot-Sionnest <dermoth@aei.ca> |
311 | 329 | ||
312 | * [r2003] THANKS.in, configure.in: | 330 | * plugins/check_nt.c: Whitespace and intend cleanup |
313 | Not picking up solaris systems correctly for check_dhcp. Only | ||
314 | affected SunStudio compiles of check_dhcp (1890260 - Rob Windsor) | ||
315 | 331 | ||
316 | 2008-05-27 21:31 tonvoon | 332 | 2009-03-21 Thomas Guyot-Sionnest <dermoth@aei.ca> |
317 | 333 | ||
318 | * [r2002] plugins/check_by_ssh.c: | 334 | * plugins/check_http.c: Update check_http short help with new stycky |
319 | Addition to help to state that -f will always return OK if ssh | 335 | and stickyport options. |
320 | command is executed (Alain Dewit - 1852198) | ||
321 | 336 | ||
322 | 2008-05-27 13:35 tonvoon | 337 | 2009-03-21 Thomas Guyot-Sionnest <dermoth@aei.ca> |
323 | 338 | ||
324 | * [r2001] plugins-root/pst3.c: | 339 | * plugins/check_http.c: check_http: die when an invalid --onredirect |
325 | Add additional PID column heading | 340 | option is specified |
326 | 341 | ||
327 | 2008-05-26 09:43 dermoth | 342 | 2009-03-21 Thomas Guyot-Sionnest <dermoth@aei.ca> |
328 | 343 | ||
329 | * [r2000] NEWS: | 344 | * NEWS, plugins/check_http.c, plugins/tests/check_http.t: |
330 | correct typo in NEWS | 345 | check_http: add --onredirect=stickyport - also follow the same port |
331 | 346 | ||
332 | 2008-05-23 09:09 dermoth | 347 | 2009-03-20 Thomas Guyot-Sionnest <dermoth@aei.ca> |
333 | 348 | ||
334 | * [r1999] REQUIREMENTS: | 349 | * .gitignore, gl/Makefile.am, gl/m4/gnulib-cache.m4, |
335 | Add a note about radiusclient | 350 | gl/m4/gnulib-comp.m4, gl/m4/mktime.m4, gl/m4/time_h.m4, |
351 | gl/m4/time_r.m4, gl/m4/timegm.m4, gl/mktime.c, gl/time.in.h, | ||
352 | gl/time_r.c, gl/timegm.c: Add the timegm Gnulib module | ||
336 | 353 | ||
337 | 2008-05-22 08:25 dermoth | 354 | 2009-03-20 Thomas Guyot-Sionnest <dermoth@aei.ca> |
338 | 355 | ||
339 | * [r1998] NEWS, configure.in: | 356 | * NEWS, plugins/negate.c, plugins/t/negate.t: negate: make timeouts |
340 | Fix linking against OpenSSL where libdl is required | 357 | configurable |
341 | 358 | ||
342 | 2008-05-21 08:57 dermoth | 359 | 2009-03-20 Thomas Guyot-Sionnest <dermoth@aei.ca> |
343 | 360 | ||
344 | * [r1997] NEWS, plugins/check_by_ssh.c, plugins/t/check_by_ssh.t: | 361 | * plugins/utils.c, plugins/utils.h: Make alarm handler customisable |
345 | Fixed passive option in check_by_ssh Also: - On non-skipped | ||
346 | stderr, check_by_ssh now returns UNKNOWN or worse (result from | ||
347 | command) instead of always UNKNOWN. - Fixed passive tests and | ||
348 | make is always run the specified number of tests (using fail if | ||
349 | there's nothing to test). | ||
350 | 362 | ||
351 | 2008-05-20 11:37 dermoth | 363 | 2009-03-20 Thomas Guyot-Sionnest <dermoth@aei.ca> |
352 | 364 | ||
353 | * [r1996] plugins/t/check_by_ssh.t: | 365 | * NEWS, plugins/negate.c: negate: Fix not printing the real timeout |
354 | Oops - forgot to remove the SKIP block (which didn't seem to work | 366 | in ALRM handler when timeout is left to default |
355 | fine) | ||
356 | 367 | ||
357 | 2008-05-20 11:32 dermoth | 368 | 2009-03-20 Thomas Guyot-Sionnest <dermoth@aei.ca> |
358 | 369 | ||
359 | * [r1995] plugins/t/check_by_ssh.t: | 370 | * plugins/tests/check_http.t: tests/check_http.t: Add various |
360 | Add check_by_ssh tests (passive checks are broken - should be | 371 | timeout-related tests |
361 | fixed before next release!) | ||
362 | 372 | ||
363 | 2008-05-20 07:57 dermoth | 373 | 2009-03-19 Thomas Guyot-Sionnest thomas@aei.ca <root@sinnms01.180solutions.com> |
364 | 374 | ||
365 | * [r1994] NEWS, plugins/check_radius.c: | 375 | * NEWS, plugins/check_http.c: Fixed check_http not timing-out on |
366 | Clobber password in check_radius process list aguments | 376 | redirects |
367 | 377 | ||
368 | 2008-05-13 09:14 dermoth | 378 | 2009-03-18 Thomas Guyot-Sionnest <dermoth@aei.ca> |
369 | 379 | ||
370 | * [r1992] plugins/check_dns.c: | 380 | * plugins/sslutils.c, plugins/tests/check_http.t: Revert "Add |
371 | Typo | 381 | timezone support and fix checks around cert expiration" (keep the |
382 | expiration fix) This reverts commit d41a33a434558189300113c28b26e2d3d681d390. | ||
372 | 383 | ||
373 | 2008-05-07 10:02 dermoth | 384 | 2009-03-18 Thomas Guyot-Sionnest <dermoth@aei.ca> |
374 | 385 | ||
375 | * [r1991] plugins-root/check_dhcp.c, plugins-root/check_icmp.c, | 386 | * plugins/t/check_snmp.t: Add suggested multi-oid test (John A. |
376 | plugins/check_apt.c, plugins/check_by_ssh.c, | 387 | Barbuto) |
377 | plugins/check_cluster.c, plugins/check_dig.c, | ||
378 | plugins/check_disk.c, plugins/check_dns.c, plugins/check_fping.c, | ||
379 | plugins/check_game.c, plugins/check_hpjd.c, plugins/check_http.c, | ||
380 | plugins/check_ide_smart.c, plugins/check_ldap.c, | ||
381 | plugins/check_load.c, plugins/check_mrtg.c, | ||
382 | plugins/check_mrtgtraf.c, plugins/check_mysql.c, | ||
383 | plugins/check_mysql_query.c, plugins/check_nagios.c, | ||
384 | plugins/check_nt.c, plugins/check_ntp.c, | ||
385 | plugins/check_ntp_peer.c, plugins/check_ntp_time.c, | ||
386 | plugins/check_nwstat.c, plugins/check_overcr.c, | ||
387 | plugins/check_pgsql.c, plugins/check_ping.c, | ||
388 | plugins/check_procs.c, plugins/check_radius.c, | ||
389 | plugins/check_real.c, plugins/check_smtp.c, plugins/check_snmp.c, | ||
390 | plugins/check_ssh.c, plugins/check_swap.c, plugins/check_tcp.c, | ||
391 | plugins/check_time.c, plugins/check_ups.c, plugins/check_users.c, | ||
392 | plugins/utils.h: | ||
393 | Added support for --extra-opts in all C plugins (disabled by | ||
394 | default, see configure --help) | ||
395 | 388 | ||
396 | 2008-05-07 10:01 dermoth | 389 | 2009-03-18 Thomas Guyot-Sionnest <dermoth@aei.ca> |
397 | 390 | ||
398 | * [r1990] NEWS, THANKS.in, plugins/check_ping.c: | 391 | * plugins/check_snmp.c: check_snmp: Fix potential buffer overflow - |
399 | Added performance data to check_ping (Christian Schneemann) | 392 | enforce MAX_OIDS limit (John A. Barbuto) |
400 | 393 | ||
401 | 2008-05-02 09:28 dermoth | 394 | 2009-03-18 Thomas Guyot-Sionnest <dermoth@aei.ca> |
402 | 395 | ||
403 | * [r1989] NEWS, plugins/negate.c: | 396 | * tools/tinderbox_build: Fix logging of STDERR in tinderbox tests |
404 | negate now has the ability to replace the status text as well | 397 | phase |
405 | (-s, --substitute) Also changed: - default timeout to 11 instead | ||
406 | of 9 (since it's recommended to have a higher timeout, and many | ||
407 | plugins default to 10 seconds) - If there's no STDOUT lines | ||
408 | returned, still returns the returned result if it's NON-ok | ||
409 | instead of forcing it to UNKNOWN | ||
410 | 398 | ||
411 | 2008-04-30 12:50 dermoth | 399 | 2009-03-17 Thomas Guyot-Sionnest <dermoth@aei.ca> |
412 | 400 | ||
413 | * [r1988] NEWS, plugins/check_mysql.c, plugins/check_mysql_query.c, | 401 | * plugins/sslutils.c, plugins/tests/check_http.t: Add timezone |
414 | plugins/t/check_mysql.t: | 402 | support and fix checks around cert expiration |
415 | Add socket support to check_mysql* Also clears the password from | ||
416 | check_mysql command-line options | ||
417 | 403 | ||
418 | 2008-04-29 14:54 hweiss | 404 | 2009-03-17 Thomas Guyot-Sionnest <dermoth@solaris.beaubien.net> |
419 | 405 | ||
420 | * [r1987] configure.in: | 406 | * plugins/t/check_procs.t: Check for existence of pre-instaleld pst3 |
421 | Support "--without-pgsql" (reported by Alex Songe via IRC). | 407 | for Solaris tests in t/check_procs.t |
422 | 408 | ||
423 | 2008-04-29 09:01 dermoth | 409 | 2009-03-17 Thomas Guyot-Sionnest <dermoth@aei.ca> |
424 | 410 | ||
425 | * [r1986] plugins/check_ntp.c, plugins/check_ntp_peer.c, | 411 | * NEWS, plugins/check_http.c: Fix check_http sending HTTP/1.0 with |
426 | plugins/check_ntp_time.c: | 412 | v1.1 headers (#2638765) |
427 | Use UT_THRESHOLDS_NOTES in all plugins | ||
428 | 413 | ||
429 | 2008-04-29 09:01 dermoth | 414 | 2009-03-16 Thomas Guyot-Sionnest <dermoth@solaris.beaubien.net> |
430 | 415 | ||
431 | * [r1985] plugins-root/check_dhcp.c, plugins-root/check_icmp.c: | 416 | * plugins/t/check_snmp.t: Fix check_snmp test on solaris |
432 | --help output cleanup (plus removal of spaces on blank lines) | ||
433 | 417 | ||
434 | 2008-04-27 14:35 dermoth | 418 | 2009-03-16 Thomas Guyot-Sionnest <dermoth@aei.ca> |
435 | 419 | ||
436 | * [r1984] plugins/check_apt.c, plugins/check_by_ssh.c, | 420 | * plugins/tests/check_http.t: Update extended check_http tests for |
437 | plugins/check_cluster.c, plugins/check_dig.c, | 421 | 0d78171... Also add some tests, and make debug mode loop |
438 | plugins/check_disk.c, plugins/check_dns.c, plugins/check_dummy.c, | 422 | infinitely. |
439 | plugins/check_fping.c, plugins/check_game.c, | ||
440 | plugins/check_hpjd.c, plugins/check_http.c, | ||
441 | plugins/check_ide_smart.c, plugins/check_ldap.c, | ||
442 | plugins/check_load.c, plugins/check_mrtg.c, | ||
443 | plugins/check_mrtgtraf.c, plugins/check_mysql.c, | ||
444 | plugins/check_mysql_query.c, plugins/check_nagios.c, | ||
445 | plugins/check_nt.c, plugins/check_ntp.c, | ||
446 | plugins/check_ntp_peer.c, plugins/check_nwstat.c, | ||
447 | plugins/check_overcr.c, plugins/check_pgsql.c, | ||
448 | plugins/check_ping.c, plugins/check_procs.c, | ||
449 | plugins/check_radius.c, plugins/check_real.c, | ||
450 | plugins/check_snmp.c, plugins/check_swap.c, plugins/check_ups.c, | ||
451 | plugins/utils.h: | ||
452 | --help output cleanup (plus removal of spaces on blank lines) | ||
453 | 423 | ||
454 | 2008-04-23 08:19 dermoth | 424 | 2009-03-16 Thomas Guyot-Sionnest <dermoth@aei.ca> |
455 | 425 | ||
456 | * [r1983] plugins/check_radius.c: | 426 | * plugins/check_http.c: check_http fixes: - Fix broken printf on 500 errors - Add bytes to normal output (accidentally removed in 0d78171) |
457 | Correct typo and make the --help notes a bit simpler. | ||
458 | 427 | ||
459 | 2008-04-17 10:46 dermoth | 428 | 2009-03-16 Thomas Guyot-Sionnest <dermoth@aei.ca> |
460 | 429 | ||
461 | * [r1979] plugins/check_dns.c: | 430 | * plugins/check_snmp.c, plugins/t/check_snmp.t: check_snmp fixes: - Fix broken compilation caused by typo in command ending - Remove extra whitespaces at EOL - Fix invalid host test on Ubuntu Hardy (and possibly others) |
462 | Correct the help text | ||
463 | 431 | ||
464 | 2008-04-17 10:37 dermoth | 432 | 2009-03-14 Ton Voon <tonvoon@macbook.local> |
465 | 433 | ||
466 | * [r1978] NEWS, plugins/check_dns.c: | 434 | * plugins/check_snmp.c: Ignore stderr messages unless return code is |
467 | Allow to repeat -a to set multiple possible addresses | 435 | non-zero or there is no output |
468 | 436 | ||
469 | 2008-04-05 08:02 dermoth | 437 | 2009-03-14 Ton Voon <tonvoon@macbook.local> |
470 | 438 | ||
471 | * [r1977] NEWS, plugins/check_ntp.c, plugins/check_ntp_peer.c: | 439 | * NEWS, THANKS.in, plugins/Makefile.am, plugins/check_snmp.c, |
472 | check_ntp and check_ntp_peer now show proper jitter/stratum | 440 | plugins/t/check_snmp.t: Fixed passing of quotes in OID for |
473 | thresholds longopts in --help | 441 | check_snmp (#1985230 - Jan Wagner, patch by John Barbuto) |
474 | 442 | ||
475 | 2008-04-04 10:11 dermoth | 443 | 2009-03-06 Ton Voon <tonvoon@macbook.local> |
476 | 444 | ||
477 | * [r1976] lib/extra_opts.c, lib/parse_ini.c, lib/tests/test_ini.c, | 445 | * plugins/tests/certs/expired-cert.pem, |
478 | lib/tests/test_opts.c: | 446 | plugins/tests/certs/expired-key.pem, plugins/tests/check_http.t: |
479 | make parse_ini die like in N::P if section isn't found | 447 | Create expired cert for testing purposes. Updated tests to check |
448 | expired and unexpired certificates | ||
480 | 449 | ||
481 | 2008-04-02 09:19 dermoth | 450 | 2009-03-05 Ton Voon <tonvoon@macbook.local> |
482 | 451 | ||
483 | * [r1974] lib/Makefile.config-opts, lib/tests/Makefile.config-opts: | 452 | * : commit 8580335779b44f23a97b5534c90262b9658a37d7 Author: Ton Voon |
484 | Delete obsolete files | 453 | <tonvoon@macbook.local> Date: Thu Mar 5 23:37:45 2009 +0000 |
485 | 454 | ||
486 | 2008-04-02 09:11 dermoth | 455 | 2009-02-24 Thomas Guyot-Sionnest <dermoth@aei.ca> |
487 | 456 | ||
488 | * [r1973] configure.in, lib/Makefile.am, lib/parse_ini.c, | 457 | * NEWS, THANKS.in, plugins/check_snmp.c: check_snmp long help |
489 | lib/tests/Makefile.am, lib/tests/test_ini.t, | 458 | missing retries entry (#2608223) Fix for check_snmp long help, reported by Richard Edward Horner |
490 | lib/tests/test_opts.t, po/de.po, po/fr.po, po/nagios-plugins.pot: | ||
491 | - Add --enable-extra-opts configure option for compiling | ||
492 | extra-opts support - Auto-update po/pot files | ||
493 | 459 | ||
494 | 2008-04-01 09:38 dermoth | 460 | 2009-02-20 Ton Voon <tonvoon@macbook.local> |
495 | 461 | ||
496 | * [r1972] lib/parse_ini.c: | 462 | * po/fr.po: Updated string ids, due to typo fixes |
497 | fix the obvious... | ||
498 | 463 | ||
499 | 2008-04-01 09:31 dermoth | 464 | 2009-02-20 Ton Voon <tonvoon@macbook.local> |
500 | 465 | ||
501 | * [r1971] lib/extra_opts.c, lib/extra_opts.h: | 466 | * plugins-scripts/check_mailq.pl, plugins/check_dns.c, |
502 | np_extra_opts now retain pointers from argv so that plugins can | 467 | plugins/check_http.c, plugins/check_ldap.c, plugins/check_mysql.c, |
503 | still overwrite sensitive options | 468 | plugins/check_procs.c, plugins/check_radius.c, |
469 | plugins/check_snmp.c, plugins/check_tcp.c, plugins/check_ups.c: Typo | ||
470 | fixes (Jan Wagner - SF 1878971) | ||
504 | 471 | ||
505 | 2008-03-31 07:07 dermoth | 472 | 2009-02-19 Ton Voon <tonvoon@macbook.local> |
506 | 473 | ||
507 | * [r1970] gl: | 474 | * NEWS, THANKS.in, plugins/check_nt.c, plugins/tests/check_nt.t: |
508 | update svn:ignore property (last gnulib update added many | 475 | Fixed coredump from check_nt when drive not found (Olli Hauer - SF |
509 | auto-generated files) | 476 | 2179754) |
510 | 477 | ||
511 | 2008-03-31 07:04 dermoth | 478 | 2009-02-06 Thomas Guyot-Sionnest <dermoth@aei.ca> |
512 | 479 | ||
513 | * [r1969] lib/extra_opts.c, lib/tests/test_opts.c: | 480 | * doc/RELEASING: Devel doc: NP-VERSION-GEN needs to be updated as |
514 | Fix bug with --extra-opts as last argument with no value Fix | 481 | well |
515 | problem with duplicate function name (function should eventually | ||
516 | move to /lib) | ||
517 | 482 | ||
518 | 2008-03-31 05:31 dermoth | 483 | 2009-02-06 Thomas Guyot-Sionnest <dermoth@aei.ca> |
519 | 484 | ||
520 | * [r1968] lib/extra_opts.c, lib/extra_opts.h, lib/parse_ini.c, | 485 | * NEWS: Small correction in NEWS entry |
521 | lib/parse_ini.h, lib/tests/test_ini.c, lib/tests/test_opts.c: | ||
522 | Fix for last commit - I accidentaly broke my local Makefile and | ||
523 | tests weren't being re-compiled. | ||
524 | 486 | ||
525 | 2008-03-30 14:02 dermoth | 487 | 2009-02-06 Thomas Guyot-Sionnest <dermoth@aei.ca> |
526 | 488 | ||
527 | * [r1967] lib/extra_opts.c, lib/extra_opts.h, | 489 | * doc/LEAVERS, doc/NEW_STARTERS, doc/RELEASING: Update the devel |
528 | lib/tests/test_opts.c: | 490 | notes for Git |
529 | - Remove the last argument of np_extra_opts - Code cleanups and | ||
530 | comments | ||
531 | 491 | ||
532 | 2008-03-29 15:35 dermoth | 492 | 2009-02-06 Thomas Guyot-Sionnest <dermoth@aei.ca> |
533 | 493 | ||
534 | * [r1966] lib/tests: | 494 | * doc/LEAVERS, doc/NEW_STARTERS, doc/RELEASING: Revert "Moving |
535 | Update svn:ignore property | 495 | project administration documents to nagiosplugins.org site" This reverts commit f4a52594818e7c3634a397ac1f86ef87a68bd121. |
536 | 496 | ||
537 | 2008-03-26 09:46 dermoth | 497 | 2009-02-05 Thomas Guyot-Sionnest <dermoth@aei.ca> |
538 | 498 | ||
539 | * [r1962] lib/parse_ini.c, lib/parse_ini.h, lib/tests/plugins.ini, | 499 | * NEWS, plugins/check_http.c: check_http --onredirect=sticky follows |
540 | lib/tests/test_opts.c: | 500 | using the same IP address (sf.net #2550208). |
541 | write ini-file lookup function + tests | ||
542 | 501 | ||
543 | 2008-03-24 07:02 dermoth | 502 | 2009-02-03 Thomas Guyot-Sionnest <dermoth@aei.ca> |
544 | 503 | ||
545 | * [r1961] lib/extra_opts.c, lib/extra_opts.h, | 504 | * NEWS: Add NEWS entry for last commit |
546 | lib/tests/config-opts.ini, lib/tests/test_opts.c, | ||
547 | lib/tests/test_opts.t: | ||
548 | Add extra-opts argument parsing with tests | ||
549 | 505 | ||
550 | 2008-03-24 06:28 dermoth | 506 | 2009-02-03 Thomas Guyot-Sionnest <dermoth@aei.ca> |
551 | 507 | ||
552 | * [r1960] lib/parse_ini.c, lib/parse_ini.h: | 508 | * plugins/check_http.c: Fix aberrant behaviours in check_http: check_http used to ignore many parameters with check combinations - |
553 | Replace broken usage of NAGIOS_CONFIG_PATH with a stub function | 509 | sometimes even time thresholds(!!) With this commit as long as a response is received *all* checks are |
554 | (that will try to find a config file in the future...) Allow NULL | 510 | performed on it. This fixes #1460312 plus a number of other issues I discovered over |
555 | locator (default file/section) | 511 | time. |
556 | 512 | ||
557 | 2008-03-20 11:53 dermoth | 513 | 2009-01-26 Thomas Guyot-Sionnest <dermoth@aei.ca> |
558 | 514 | ||
559 | * [r1959] plugins/check_dig.c: | 515 | * lib/tests/test_utils.c, lib/utils_base.c, lib/utils_base.h, |
560 | - Fix bug #1920671 - Make --help output looks nice | 516 | plugins/check_ntp_peer.c: Make extract_value more generic: Add a separator argument passed using defines. |
561 | 517 | ||
562 | 2008-03-18 10:59 tonvoon | 518 | 2009-01-24 Thomas Guyot-Sionnest <dermoth@aei.ca> |
563 | 519 | ||
564 | * [r1955] plugins/tests/check_procs.t: | 520 | * lib/tests/test_ini1.c, lib/tests/test_opts1.c: Remove the |
565 | Include test for check_procs, using input file | 521 | commented out blocks The die tests are implemented in the test_*3.t files |
566 | 522 | ||
567 | 2008-03-18 01:21 tonvoon | 523 | 2009-01-24 Thomas Guyot-Sionnest <dermoth@aei.ca> |
568 | 524 | ||
569 | * [r1954] plugins/check_procs.c, plugins/tests/var, | 525 | * lib/tests/test_ini1.t, lib/tests/test_ini3.t: Fix paths in |
570 | plugins/tests/var/ps-axwo.darwin, | 526 | test_ini tests |
571 | plugins/tests/var/ps_axwo.debian: | ||
572 | Updated check_procs with a hidden --input-file option. Include | ||
573 | some sample outputs for testing | ||
574 | 527 | ||
575 | 2008-03-17 23:08 tonvoon | 528 | 2009-01-23 Thomas Guyot-Sionnest <dermoth@aei.ca> |
576 | 529 | ||
577 | * [r1953] plugins/t/check_nagios.t: | 530 | * .gitignore, configure.in, lib/tests/Makefile.am, |
578 | Don't run check_nagios tests on Solaris, because of pst3 | 531 | lib/tests/test_ini.c, lib/tests/test_ini.t, lib/tests/test_ini1.c, |
579 | requirement | 532 | lib/tests/test_ini1.t, lib/tests/test_ini3.c, |
533 | lib/tests/test_ini3.t, lib/tests/test_opts3.t: Add die tests for | ||
534 | parse_ini | ||
580 | 535 | ||
581 | 2008-03-16 18:10 dermoth | 536 | 2009-01-22 Thomas Guyot-Sionnest <dermoth@aei.ca> |
582 | 537 | ||
583 | * [r1951] lib/tests/config-dos.ini, lib/tests/plugin.ini, | 538 | * lib/parse_ini.c, lib/tests/test_opts3.t: Return UNKNOWN if none of |
584 | lib/tests/test_ini.c: | 539 | the default files can be found. It makes no sense to return unknown if an implicit section is not |
585 | Add tests: - DOS-newline ini file - section defined twice | 540 | found, but go on if the file is missing |
586 | 541 | ||
587 | 2008-03-15 22:42 dermoth | 542 | 2009-01-21 Thomas Guyot-Sionnest <dermoth@aei.ca> |
588 | 543 | ||
589 | * [r1950] lib/parse_ini.c: | 544 | * .gitignore, configure.in, lib/tests/Makefile.am, |
590 | parse_ini now reads the default section if the request one can't | 545 | lib/tests/test_opts1.c, lib/tests/test_opts2.c, |
591 | be found. All tests should return ok now. | 546 | lib/tests/test_opts3.c, lib/tests/test_opts3.t: Add die tests for |
547 | extra-opts | ||
592 | 548 | ||
593 | 2008-03-15 21:51 dermoth | 549 | 2009-01-19 Thomas Guyot-Sionnest <dermoth@aei.ca> |
594 | 550 | ||
595 | * [r1949] lib/parse_ini.c: | 551 | * lib/tests/test_utils.c, lib/utils_base.c, lib/utils_base.h, |
596 | Oops - this line shouldn't have been here (doesn't even work | 552 | plugins/check_ntp_peer.c: Move check_ntp's extract_value to |
597 | anyways) ;) | 553 | utils_base.c. This function can also be used to parse performance data strings |
554 | which could be useful in the future. | ||
598 | 555 | ||
599 | 2008-03-15 20:47 dermoth | 556 | 2009-01-21 Thomas Guyot-Sionnest <dermoth@aei.ca> |
600 | 557 | ||
601 | * [r1948] lib/parse_ini.c, lib/tests/plugin.ini, | 558 | * .gitignore: Accidentally included built executables - also updated |
602 | lib/tests/test_ini.c: | 559 | .gitignore |
603 | - Make equal-less parameters illegal - parameters without | ||
604 | argument after '=' are now assumed to be argument-less - Add a | ||
605 | testcase for space in stanza and various argument-less parameters | ||
606 | 560 | ||
607 | 2008-03-15 20:34 dermoth | 561 | 2009-01-20 Thomas Guyot-Sionnest <dermoth@aei.ca> |
608 | 562 | ||
609 | * [r1947] lib/parse_ini.c: | 563 | * configure.in, lib/tests/Makefile.am, lib/tests/test_opts.c, |
610 | Fix handling of leading and trailing spaces in stanza | 564 | lib/tests/test_opts.t, lib/tests/test_opts1.c, |
565 | lib/tests/test_opts1.t, lib/tests/test_opts2.c, | ||
566 | lib/tests/test_opts2.t: Some platform are missing setenv Instead of adding the gnulib module for solving tests only I split | ||
567 | the test in two, setting environment from Perl for the later. | ||
611 | 568 | ||
612 | 2008-03-15 16:17 dermoth | 569 | 2009-01-20 Thomas Guyot-Sionnest <dermoth@aei.ca> |
613 | 570 | ||
614 | * [r1946] lib/parse_ini.c, lib/tests/test_ini.c: | 571 | * lib/tests/Makefile.am: Fix (or try at least) for IRIX compile to |
615 | Fix segfault in test_ini.c and uncomment the affected tests Fix | 572 | tap tests Gnulib says: "$(LTLIBINTL) when linking with libtool, $(LIBINTL) |
616 | bug in stanza parsing where full section could be skipped Fix | 573 | otherwise" Everywhere else we use LTLIBINTL so I assume the tests |
617 | single-argument options | 574 | should use it as well. |
618 | 575 | ||
619 | 2008-03-15 04:51 dermoth | 576 | 2009-01-20 Thomas Guyot-Sionnest <dermoth@aei.ca> |
620 | 577 | ||
621 | * [r1945] lib/parse_ini.c, lib/parse_ini.h, lib/tests/test_ini.c, | 578 | * plugins/t/check_users.t: Trick for check_users test without users |
622 | lib/tests/test_ini.t: | 579 | logged-in |
623 | This commit consist of two changes: 1. Make np_get_defaults | ||
624 | return a linked list instead of a string. It will then be easy to | ||
625 | convert the linked list back to an argument array. 2. Fix tests | ||
626 | 3-4 of test_ini.c. | ||
627 | |||
628 | A test_ini.t was added too. parse_ini and test_ini aren't | ||
629 | included yet in the build makefiles. | ||
630 | 580 | ||
631 | 2008-03-15 00:14 psychotrahe | 581 | 2009-01-19 Thomas Guyot-Sionnest <dermoth@aei.ca> |
632 | 582 | ||
633 | * [r1944] plugins/check_http.c: | 583 | * tools/tinderbox_build: Build extra-opts in tinderbox so they can |
634 | Add port to Host Header to prevent problems with non default | 584 | be tested |
635 | ports (Christophe Dupre #1881898) | ||
636 | 585 | ||
637 | 2008-03-14 23:47 psychotrahe | 586 | 2009-01-18 Thomas Guyot-Sionnest <dermoth@aei.ca> |
638 | 587 | ||
639 | * [r1943] NEWS, plugins/check_dig.c: | 588 | * lib/tests/Makefile.am: Re-apply "Cleanup; fix the way libraries |
640 | Added -A/--dig-arguments to check_dig (#1889453/#1874041) | 589 | are linked; Make-It-Simple(tm)" This reverts commit 7449b16b1781c645751e2c05b93893e93630fb2a. |
641 | 590 | ||
642 | 2008-03-14 22:35 psychotrahe | 591 | 2009-01-18 Thomas Guyot-Sionnest <dermoth@aei.ca> |
643 | 592 | ||
644 | * [r1942] plugins/check_smtp.c: | 593 | * gl/wchar.in.h: Trying out new patch for IRIX 6.5 from Bruno Haible See: http://article.gmane.org/gmane.comp.lib.gnulib.bugs/16341 |
645 | Enhanced check_smtp to actually print invalid response text | ||
646 | (#1911239) | ||
647 | 594 | ||
648 | 2008-03-14 15:44 tonvoon | 595 | 2009-01-18 Thomas Guyot-Sionnest <dermoth@aei.ca> |
649 | 596 | ||
650 | * [r1941] NEWS, plugins-root/Makefile.am, plugins/Makefile.am: | 597 | * gl/wchar.in.h: Revert "Trying out a patch for IRIX 11" This reverts commit d190c5d25865a7414eea4fe6409a94842fba220e. |
651 | Fixed 64 bit pst3 when tries to link to gettext. Gettext linked | ||
652 | dynamically, if necessary | ||
653 | 598 | ||
654 | 2008-03-14 10:17 dermoth | 599 | 2009-01-16 Thomas Guyot-Sionnest <dermoth@aei.ca> |
655 | 600 | ||
656 | * [r1940] gl/charset.alias, gl/configmake.h, gl/math.h, | 601 | * gl/wchar.in.h: Trying out a patch for IRIX 11 See: |
657 | gl/ref-add.sed, gl/ref-del.sed, gl/stdio.h, gl/stdlib.h, | 602 | http://lists.gnu.org/archive/html/bug-gnulib/2009-01/msg00098.html |
658 | gl/string.h, gl/unistd.h: | ||
659 | These files are generated automatically during the make process, | ||
660 | and removed by make clean. | ||
661 | 603 | ||
662 | 2008-03-11 00:37 tonvoon | 604 | 2009-01-15 Thomas Guyot-Sionnest <dermoth@aei.ca> |
663 | 605 | ||
664 | * [r1939] configure.in, gl/m4/mbstate_t.m4: | 606 | * configure.in: Removing AC_FUNC_ALLOCA from configure.in (added in |
665 | Possible fix for HP-UX compile problems of regex_internal.c | 607 | the gnulib sync commit) I added AC_FUNC_ALLOCA because of a mistake on my part (which has |
608 | been fixed before the final commit). Removing it now. | ||
666 | 609 | ||
667 | 2008-03-11 00:10 tonvoon | 610 | 2009-01-15 Thomas Guyot-Sionnest <dermoth@aei.ca> |
668 | 611 | ||
669 | * [r1938] configure.in, lib/utils_base.c, plugins-root/Makefile.am, | 612 | * lib/tests/test_disk.c: Typo |
670 | plugins/check_http.c, plugins/check_smtp.c, plugins/common.h: | ||
671 | Fixed link -m64 problems on pst3 for solaris. Fixed | ||
672 | _FILE_OFFSET_BITS redefinition warnings. Fixed helper ar error in | ||
673 | ./configure | ||
674 | 613 | ||
675 | 2008-02-28 16:21 tonvoon | 614 | 2009-01-15 Thomas Guyot-Sionnest <dermoth@aei.ca> |
676 | 615 | ||
677 | * [r1937] NEWS, configure.in, plugins-root/Makefile.am, | 616 | * .gitignore, build-aux/config.rpath, configure.in, gl/Makefile.am, |
678 | plugins-root/pst3.c, plugins/check_procs.c, | 617 | gl/alloca.in.h, gl/arpa_inet.in.h, gl/base64.c, gl/base64.h, |
679 | plugins/t/check_procs.t: | 618 | gl/btowc.c, gl/config.charset, gl/errno.in.h, gl/fcntl.in.h, |
680 | Reverted check_procs for solaris back to using pst3 due to | 619 | gl/float.in.h, gl/gai_strerror.c, gl/getaddrinfo.c, |
681 | truncation for argument fields using other methods | 620 | gl/getaddrinfo.h, gl/gethostname.c, gl/getloadavg.c, gl/getopt.c, |
621 | gl/inet_ntop.c, gl/inet_ntop.h, gl/localcharset.c, | ||
622 | gl/m4/absolute-header.m4, gl/m4/alloca.m4, gl/m4/arpa_inet_h.m4, | ||
623 | gl/m4/btowc.m4, gl/m4/c-strtod.m4, gl/m4/codeset.m4, | ||
624 | gl/m4/double-slash-root.m4, gl/m4/eoverflow.m4, gl/m4/errno_h.m4, | ||
625 | gl/m4/extensions.m4, gl/m4/fcntl_h.m4, gl/m4/fsusage.m4, | ||
626 | gl/m4/getaddrinfo.m4, gl/m4/gethostname.m4, gl/m4/getloadavg.m4, | ||
627 | gl/m4/getopt.m4, gl/m4/gettext.m4, gl/m4/glibc2.m4, | ||
628 | gl/m4/glibc21.m4, gl/m4/gnulib-cache.m4, gl/m4/gnulib-common.m4, | ||
629 | gl/m4/gnulib-comp.m4, gl/m4/gnulib-tool.m4, gl/m4/hostent.m4, | ||
630 | gl/m4/iconv.m4, gl/m4/include_next.m4, gl/m4/inet_ntop.m4, | ||
631 | gl/m4/inline.m4, gl/m4/intdiv0.m4, gl/m4/intldir.m4, | ||
632 | gl/m4/intlmacosx.m4, gl/m4/intmax.m4, gl/m4/intmax_t.m4, | ||
633 | gl/m4/inttypes-pri.m4, gl/m4/inttypes_h.m4, gl/m4/lcmessage.m4, | ||
634 | gl/m4/lib-ld.m4, gl/m4/lib-link.m4, gl/m4/lib-prefix.m4, | ||
635 | gl/m4/localcharset.m4, gl/m4/locale-fr.m4, gl/m4/locale-ja.m4, | ||
636 | gl/m4/locale-zh.m4, gl/m4/lock.m4, gl/m4/longlong.m4, | ||
637 | gl/m4/ls-mntd-fs.m4, gl/m4/malloc.m4, gl/m4/math_h.m4, | ||
638 | gl/m4/mbrtowc.m4, gl/m4/mbsinit.m4, gl/m4/mbstate_t.m4, | ||
639 | gl/m4/mountlist.m4, gl/m4/multiarch.m4, gl/m4/netdb_h.m4, | ||
640 | gl/m4/netinet_in_h.m4, gl/m4/nls.m4, gl/m4/onceonly.m4, | ||
641 | gl/m4/onceonly_2_57.m4, gl/m4/open.m4, gl/m4/po.m4, | ||
642 | gl/m4/printf-posix.m4, gl/m4/printf.m4, gl/m4/progtest.m4, | ||
643 | gl/m4/regex.m4, gl/m4/servent.m4, gl/m4/size_max.m4, | ||
644 | gl/m4/snprintf.m4, gl/m4/sockpfaf.m4, gl/m4/stdbool.m4, | ||
645 | gl/m4/stdint.m4, gl/m4/stdint_h.m4, gl/m4/stdio_h.m4, | ||
646 | gl/m4/stdlib_h.m4, gl/m4/strdup.m4, gl/m4/strerror.m4, | ||
647 | gl/m4/string_h.m4, gl/m4/strndup.m4, gl/m4/strnlen.m4, | ||
648 | gl/m4/sys_socket_h.m4, gl/m4/threadlib.m4, gl/m4/uintmax_t.m4, | ||
649 | gl/m4/unistd_h.m4, gl/m4/vasnprintf.m4, gl/m4/visibility.m4, | ||
650 | gl/m4/vsnprintf.m4, gl/m4/wchar.m4, gl/m4/wchar_t.m4, | ||
651 | gl/m4/wcrtomb.m4, gl/m4/wctype.m4, gl/m4/wint_t.m4, gl/m4/write.m4, | ||
652 | gl/m4/xsize.m4, gl/math.in.h, gl/mbrtowc.c, gl/mbsinit.c, | ||
653 | gl/netdb.in.h, gl/netinet_in.in.h, gl/open-safer.c, gl/open.c, | ||
654 | gl/regcomp.c, gl/regex_internal.c, gl/regex_internal.h, | ||
655 | gl/regexec.c, gl/snprintf.c, gl/stdbool.in.h, gl/stdint.in.h, | ||
656 | gl/stdio-write.c, gl/stdio.in.h, gl/stdlib.in.h, gl/strdup.c, | ||
657 | gl/streq.h, gl/strerror.c, gl/string.in.h, gl/sys_socket.in.h, | ||
658 | gl/unistd.in.h, gl/vasnprintf.c, gl/vasprintf.c, gl/verify.h, | ||
659 | gl/vsnprintf.c, gl/wchar.in.h, gl/wcrtomb.c, gl/wctype.in.h, | ||
660 | gl/write.c, gl/xalloc.h, gl/xmalloc.c, gl/xsize.h, | ||
661 | plugins/Makefile.am, plugins/netutils.h: Sync with gnulib | ||
682 | 662 | ||
683 | 2008-02-28 12:54 tonvoon | 663 | 2009-01-15 Thomas Guyot-Sionnest <dermoth@aei.ca> |
684 | 664 | ||
685 | * [r1936] tools/build_perl_modules: | 665 | * tap/tap.h: Clean up last commit - remove the __STDC_VERSION__ |
686 | Fix where PERL5LIB is blank | 666 | check in tap.h HP-UX refuses to compile tap with the check for __STDC_VERSION__ >= |
667 | 199901L even though it can. | ||
687 | 668 | ||
688 | 2008-02-18 11:23 tonvoon | 669 | 2009-01-14 Thomas Guyot-Sionnest <dermoth@aei.ca> |
670 | |||
671 | * tap/tap.h: Trying to see if HP-UX will compile without the | ||
672 | __STDC_VERSION__ check in tap.h | ||
673 | |||
674 | 2009-01-13 Thomas Guyot-Sionnest <dermoth@aei.ca> | ||
675 | |||
676 | * lib/Makefile.am: Make /lib before /lib/tests to satisfy | ||
677 | dependencies (building tests fails on IRIX) | ||
678 | |||
679 | 2009-01-09 Thomas Guyot-Sionnest <dermoth@aei.ca> | ||
680 | |||
681 | * lib/tests/test_utils.c: Fix test from last commit | ||
682 | |||
683 | 2009-01-09 Thomas Guyot-Sionnest <dermoth@aei.ca> | ||
684 | |||
685 | * lib/tests/test_utils.c: basename check in test_utils.c was | ||
686 | accidentaly added again. In 538b97c I reverted a serie of libtap patch by Ton Voon; it | ||
687 | included the removal of the useless basename check. Relevant portion of the changelog from which it was removed | ||
688 | (f31cd40): Removed basename test as we should use base_name from GNUlib which | ||
689 | is tested separately | ||
690 | |||
691 | 2009-01-09 Thomas Guyot-Sionnest <dermoth@aei.ca> | ||
692 | |||
693 | * lib/Makefile.am, lib/tests/Makefile.am: Revert "Cleanup; fix the | ||
694 | way libraries are linked; Make-It-Simple(tm)" Trying to see if this has any relation to the tinderbox failure. I | ||
695 | doubt it and will revert back as soon as it's tested. This reverts commit a97e5fbda21a05574b0e3c5a5118402ebfbbd13c. | ||
696 | |||
697 | 2009-01-08 Thomas Guyot-Sionnest <dermoth@aei.ca> | ||
698 | |||
699 | * lib/tests/test_utils.c: Try to make IRIX happy (this fixes a | ||
700 | similar warning in Solaris) | ||
701 | |||
702 | 2009-01-07 Thomas Guyot-Sionnest <dermoth@aei.ca> | ||
703 | |||
704 | * lib/Makefile.am, lib/tests/Makefile.am: Cleanup; fix the way | ||
705 | libraries are linked; Make-It-Simple(tm) lib/Makefile.am | 2 +- lib/tests/Makefile.am | 37 ++++--------------------------------- 2 files changed, 5 insertions(+), 34 deletions(-) | ||
706 | |||
707 | 2009-01-06 Thomas Guyot-Sionnest <dermoth@aei.ca> | ||
708 | |||
709 | * tools/git2svn.pl: git2svn: Use --add-author-from with "git | ||
710 | set-tree" | ||
711 | |||
712 | 2009-01-06 Thomas Guyot-Sionnest <dermoth@aei.ca> | ||
713 | |||
714 | * tools/tinderbox_build: tinderbox_build: Add --enable-libtap | ||
715 | configure option | ||
716 | |||
717 | 2009-01-06 Thomas Guyot-Sionnest <dermoth@aei.ca> | ||
718 | |||
719 | * tools/tinderbox_build: tinderbox_build: Clarify comment | ||
720 | |||
721 | 2008-12-23 Ton Voon <tonvoon@macbook.local> | ||
722 | |||
723 | * plugins/check_snmp.c: Allow privproto to be passed through | ||
724 | check_snmp to snmpget. Defaults to DES for compatibility | ||
725 | |||
726 | 2008-12-03 Thomas Guyot-Sionnest <dermoth@aei.ca> | ||
727 | |||
728 | * NEWS, THANKS.in, plugins/check_mrtg.c: check_mrtg: fix plugin | ||
729 | returning UNKNOWN instead of OK (bug #2378068) | ||
730 | |||
731 | 2008-12-02 Ton Voon <tonvoon@macbook.local> | ||
732 | |||
733 | * tools/sfsnapshot: Updated to latest due to SF policy changes | ||
734 | |||
735 | 2008-11-28 Thomas Guyot-Sionnest <dermoth@aei.ca> | ||
736 | |||
737 | * .gitignore, Makefile.am, NEWS, configure.in, | ||
738 | lib/tests/Makefile.am, tap/Makefile.am, tap/README, tap/tap.3, | ||
739 | tap/tap.c, tap/tap.h, tap/tests/Makefile.am, tap/tests/README, | ||
740 | tap/tests/diag/Makefile.am, tap/tests/diag/test.c, | ||
741 | tap/tests/diag/test.pl, tap/tests/diag/test.t, | ||
742 | tap/tests/fail/Makefile.am, tap/tests/fail/test.c, | ||
743 | tap/tests/fail/test.pl, tap/tests/fail/test.t, | ||
744 | tap/tests/ok/Makefile.am, tap/tests/ok/ok-hash/Makefile.am, | ||
745 | tap/tests/ok/ok-hash/test.c, tap/tests/ok/ok-hash/test.pl, | ||
746 | tap/tests/ok/ok-hash/test.t, tap/tests/ok/ok-numeric/Makefile.am, | ||
747 | tap/tests/ok/ok-numeric/test.c, tap/tests/ok/ok-numeric/test.pl, | ||
748 | tap/tests/ok/ok-numeric/test.t, tap/tests/ok/ok/Makefile.am, | ||
749 | tap/tests/ok/ok/test.c, tap/tests/ok/ok/test.pl, | ||
750 | tap/tests/ok/ok/test.t, tap/tests/pass/Makefile.am, | ||
751 | tap/tests/pass/test.c, tap/tests/pass/test.pl, | ||
752 | tap/tests/pass/test.t, tap/tests/plan/Makefile.am, | ||
753 | tap/tests/plan/no-tests/Makefile.am, | ||
754 | tap/tests/plan/no-tests/test.c, tap/tests/plan/no-tests/test.pl, | ||
755 | tap/tests/plan/no-tests/test.t, tap/tests/plan/no_plan/Makefile.am, | ||
756 | tap/tests/plan/no_plan/test.c, tap/tests/plan/no_plan/test.pl, | ||
757 | tap/tests/plan/no_plan/test.t, | ||
758 | tap/tests/plan/not-enough-tests/Makefile.am, | ||
759 | tap/tests/plan/not-enough-tests/test.c, | ||
760 | tap/tests/plan/not-enough-tests/test.pl, | ||
761 | tap/tests/plan/not-enough-tests/test.t, | ||
762 | tap/tests/plan/sane/Makefile.am, tap/tests/plan/sane/test.c, | ||
763 | tap/tests/plan/sane/test.pl, tap/tests/plan/sane/test.t, | ||
764 | tap/tests/plan/skip_all/Makefile.am, | ||
765 | tap/tests/plan/skip_all/test.c, tap/tests/plan/skip_all/test.pl, | ||
766 | tap/tests/plan/skip_all/test.t, | ||
767 | tap/tests/plan/too-many-plans/Makefile.am, | ||
768 | tap/tests/plan/too-many-plans/test.c, | ||
769 | tap/tests/plan/too-many-plans/test.pl, | ||
770 | tap/tests/plan/too-many-plans/test.t, | ||
771 | tap/tests/plan/too-many-tests/Makefile.am, | ||
772 | tap/tests/plan/too-many-tests/test.c, | ||
773 | tap/tests/plan/too-many-tests/test.pl, | ||
774 | tap/tests/plan/too-many-tests/test.t, tap/tests/skip/Makefile.am, | ||
775 | tap/tests/skip/test.c, tap/tests/skip/test.pl, | ||
776 | tap/tests/skip/test.t, tap/tests/todo/Makefile.am, | ||
777 | tap/tests/todo/test.c, tap/tests/todo/test.pl, | ||
778 | tap/tests/todo/test.t: Add Libtap as a bundled library (does not | ||
779 | change any behaviour without --enable-libtap) Detects system library as pre-1.4.13 and does not install the | ||
780 | built-in library anymore Tested on: - Linux x86_64, with and without local libtap (System libtap | ||
781 | installed) - Linux x86, with and without local libtap (System libtap NOT | ||
782 | installed) - Solaris SPARC, with and without local libtap, with and without | ||
783 | system libtap installed | ||
689 | 784 | ||
690 | * [r1935] NEWS: | 785 | 2008-11-28 Thomas Guyot-Sionnest <dermoth@aei.ca> |
691 | Added CVE MITRE tracking number | ||
692 | 786 | ||
693 | 2008-02-13 20:36 psychotrahe | 787 | * Makefile.am, configure.in, external/README, |
694 | 788 | lib/tests/Makefile.am, lib/tests/test_all.t, | |
695 | * [r1934] NEWS, plugins/check_pgsql.c: | 789 | lib/tests/test_base64.t, lib/tests/test_cmd.t, |
696 | check_pgsql now builds with postgres lib v8.3 (Jan Wagner | 790 | lib/tests/test_disk.t, lib/tests/test_ini.t, lib/tests/test_opts.t, |
697 | #1878972) | 791 | lib/tests/test_tcp.t, lib/tests/test_utils.c, |
698 | 792 | lib/tests/test_utils.t, tools/setup: Revert inclusion of libtap into | |
699 | 2008-02-13 19:14 psychotrahe | 793 | nagiosplugins (except for the NEWS file) This reverts the following commits (latest first): f3e0909, 9f16b54, |
700 | 794 | be8df51, f31cd40, 5270c7d, a25083f, f1bfe40, c503d85 and 6c476db | |
701 | * [r1933] plugins/check_disk.c: | 795 | |
702 | Fix --local argument handling (Jan Wagner #1878971) | 796 | 2008-11-27 Thomas Guyot-Sionnest <dermoth@aei.ca> |
703 | 797 | ||
704 | 2008-02-13 15:10 dermoth | 798 | * tools/tinderbox_build: tinderbox: Don't alter SunOS path if we're |
705 | 799 | building off a repository tree SunOS make will work only out of snapshots and releases. | |
706 | * [r1932] plugins/check_disk.c: | 800 | |
707 | Fix broken intending (The whole file use spaces only except my | 801 | 2008-11-26 Thomas Guyot-Sionnest <dermoth@aei.ca> |
708 | last patch and 1-3 other places). | 802 | |
709 | 803 | * plugins-root/Makefile.am, plugins-scripts/Makefile.am, | |
710 | 2008-02-13 11:37 dermoth | 804 | plugins/Makefile.am: Fixing build breakages (I totally forgot this |
711 | 805 | rule was there...) | |
712 | * [r1931] gl: | 806 | |
713 | Add two files to svn:ignore | 807 | 2008-11-26 Thomas Guyot-Sionnest <dermoth@aei.ca> |
714 | 808 | ||
715 | 2008-02-13 11:05 dermoth | 809 | * NP-VERSION-GEN: Fix it for good now |
716 | 810 | ||
717 | * [r1930] lib/utils_base.c, plugins/check_disk.c: | 811 | 2008-11-26 Thomas Guyot-Sionnest <dermoth@aei.ca> |
718 | set_thresholds now let the user free the thresolds. (P.S.: When | 812 | |
719 | you set twice the thresholds for a path in check disk (like using | 813 | * NP-VERSION-GEN: Minor fix in NP-VERSION-GEN |
720 | -C followed by -p ) it overrides them. All new elements are | 814 | |
721 | created with np_add_parameter which initialises the thresholds to | 815 | 2008-11-26 Thomas Guyot-Sionnest <dermoth@aei.ca> |
722 | NULL.) | 816 | |
723 | 817 | * Makefile.am, NP-VERSION-GEN, configure.in, | |
724 | 2008-02-13 04:18 dermoth | 818 | plugins-root/Makefile.am, plugins-scripts/Makefile.am, |
725 | 819 | plugins/Makefile.am: Disable dynamic versionning for releases, and | |
726 | * [r1929] NEWS: | 820 | allow generating version out of subversion. This should be a definitive fix for systems with non-compilant make |
727 | News, nothing else. | 821 | programs as the version will be taken from $(PACKAGE_VERSION) |
728 | 822 | instead. At the same time I added code for generating svn-based version | |
729 | 2008-02-13 04:16 dermoth | 823 | strings. |
730 | 824 | ||
731 | * [r1928] plugins/common.h: | 825 | 2008-11-25 Thomas Guyot-Sionnest <dermoth@aei.ca> |
732 | This floorf workaround is Nnot needed anymore since floorf is | 826 | |
733 | part of Gnulib | 827 | * plugins-root/Makefile.am, plugins-scripts/Makefile.am, |
734 | 828 | plugins/Makefile.am: Workaround to support more make programs Avoid the use of "-include". Since "include" is interpreted by | |
735 | 2008-02-13 04:07 dermoth | 829 | Automake, we have to use a special macro instead. |
736 | 830 | ||
737 | * [r1927] lib/tests/test_base64.c: | 831 | 2008-11-25 Thomas Guyot-Sionnest <dermoth@aei.ca> |
738 | Reverting patch to test 8-bit data: Still broken on Solaris | 832 | |
739 | (7-bit works as before) | 833 | * plugins-scripts/Makefile.am: Exporting ENV vars from Makefile is |
740 | 834 | supported only with GNU Make. Use the shell instead. | |
741 | 2008-02-12 12:03 dermoth | 835 | |
742 | 836 | 2008-11-24 Thomas Guyot-Sionnest <dermoth@aei.ca> | |
743 | * [r1926] gl/Makefile.am, gl/base64.c, gl/base64.h, | 837 | |
744 | gl/charset.alias, gl/configmake.h, gl/floor.c, gl/floorf.c, | 838 | * tools/distclean: tools/distclean: No need to bailout on distclean |
745 | gl/m4/base64.m4, gl/m4/floorf.m4, gl/m4/gnulib-cache.m4, | 839 | failures |
746 | gl/m4/gnulib-comp.m4, gl/m4/math_h.m4, gl/math.h, gl/math.in.h, | 840 | |
747 | gl/ref-add.sed, gl/ref-del.sed, gl/stdio.h, gl/stdlib.h, | 841 | 2008-11-24 Thomas Guyot-Sionnest <dermoth@aei.ca> |
748 | gl/string.h, gl/unistd.h, lib/Makefile.am, lib/base64.c, | 842 | |
749 | lib/base64.h, lib/tests/Makefile.am, lib/tests/test_base64.c, | 843 | * tools/tinderbox_build: Revert "tinderbox: Comment out additional |
750 | plugins/check_http.c, plugins/check_smtp.c: | 844 | PATH conponent added for SunOS builds" This reverts commit 088452683cf881c6ed717cc559ca2eee3faa95ca. |
751 | Import Gnulib floorf and base64 and removed our old base64 | 845 | |
752 | library. | 846 | 2008-11-23 Thomas Guyot-Sionnest <dermoth@solaris.beaubien.net> |
753 | 847 | ||
754 | 2008-02-12 11:07 dermoth | 848 | * tools/tinderbox_build: tinderbox: Comment out additional PATH |
755 | 849 | conponent added for SunOS builds | |
756 | * [r1925] build-aux/config.rpath, build-aux/link-warning.h, | 850 | |
757 | gl/Makefile.am, gl/alloca.c, gl/alloca.in.h, gl/alloca_.h, | 851 | 2008-11-23 Thomas Guyot-Sionnest <dermoth@solaris.beaubien.net> |
758 | gl/asnprintf.c, gl/asprintf.c, gl/basename.c, gl/c-strtod.c, | 852 | |
759 | gl/cloexec.c, gl/config.charset, gl/creat-safer.c, gl/dirname.c, | 853 | * plugins-root/Makefile.am, plugins-scripts/Makefile.am, |
760 | gl/dirname.h, gl/dup-safer.c, gl/error.c, gl/error.h, gl/exit.h, | 854 | plugins/Makefile.am: Avoid the use of .PHONY (target s created twice |
761 | gl/exitfail.c, gl/exitfail.h, gl/fcntl--.h, gl/fcntl-safer.h, | 855 | and I have no idea if it's right). |
762 | gl/fd-safer.c, gl/float+.h, gl/float.in.h, gl/fsusage.c, | 856 | |
763 | gl/fsusage.h, gl/full-read.c, gl/full-read.h, gl/full-write.c, | 857 | 2008-11-23 Thomas Guyot-Sionnest <dermoth@aei.ca> |
764 | gl/full-write.h, gl/gai_strerror.c, gl/getaddrinfo.c, | 858 | |
765 | gl/getaddrinfo.h, gl/gethostname.c, gl/getloadavg.c, gl/getopt.c, | 859 | * .gitignore: Update .gitignore to include missing file/extention |
766 | gl/getopt.in.h, gl/getopt1.c, gl/getopt_.h, gl/getopt_int.h, | 860 | |
767 | gl/gettext.h, gl/inet_ntop.c, gl/inet_ntop.h, gl/intprops.h, | 861 | 2008-11-23 Thomas Guyot-Sionnest <dermoth@aei.ca> |
768 | gl/localcharset.c, gl/localcharset.h, gl/m4/absolute-header.m4, | 862 | |
769 | gl/m4/alloca.m4, gl/m4/extensions.m4, gl/m4/float_h.m4, | 863 | * .gitignore: Add .gitignore (Imported from svn:ignore) |
770 | gl/m4/fsusage.m4, gl/m4/getaddrinfo.m4, gl/m4/getloadavg.m4, | 864 | |
771 | gl/m4/gettext.m4, gl/m4/gnulib-cache.m4, gl/m4/gnulib-common.m4, | 865 | 2008-11-23 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> |
772 | gl/m4/gnulib-comp.m4, gl/m4/iconv.m4, gl/m4/include_next.m4, | 866 | |
773 | gl/m4/intdiv0.m4, gl/m4/intl.m4, gl/m4/intlmacosx.m4, | 867 | * BRANCHES, Makefile.am, NP-VERSION-GEN, NPTest.pm, acinclude.m4, |
774 | gl/m4/intmax_t.m4, gl/m4/lib-link.m4, gl/m4/localcharset.m4, | 868 | autogen.sh, command.cfg.in, configure.in, |
775 | gl/m4/lock.m4, gl/m4/longdouble.m4, gl/m4/longlong.m4, | 869 | contrib/check_adptraid.sh, contrib/check_apc_ups.pl, |
776 | gl/m4/malloc.m4, gl/m4/mbchar.m4, gl/m4/mbiter.m4, | 870 | contrib/check_appletalk.pl, contrib/check_arping.pl, |
777 | gl/m4/mbrtowc.m4, gl/m4/memchr.m4, gl/m4/minmax.m4, | 871 | contrib/check_email_loop.pl, contrib/check_fan_cpq_present, |
778 | gl/m4/netinet_in_h.m4, gl/m4/po.m4, gl/m4/printf-posix.m4, | 872 | contrib/check_fan_fsc_present, contrib/check_frontpage, |
779 | gl/m4/regex.m4, gl/m4/snprintf.m4, gl/m4/socklen.m4, | 873 | contrib/check_http-with-client-certificate.c, contrib/check_hw.sh, |
780 | gl/m4/stdint.m4, gl/m4/stdio_h.m4, gl/m4/stdlib_h.m4, | 874 | contrib/check_ica_master_browser.pl, |
781 | gl/m4/strcase.m4, gl/m4/strdup.m4, gl/m4/strerror.m4, | 875 | contrib/check_ica_metaframe_pub_apps.pl, |
782 | gl/m4/string_h.m4, gl/m4/strndup.m4, gl/m4/strnlen.m4, | 876 | contrib/check_ica_program_neigbourhood.pl, |
783 | gl/m4/sys_socket_h.m4, gl/m4/uintmax_t.m4, gl/m4/ulonglong.m4, | 877 | contrib/check_inodes-freebsd.pl, contrib/check_javaproc.pl, |
784 | gl/m4/unistd_h.m4, gl/m4/vasnprintf.m4, gl/m4/vasprintf.m4, | 878 | contrib/check_joy.sh, contrib/check_log2.pl, |
785 | gl/m4/vsnprintf.m4, gl/m4/wchar.m4, gl/m4/wctype.m4, | 879 | contrib/check_lotus.pl, contrib/check_mem.pl, |
786 | gl/m4/wcwidth.m4, gl/m4/wint_t.m4, gl/malloc.c, gl/mbchar.c, | 880 | contrib/check_ms_spooler.pl, contrib/check_ora_table_space.pl, |
787 | gl/mbchar.h, gl/mbuiter.h, gl/memchr.c, gl/minmax.h, | 881 | contrib/check_oracle_instance.pl, contrib/check_oracle_tbs, |
788 | gl/mountlist.c, gl/mountlist.h, gl/netinet_in.in.h, | 882 | contrib/check_pfstate, contrib/check_rbl.c, contrib/check_smb.sh, |
789 | gl/open-safer.c, gl/pipe-safer.c, gl/printf-args.c, | 883 | contrib/check_snmp_disk_monitor.pl, contrib/check_snmp_printer.pl, |
790 | gl/printf-args.h, gl/printf-parse.c, gl/printf-parse.h, | 884 | contrib/check_snmp_process_monitor.pl, contrib/check_snmp_procs.pl, |
791 | gl/ref-add.sin, gl/ref-del.sin, gl/regcomp.c, gl/regex.c, | 885 | contrib/check_temp_cpq, contrib/check_temp_fsc, |
792 | gl/regex.h, gl/regex_internal.c, gl/regex_internal.h, | 886 | contrib/check_traceroute.pl, contrib/check_uptime.c, |
793 | gl/regexec.c, gl/safe-read.c, gl/safe-read.h, gl/safe-write.c, | 887 | contrib/check_vcs.pl, contrib/check_wins.pl, |
794 | gl/safe-write.h, gl/size_max.h, gl/snprintf.c, gl/snprintf.h, | 888 | contrib/packet_utils.pm, contrib/utils.py, doc/BRANCHING, |
795 | gl/socket_.h, gl/stdbool.in.h, gl/stdbool_.h, gl/stdint.in.h, | 889 | doc/developer-guidelines.sgml, lib/extra_opts.c, lib/parse_ini.c, |
796 | gl/stdint_.h, gl/stdio.in.h, gl/stdlib.in.h, gl/strcase.h, | 890 | lib/tests/test_base64.c, lib/tests/test_cmd.c, |
797 | gl/strcasecmp.c, gl/strdup.c, gl/strdup.h, gl/strerror.c, | 891 | lib/tests/test_disk.c, lib/tests/test_ini.c, lib/tests/test_opts.c, |
798 | gl/string.in.h, gl/stripslash.c, gl/strncasecmp.c, gl/strndup.c, | 892 | lib/tests/test_tcp.c, lib/tests/test_utils.c, lib/utils_base.c, |
799 | gl/strndup.h, gl/strnlen.c, gl/strnlen.h, gl/strnlen1.c, | 893 | lib/utils_cmd.c, lib/utils_disk.c, lib/utils_tcp.c, |
800 | gl/strnlen1.h, gl/sys_socket.in.h, gl/unistd--.h, | 894 | plugins-root/Makefile.am, plugins-root/check_dhcp.c, |
801 | gl/unistd-safer.h, gl/unistd.in.h, gl/unistd_.h, gl/vasnprintf.c, | 895 | plugins-root/check_icmp.c, plugins-root/t/check_icmp.t, |
802 | gl/vasnprintf.h, gl/vasprintf.c, gl/vasprintf.h, gl/vsnprintf.c, | 896 | plugins-scripts/Makefile.am, plugins-scripts/check_breeze.pl, |
803 | gl/vsnprintf.h, gl/wchar.in.h, gl/wchar_.h, gl/wctype.in.h, | 897 | plugins-scripts/check_disk_smb.pl, |
804 | gl/wctype_.h, gl/wcwidth.h, gl/xalloc-die.c, gl/xalloc.h, | 898 | plugins-scripts/check_file_age.pl, plugins-scripts/check_flexlm.pl, |
805 | gl/xmalloc.c, gl/xsize.h, gl/xstrndup.c, gl/xstrndup.h, | 899 | plugins-scripts/check_ifoperstatus.pl, |
806 | plugins/common.h, po/Makevars: | 900 | plugins-scripts/check_ifstatus.pl, plugins-scripts/check_ircd.pl, |
807 | Sync to latest Gnulib | 901 | plugins-scripts/check_log.sh, plugins-scripts/check_mailq.pl, |
808 | 902 | plugins-scripts/check_mssql.pl, plugins-scripts/check_netdns.pl, | |
809 | 2008-02-11 21:36 tonvoon | 903 | plugins-scripts/check_ntp.pl, plugins-scripts/check_oracle.sh, |
810 | 904 | plugins-scripts/check_rpc.pl, plugins-scripts/check_sensors.sh, | |
811 | * [r1924] REQUIREMENTS: | 905 | plugins-scripts/check_wave.pl, plugins-scripts/subst.in, |
812 | Hints re: SSL features | 906 | plugins-scripts/t/check_file_age.t, plugins-scripts/t/check_rpc.t, |
813 | 907 | plugins-scripts/t/utils.t, plugins-scripts/utils.pm.in, | |
814 | 2008-02-11 21:23 tonvoon | 908 | plugins/Makefile.am, plugins/check_apt.c, plugins/check_by_ssh.c, |
815 | 909 | plugins/check_cluster.c, plugins/check_dig.c, plugins/check_disk.c, | |
816 | * [r1923] configure.in: | 910 | plugins/check_dns.c, plugins/check_dummy.c, plugins/check_fping.c, |
817 | Added link to FAQ for redhat spopen problem | 911 | plugins/check_game.c, plugins/check_hpjd.c, plugins/check_http.c, |
818 | 912 | plugins/check_ide_smart.c, plugins/check_ldap.c, | |
819 | 2008-01-31 11:52 dermoth | 913 | plugins/check_load.c, plugins/check_mrtg.c, |
820 | 914 | plugins/check_mrtgtraf.c, plugins/check_mysql.c, | |
821 | * [r1920] plugins-root/check_dhcp.c, plugins-root/check_icmp.c, | 915 | plugins/check_mysql_query.c, plugins/check_nagios.c, |
822 | plugins-root/pst3.c: | 916 | plugins/check_nt.c, plugins/check_ntp.c, plugins/check_ntp_peer.c, |
823 | Bump plugins-root/ to GPLv3 | 917 | plugins/check_ntp_time.c, plugins/check_nwstat.c, |
824 | 918 | plugins/check_overcr.c, plugins/check_pgsql.c, | |
825 | 2008-01-31 11:45 dermoth | 919 | plugins/check_ping.c, plugins/check_procs.c, |
826 | 920 | plugins/check_radius.c, plugins/check_real.c, plugins/check_smtp.c, | |
827 | * [r1919] plugins/common.h, plugins/netutils.h, plugins/popen.h, | 921 | plugins/check_snmp.c, plugins/check_ssh.c, plugins/check_swap.c, |
828 | plugins/runcmd.h: | 922 | plugins/check_tcp.c, plugins/check_time.c, plugins/check_ups.c, |
829 | Bump plugins/ to GPLv3 (header files) | 923 | plugins/check_users.c, plugins/common.h, plugins/negate.c, |
830 | 924 | plugins/netutils.c, plugins/netutils.h, plugins/popen.c, | |
831 | 2008-01-31 11:27 dermoth | 925 | plugins/popen.h, plugins/runcmd.c, plugins/runcmd.h, |
832 | 926 | plugins/sslutils.c, plugins/t/check_by_ssh.t, | |
833 | * [r1918] plugins/negate.c, plugins/netutils.c, plugins/popen.c, | 927 | plugins/t/check_cluster.t, plugins/t/check_dig.t, |
834 | plugins/runcmd.c, plugins/sslutils.c, plugins/urlize.c, | 928 | plugins/t/check_disk.t, plugins/t/check_dns.t, |
835 | plugins/utils.c: | 929 | plugins/t/check_dummy.t, plugins/t/check_fping.t, |
836 | Bump plugins/ to GPLv3 (non-plugind files) | 930 | plugins/t/check_ftp.t, plugins/t/check_hpjd.t, |
837 | 931 | plugins/t/check_http.t, plugins/t/check_imap.t, | |
838 | 2008-01-31 10:44 dermoth | 932 | plugins/t/check_jabber.t, plugins/t/check_load.t, |
839 | 933 | plugins/t/check_mysql.t, plugins/t/check_mysql_query.t, | |
840 | * [r1917] plugins/check_overcr.c, plugins/check_pgsql.c, | 934 | plugins/t/check_nagios.t, plugins/t/check_ntp.t, |
841 | plugins/check_ping.c, plugins/check_procs.c, | 935 | plugins/t/check_ping.t, plugins/t/check_pop.t, |
842 | plugins/check_radius.c, plugins/check_real.c, | 936 | plugins/t/check_procs.t, plugins/t/check_smtp.t, |
843 | plugins/check_smtp.c, plugins/check_snmp.c, plugins/check_ssh.c, | 937 | plugins/t/check_snmp.t, plugins/t/check_swap.t, |
844 | plugins/check_swap.c, plugins/check_tcp.c, plugins/check_time.c, | 938 | plugins/t/check_tcp.t, plugins/t/check_time.t, |
845 | plugins/check_ups.c, plugins/check_users.c: | 939 | plugins/t/check_udp.t, plugins/t/check_users.t, plugins/t/negate.t, |
846 | Bump plugin/ to GPLv3 (check_overcr to check_users) | 940 | plugins/urlize.c, plugins/utils.c, plugins/utils.h, test.pl.in, |
847 | 941 | tools/README, tools/git2svn.pl, tools/mini_epn.c, tools/setup, | |
848 | 2008-01-30 10:53 dermoth | 942 | tools/tinderbox_build: Removing CVS/SVN tags and replacing with |
849 | 943 | git-based versioning For contrib/, full tags have been imported from | |
850 | * [r1916] plugins/check_apt.c, plugins/check_by_ssh.c, | 944 | subversion git-svn-id: |
851 | plugins/check_cluster.c, plugins/check_dig.c, | 945 | |
852 | plugins/check_disk.c, plugins/check_dns.c, plugins/check_dummy.c, | 946 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2091 f882894a-f735-0410-b71e-b25c423dba1c |
853 | plugins/check_fping.c, plugins/check_game.c, | 947 | |
854 | plugins/check_hpjd.c, plugins/check_http.c, | 948 | 2008-11-20 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> |
855 | plugins/check_ide_smart.c, plugins/check_ldap.c, | 949 | |
856 | plugins/check_load.c, plugins/check_mrtg.c, | 950 | * plugins/check_disk.c: Add comment to recent check_disk patch git-svn-id: |
857 | plugins/check_mrtgtraf.c, plugins/check_mysql.c, | 951 | |
858 | plugins/check_mysql_query.c, plugins/check_nagios.c, | 952 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2088 f882894a-f735-0410-b71e-b25c423dba1c |
859 | plugins/check_nt.c, plugins/check_ntp.c, | 953 | |
860 | plugins/check_ntp_peer.c, plugins/check_ntp_time.c, | 954 | 2008-11-19 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> |
861 | plugins/check_nwstat.c: | 955 | |
862 | Bump plugins/ to GPLv3 (check_apt to check_nwstat) | 956 | * lib/parse_ini.c, lib/utils_base.c, lib/utils_disk.c, |
863 | 957 | plugins-root/check_dhcp.c, plugins-root/check_icmp.c, | |
864 | 2008-01-30 09:46 dermoth | 958 | plugins-root/pst3.c, plugins/check_apt.c, plugins/check_cluster.c, |
959 | plugins/check_disk.c, plugins/check_dns.c, plugins/check_dummy.c, | ||
960 | plugins/check_game.c, plugins/check_hpjd.c, plugins/check_http.c, | ||
961 | plugins/check_ldap.c, plugins/check_mrtg.c, plugins/check_mysql.c, | ||
962 | plugins/check_nagios.c, plugins/check_ntp.c, | ||
963 | plugins/check_ntp_peer.c, plugins/check_ntp_time.c, | ||
964 | plugins/check_nwstat.c, plugins/check_pgsql.c, | ||
965 | plugins/check_ping.c, plugins/check_radius.c, plugins/check_smtp.c, | ||
966 | plugins/check_snmp.c, plugins/check_ssh.c, plugins/check_swap.c, | ||
967 | plugins/check_tcp.c, plugins/check_time.c, plugins/check_ups.c, | ||
968 | plugins/netutils.c, plugins/popen.c, plugins/urlize.c: Bulk EOL | ||
969 | cleanup $ git diff --ignore-space-change|diffstat 0 files changed git-svn-id: | ||
970 | |||
971 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2087 f882894a-f735-0410-b71e-b25c423dba1c | ||
972 | |||
973 | 2008-11-19 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | ||
974 | |||
975 | * NEWS, plugins/check_ntp.c, plugins/check_ntp_peer.c: Fixed buffer | ||
976 | overflow in check_ntp/check_ntp_peer (#1999319, Ubuntu #291265) git-svn-id: | ||
865 | 977 | ||
866 | * [r1915] lib/utils_disk.c, lib/utils_tcp.c: | 978 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2086 f882894a-f735-0410-b71e-b25c423dba1c |
867 | details... | ||
868 | 979 | ||
869 | 2008-01-30 09:38 dermoth | 980 | 2008-11-19 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> |
870 | 981 | ||
871 | * [r1914] lib/tests/test_base64.c, lib/tests/test_cmd.c, | 982 | * NEWS, THANKS.in, lib/utils_disk.c, plugins/check_disk.c: |
872 | lib/tests/test_disk.c, lib/tests/test_ini.c, | 983 | check_disk: rerpopulate the mount list after doing a stat() on paths |
873 | lib/tests/test_tcp.c, lib/tests/test_utils.c: | 984 | specified with -p for better automount support. NB: There's a memory leak here - properly freeing the mount list |
874 | Bump lib/tests to GPLv3 | 985 | would invlove much more work - there's many other places where leaks |
986 | can happen so it should be a project on its own. git-svn-id: | ||
875 | 987 | ||
876 | 2008-01-30 09:33 dermoth | 988 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2085 f882894a-f735-0410-b71e-b25c423dba1c |
877 | 989 | ||
878 | * [r1913] lib/parse_ini.c, lib/utils_base.c, lib/utils_cmd.c, | 990 | 2008-11-14 Ton Voon <tonvoon@users.sourceforge.net> |
879 | lib/utils_disk.c, lib/utils_tcp.c: | ||
880 | Bump /lib to GPLv3 | ||
881 | 991 | ||
882 | 2008-01-30 09:03 dermoth | 992 | * tools/sfupload: Helper script to upload tarballs to SF and create |
993 | md5sum git-svn-id: | ||
883 | 994 | ||
884 | * [r1912] lib/parse_ini.c: | 995 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2081 f882894a-f735-0410-b71e-b25c423dba1c |
885 | new standardized GPLv3 header (will be applied to all C files) | ||
886 | 996 | ||
887 | 2008-01-29 10:27 dermoth | 997 | 2008-11-11 Ton Voon <tonvoon@users.sourceforge.net> |
888 | 998 | ||
889 | * [r1911] NEWS, plugins/check_ntp_peer.c: | 999 | * doc/developer-guidelines.sgml: Updated tinderbox link git-svn-id: |
890 | check_ntp_peer now checks for the LI_ALARM flag | ||
891 | 1000 | ||
892 | 2008-01-29 08:55 dermoth | 1001 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2080 f882894a-f735-0410-b71e-b25c423dba1c |
893 | 1002 | ||
894 | * [r1910] NEWS: | 1003 | 2008-11-08 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> |
895 | typo | ||
896 | 1004 | ||
897 | 2008-01-29 08:54 dermoth | 1005 | * NEWS, plugins/check_nt.c: Add missing long options for check_nt |
1006 | (for use with extra-opts) Extra-opts (ini files) requires long-options for setting up | ||
1007 | arguments. Added the missing ones for check_nt so that it can be | ||
1008 | properly used with extra-opts. git-svn-id: | ||
898 | 1009 | ||
899 | * [r1909] NEWS, plugins/check_ntp.c, plugins/check_ntp_time.c: | 1010 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2079 f882894a-f735-0410-b71e-b25c423dba1c |
900 | Fix bugs and flaws in best offset server selection of | ||
901 | check_ntp_time and (deprecated) check_ntp | ||
902 | 1011 | ||
903 | 2008-01-26 15:55 dermoth | 1012 | 2008-11-08 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> |
904 | 1013 | ||
905 | * [r1908] NEWS, THANKS.in, plugins/check_ntp_peer.c, | 1014 | * NEWS, plugins/check_disk.c, plugins/check_dns.c, |
906 | plugins/check_ntp_time.c: | 1015 | plugins/check_ide_smart.c, plugins/check_mrtg.c, |
907 | Fix help text of check_ntp_* (Bug #1880095) | 1016 | plugins/check_mrtgtraf.c, plugins/check_mysql_query.c, |
1017 | plugins/check_nt.c: Fix long options parsing in check_disk, | ||
1018 | check_dns, check_mrtg and check_mrtgtraf (check_tcp was done in an | ||
1019 | earlier commit) git-svn-id: | ||
908 | 1020 | ||
909 | 2008-01-15 11:34 dermoth | 1021 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2078 f882894a-f735-0410-b71e-b25c423dba1c |
910 | 1022 | ||
911 | * [r1907] NEWS, plugins/check_disk.c: | 1023 | 2008-11-08 Ton Voon <tonvoon@users.sourceforge.net> |
912 | Fix check_disk disk usage calculation when using --group=NAME | ||
913 | (related to bug #1348746) | ||
914 | 1024 | ||
915 | 2008-01-15 09:40 dermoth | 1025 | * THANKS.in: Added Jan for check_http method patch git-svn-id: |
916 | 1026 | ||
917 | * [r1906] NEWS, configure.in: | 1027 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2077 f882894a-f735-0410-b71e-b25c423dba1c |
918 | Add AC_SYS_LARGEFILE to configure.in (check_disk should now work | ||
919 | with large file systems (2TB+) on all archs that supports it) | ||
920 | 1028 | ||
921 | 2008-01-10 07:49 dermoth | 1029 | 2008-11-08 Ton Voon <tonvoon@users.sourceforge.net> |
922 | 1030 | ||
923 | * [r1905] lib/tests/test_cmd.c: | 1031 | * NEWS, THANKS.in, plugins/check_http.c, plugins/tests/check_http.t: |
924 | Add a return-code check (also test cmd_run without out/err | 1032 | Fixed bug where extra headers and redirect caused segfault (Dieter |
925 | buffers) | 1033 | Van de Walle - 2089159) git-svn-id: |
926 | 1034 | ||
927 | 2008-01-09 04:27 dermoth | 1035 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2076 f882894a-f735-0410-b71e-b25c423dba1c |
928 | 1036 | ||
929 | * [r1904] tools/tinderbox_build: | 1037 | 2008-11-08 Ton Voon <tonvoon@users.sourceforge.net> |
930 | make test-debug generate lots of false errors in tinderbox. | ||
931 | Turning off until we find a solution (so al least we can watch | ||
932 | the tinderbox for breakages again) | ||
933 | 1038 | ||
934 | 2008-01-08 23:08 psychotrahe | 1039 | * NEWS, plugins/check_http.c, plugins/tests/check_http.t: check_http |
1040 | now has options to specify the HTTP method (Jan - 2155152) git-svn-id: | ||
935 | 1041 | ||
936 | * [r1903] plugins/check_dns.c: | 1042 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2075 f882894a-f735-0410-b71e-b25c423dba1c |
937 | Fixed reverse lookup damaged by previous commit | ||
938 | 1043 | ||
939 | 2008-01-08 16:05 tonvoon | 1044 | 2008-11-08 Ton Voon <tonvoon@users.sourceforge.net> |
940 | 1045 | ||
941 | * [r1902] plugins/t/check_dns.t: | 1046 | * tools/setup: Fix for tar on Solaris git-svn-id: |
942 | Changed default test values for check_dns (using nagios.com) | ||
943 | 1047 | ||
944 | 2008-01-08 11:57 tonvoon | 1048 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2074 f882894a-f735-0410-b71e-b25c423dba1c |
945 | 1049 | ||
946 | * [r1901] plugins/t/check_ftp.t, plugins/t/check_imap.t, | 1050 | 2008-11-07 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> |
947 | plugins/t/check_jabber.t, plugins/t/check_pop.t, | ||
948 | plugins/t/check_tcp.t: | ||
949 | Reverted commits 1898 and 1899 due to reversion of 1879 | ||
950 | 1051 | ||
951 | 2008-01-08 11:51 tonvoon | 1052 | * NEWS, THANKS.in, plugins-root/check_icmp.c: check_icmp now reports |
1053 | min and max round trip time perfdata (Steve Rader) git-svn-id: | ||
952 | 1054 | ||
953 | * [r1900] NEWS, plugins/check_tcp.c: | 1055 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2073 f882894a-f735-0410-b71e-b25c423dba1c |
954 | Reverted commit 1879 where an invalid hostname returns UNKNOWN - | ||
955 | back to CRITICAL | ||
956 | 1056 | ||
957 | 2008-01-08 11:35 dermoth | 1057 | 2008-11-05 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> |
958 | 1058 | ||
959 | * [r1899] plugins/t/check_imap.t, plugins/t/check_jabber.t, | 1059 | * NEWS, plugins/check_tcp.c: Fix check_tcp longoptions handling git-svn-id: |
960 | plugins/t/check_pop.t: | ||
961 | more r1879 fixes | ||
962 | 1060 | ||
963 | 2008-01-08 11:27 dermoth | 1061 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2072 f882894a-f735-0410-b71e-b25c423dba1c |
964 | 1062 | ||
965 | * [r1898] plugins/t/check_ftp.t, plugins/t/check_tcp.t: | 1063 | 2008-11-05 Ton Voon <tonvoon@users.sourceforge.net> |
966 | Fix test breakages for commit r1879: check_tcp now returns | ||
967 | UNKNOWN with an invalid hostname on command line | ||
968 | 1064 | ||
969 | 2008-01-08 02:06 hweiss | 1065 | * lib/tests/Makefile.am: Need to add in the libgnu.la for Solaris |
1066 | and other platforms where missing functions have been replaced by | ||
1067 | GNUlib git-svn-id: | ||
970 | 1068 | ||
971 | * [r1897] plugins-root/check_icmp.c: | 1069 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2071 f882894a-f735-0410-b71e-b25c423dba1c |
972 | Hide some debug output which was printed even without "-v" (under | ||
973 | certain circumstances). | ||
974 | 1070 | ||
975 | 2008-01-08 01:51 hweiss | 1071 | 2008-11-05 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> |
976 | 1072 | ||
977 | * [r1896] plugins-root/check_icmp.c: | 1073 | * NEWS: Missing NEWS item git-svn-id: |
978 | Fix the handling of ICMP packets which are not echo replies (such | ||
979 | as destination unreachable messages) or which are not directed at | ||
980 | us. | ||
981 | 1074 | ||
982 | 2008-01-08 01:43 hweiss | 1075 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2070 f882894a-f735-0410-b71e-b25c423dba1c |
983 | 1076 | ||
984 | * [r1895] plugins-root/check_icmp.c: | 1077 | 2008-11-05 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> |
985 | Get rid of a cast which increases the required alignment. | ||
986 | 1078 | ||
987 | 2008-01-08 01:40 hweiss | 1079 | * lib/extra_opts.c, lib/tests/test_opts.c: Fix calculation of |
1080 | extra-opts parameters. By reading the current list instead of the additional one when | ||
1081 | counting parameters, extra-opts calculation was allocating | ||
1082 | insuficient space for the final array if later sections contained | ||
1083 | more arguments than the sum of all previously parsed sections. git-svn-id: | ||
988 | 1084 | ||
989 | * [r1894] plugins-root/check_icmp.c: | 1085 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2069 f882894a-f735-0410-b71e-b25c423dba1c |
990 | Mark some constant strings "const". | ||
991 | 1086 | ||
992 | 2008-01-07 02:04 hweiss | 1087 | 2008-11-05 Ton Voon <tonvoon@users.sourceforge.net> |
993 | 1088 | ||
994 | * [r1893] plugins/netutils.c: | 1089 | * Makefile.am, NEWS, configure.in: Fixed libtap dependency issue. |
995 | Support "[IPv6]" address syntax. | 1090 | Warning: will install tap into lib directories if ./configure |
1091 | --enable-libtap is used, but as development tool, will be okay git-svn-id: | ||
996 | 1092 | ||
997 | 2008-01-07 01:59 hweiss | 1093 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2068 f882894a-f735-0410-b71e-b25c423dba1c |
998 | 1094 | ||
999 | * [r1892] plugins/check_http.c: | 1095 | 2008-11-05 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> |
1000 | My assumption that "-H example.com:80" didn't work (see my | ||
1001 | previous commit) was wrong, it worked if used together with "-I". | ||
1002 | So, here's support for "-H [IPv6]:port", "-H [IPv6]", "-H IPv6", | ||
1003 | "-H IPv4:port", "-H IPv4", and "-H host:port". | ||
1004 | 1096 | ||
1005 | 2008-01-06 19:45 hweiss | 1097 | * plugins/t/check_http.t: Fix check_http test (altinity.com |
1098 | redirects now). git-svn-id: | ||
1006 | 1099 | ||
1007 | * [r1891] plugins/check_http.c: | 1100 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2067 f882894a-f735-0410-b71e-b25c423dba1c |
1008 | Remove support for specifying the port number using "-H | ||
1009 | example.com:80". Since this didn't work anyway (because ":80" | ||
1010 | wasn't stripped from the "host_name" after extracting the | ||
1011 | "server_port"), nobody can be using this syntax, and it prevents | ||
1012 | "-H" from accepting IPv6 addresses (neufeind - 1865082). IMO, | ||
1013 | fixing it to recognize both ":80" and IPv6 addresses isn't worth | ||
1014 | it, as the ":80" syntax doesn't seem very useful for Nagios | ||
1015 | plugins (given the way how they are usually called in Nagios | ||
1016 | command definitions). | ||
1017 | 1101 | ||
1018 | 2008-01-06 15:44 dermoth | 1102 | 2008-11-04 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> |
1019 | 1103 | ||
1020 | * [r1890] lib/tests/test_base64.c: | 1104 | * lib/tests/test_ini.c, lib/tests/test_opts.c: Fixed the test (not |
1021 | Fix base64 test (known string wasn't null-terminated) | 1105 | the bug yet) and added similar one to test_ini (that one works) git-svn-id: |
1022 | 1106 | ||
1023 | 2008-01-06 07:04 dermoth | 1107 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2066 f882894a-f735-0410-b71e-b25c423dba1c |
1024 | 1108 | ||
1025 | * [r1889] lib/tests/test_cmd.c: | 1109 | 2008-11-04 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> |
1026 | Fix tinderbox breakage | ||
1027 | 1110 | ||
1028 | 2008-01-06 00:10 psychotrahe | 1111 | * lib/tests/test_opts.c: Corrected test_opts plan git-svn-id: |
1029 | 1112 | ||
1030 | * [r1888] plugins/check_ldap.c: | 1113 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2065 f882894a-f735-0410-b71e-b25c423dba1c |
1031 | If unspecified set LDAP_OPT_SUCCESS to LDAP_SUCCESS (Sergei | ||
1032 | Haramundanis - #1498923) | ||
1033 | 1114 | ||
1034 | 2008-01-05 14:09 dermoth | 1115 | 2008-11-04 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> |
1035 | 1116 | ||
1036 | * [r1887] NEWS, plugins/check_ntp.c, plugins/check_ntp_time.c: | 1117 | * lib/tests/plugins.ini, lib/tests/test_opts.c: Adding extra-opts |
1037 | Fix Bug #1862300: check_ntp_time segfault in 1.4.11 (Also apply | 1118 | check that crash on my prod servers (*** glibc detected *** |
1038 | to check_ntp) | 1119 | malloc(): memory corruption: 0x0804e248 ***) git-svn-id: |
1039 | 1120 | ||
1040 | 2008-01-05 01:06 psychotrahe | 1121 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2064 f882894a-f735-0410-b71e-b25c423dba1c |
1041 | 1122 | ||
1042 | * [r1886] NEWS, THANKS.in, plugins/check_dns.c: | 1123 | 2008-11-04 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> |
1043 | check_dns now sorts addresses for -a support with multiple | ||
1044 | address replies (Matthias Urlichs #1724052) | ||
1045 | 1124 | ||
1046 | 2008-01-04 22:10 psychotrahe | 1125 | * NEWS, lib/parse_ini.c, lib/tests/plugin.ini: Make extra-opts (C |
1126 | plugins) behave more like N::P: N::P allows both '#' and ';' for comments. Extra-opts used to | ||
1127 | allow only '#', it now allows both (';' is the standard for ini | ||
1128 | files) Extra-opts does not allow trailing comments anymore (like | ||
1129 | N::P) git-svn-id: | ||
1047 | 1130 | ||
1048 | * [r1885] plugins/check_procs.c: | 1131 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2063 f882894a-f735-0410-b71e-b25c423dba1c |
1049 | Cleaned check_procs usage output (Ferenc Wagner #1862218) | ||
1050 | 1132 | ||
1051 | 2007-12-21 14:19 hweiss | 1133 | 2008-11-04 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> |
1052 | 1134 | ||
1053 | * [r1884] plugins-root/check_icmp.c: | 1135 | * NEWS, THANKS.in, plugins/check_ups.c: check_ups now sends a LOGOUT |
1054 | Fix INADDR_NONE value (for systems which don't define it). | 1136 | string (debian bug #387001) git-svn-id: |
1055 | 1137 | ||
1056 | 2007-12-21 14:17 hweiss | 1138 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2062 f882894a-f735-0410-b71e-b25c423dba1c |
1057 | 1139 | ||
1058 | * [r1883] plugins-root/check_icmp.c: | 1140 | 2008-10-22 Matthias Eble <psychotrahe@users.sourceforge.net> |
1059 | Include <sys/sockio.h> (if available) to get SIOCGIFADDR defined | ||
1060 | on Solaris. | ||
1061 | 1141 | ||
1062 | 2007-12-21 13:25 hweiss | 1142 | * BUGS, NEWS, plugins-scripts/check_ifoperstatus.pl: |
1143 | check_ifoperstatus -n flag now works as expected (sf.net #1569488) | ||
1144 | check_ifoperstatus now supports ifType based lookup for ifIndex git-svn-id: | ||
1063 | 1145 | ||
1064 | * [r1882] NEWS, THANKS.in, plugins-root/check_icmp.c: | 1146 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2061 f882894a-f735-0410-b71e-b25c423dba1c |
1065 | New "-s" option to specify the source IP address (thanks to | ||
1066 | Harald Jenny for providing the patch and to Patrick Cervicek for | ||
1067 | looking into it!) | ||
1068 | 1147 | ||
1069 | 2007-12-21 04:23 dermoth | 1148 | 2008-10-21 Ton Voon <tonvoon@users.sourceforge.net> |
1070 | 1149 | ||
1071 | * [r1881] plugins/check_ldap.c: | 1150 | * NEWS, tools/tinderbox_build: Updated tinderbox server git-svn-id: |
1072 | Remove c formating from translated strings (makes translation | ||
1073 | easier) | ||
1074 | 1151 | ||
1075 | 2007-12-19 18:41 hweiss | 1152 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2060 f882894a-f735-0410-b71e-b25c423dba1c |
1076 | 1153 | ||
1077 | * [r1880] plugins/check_ldap.c: | 1154 | 2008-10-05 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> |
1078 | Fix the "--help" output. | ||
1079 | 1155 | ||
1080 | 2007-12-19 10:08 tonvoon | 1156 | * NEWS, plugins/check_users.c: check-users thresholds was >= rather |
1157 | than > as documented. git-svn-id: | ||
1081 | 1158 | ||
1082 | * [r1879] NEWS, plugins/check_tcp.c: | 1159 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2059 f882894a-f735-0410-b71e-b25c423dba1c |
1083 | check_tcp now returns UNKNOWN with an invalid hostname on command | ||
1084 | line | ||
1085 | 1160 | ||
1086 | 2007-12-17 11:47 tonvoon | 1161 | 2008-09-25 Ton Voon <tonvoon@users.sourceforge.net> |
1087 | 1162 | ||
1088 | * [r1877] NEWS, THANKS.in, plugins/check_nt.c: | 1163 | * BUGS, ChangeLog, NEWS, configure.in, package.def: Preparation for |
1089 | Add check_nt -v INSTANCES (Alessandro Ren) | 1164 | 1.4.13 git-svn-id: |
1090 | 1165 | ||
1091 | 2007-12-13 23:17 tonvoon | 1166 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2057 f882894a-f735-0410-b71e-b25c423dba1c |
1092 | 1167 | ||
1093 | * [r1876] plugins/check_nwstat.c: | 1168 | 2008-09-25 Ton Voon <tonvoon@users.sourceforge.net> |
1094 | Fixed help output (Christian Mies) | ||
1095 | 1169 | ||
1096 | 2007-12-13 23:12 tonvoon | 1170 | * plugins/tests/check_http.t: Fix small test failure git-svn-id: |
1097 | 1171 | ||
1098 | * [r1875] NEWS: | 1172 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2056 f882894a-f735-0410-b71e-b25c423dba1c |
1099 | NEWS edited for consistent grammar | ||
1100 | 1173 | ||
1101 | 2007-12-13 22:39 tonvoon | 1174 | 2008-09-25 Ton Voon <tonvoon@users.sourceforge.net> |
1102 | 1175 | ||
1103 | * [r1873] BUGS, ChangeLog, NEWS, configure.in, package.def: | 1176 | * doc/LEAVERS, doc/NEW_STARTERS, doc/RELEASING: Moving project |
1104 | Preparation for 1.4.11 | 1177 | administration documents to nagiosplugins.org site git-svn-id: |
1105 | 1178 | ||
1106 | 2007-12-13 22:22 tonvoon | 1179 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2055 f882894a-f735-0410-b71e-b25c423dba1c |
1107 | 1180 | ||
1108 | * [r1872] NEWS, THANKS.in, plugins-root/Makefile.am: | 1181 | 2008-09-02 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> |
1109 | Fixed VPATH problem in plugins-root (Tom Payerle - 1789000) | ||
1110 | 1182 | ||
1111 | 2007-12-13 22:09 tonvoon | 1183 | * plugins/check_ntp_peer.c: Typo git-svn-id: |
1112 | 1184 | ||
1113 | * [r1871] NEWS, perlmods/Nagios-Plugin-0.21.tar.gz, | 1185 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2054 f882894a-f735-0410-b71e-b25c423dba1c |
1114 | perlmods/Nagios-Plugin-0.22.tar.gz: | ||
1115 | Update to latest Nagios::Plugin | ||
1116 | 1186 | ||
1117 | 2007-12-12 08:52 dermoth | 1187 | 2008-09-02 Holger Weiss <hweiss@users.sourceforge.net> |
1118 | 1188 | ||
1119 | * [r1867] ., gl, lib, lib/tests, plugins: | 1189 | * THANKS.in, plugins/check_http.c: Some HTTP server |
1120 | Add build files/binaries to the svn:ignore propt | 1190 | applications/configurations cause trouble if the port is explicitly |
1191 | specified in our "Host:" header line. Therefore, we now specify the | ||
1192 | port only if we're using a non-default port (Erik Wasser - 2082501). git-svn-id: | ||
1121 | 1193 | ||
1122 | 2007-12-12 01:27 tonvoon | 1194 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2053 f882894a-f735-0410-b71e-b25c423dba1c |
1123 | 1195 | ||
1124 | * [r1866] Makefile.am, NEWS, lib/Makefile.am, | 1196 | 2008-09-02 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> |
1125 | lib/tests/Makefile.am, perlmods/Makefile.am, | ||
1126 | plugins-scripts/Makefile.am, plugins/Makefile.am, | ||
1127 | tools/tinderbox_build: | ||
1128 | Run tinderbox builds in a test debug mode using "make test-debug" | ||
1129 | 1197 | ||
1130 | 2007-12-11 13:54 dermoth | 1198 | * NEWS, plugins/check_ntp_peer.c: Fix possible segfault in |
1199 | check_ntp_peer with deliberately invalid packets git-svn-id: | ||
1131 | 1200 | ||
1132 | * [r1865] plugins/t/check_ntp.t: | 1201 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2052 f882894a-f735-0410-b71e-b25c423dba1c |
1133 | D'oh! single escape will be handled by Perl.... | ||
1134 | 1202 | ||
1135 | 2007-12-11 13:31 dermoth | 1203 | 2008-09-01 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> |
1136 | 1204 | ||
1137 | * [r1864] plugins/check_ntp_peer.c, plugins/t/check_ntp.t: | 1205 | * NEWS, plugins/check_ntp_peer.c, plugins/check_ntp_time.c: |
1138 | - Fix check_ntp_peer returning misleading information when an | 1206 | check_ntp_peer/check_ntp_time used to show port in --help but |
1139 | ICMP message came back - Try to fix some servers apparently | 1207 | ignored the argument - now implemented. git-svn-id: |
1140 | exanding the ~ in threshold ranges in t/check_ntp.t | ||
1141 | 1208 | ||
1142 | 2007-12-11 12:05 tonvoon | 1209 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2051 f882894a-f735-0410-b71e-b25c423dba1c |
1143 | 1210 | ||
1144 | * [r1863] lib/tests/test_cmd.c: | 1211 | 2008-09-01 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> |
1145 | Fixed test so works on MacOSX (use /bin/sh instead of /bin/grep). | ||
1146 | Added extra test for missing command - should drop into | ||
1147 | STATE_UNKNOWN | ||
1148 | 1212 | ||
1149 | 2007-12-11 10:58 tonvoon | 1213 | * NEWS, THANKS.in, plugins/check_http.c: Revert "Re-structure the |
1214 | HTTP 1.1 headers to prevent 301s on servers with virtual hosts" This reverts commit 2030 git-svn-id: | ||
1150 | 1215 | ||
1151 | * [r1862] lib/tests/Makefile.am: | 1216 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2050 f882894a-f735-0410-b71e-b25c423dba1c |
1152 | Add verbose flag so each test result is seen, rather than grouped | ||
1153 | by test | ||
1154 | 1217 | ||
1155 | 2007-12-11 05:57 dermoth | 1218 | 2008-09-01 Holger Weiss <hweiss@users.sourceforge.net> |
1156 | 1219 | ||
1157 | * [r1861] plugins-root/check_icmp.c, plugins/check_cluster.c, | 1220 | * plugins/check_http.c: Under some circumstances, the 'url' path of |
1158 | plugins/check_http.c, plugins/check_mrtgtraf.c, | 1221 | a redirection target missed a leading slash. While this was fixed |
1159 | plugins/check_ntp.c, plugins/check_ntp_peer.c, | 1222 | later on, the incomplete 'url' was used for redirection loop |
1160 | plugins/check_ntp_time.c: | 1223 | detection and error messages. This is now fixed by adding the |
1161 | Adding missing function calls needed for i18n (only for plugins | 1224 | missing slash immediately. git-svn-id: |
1162 | already in POTFILES.in) | ||
1163 | 1225 | ||
1164 | 2007-12-10 08:10 dermoth | 1226 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2049 f882894a-f735-0410-b71e-b25c423dba1c |
1165 | 1227 | ||
1166 | * [r1860] po/fr.po: | 1228 | 2008-08-25 Ton Voon <tonvoon@users.sourceforge.net> |
1167 | Some corrections | ||
1168 | 1229 | ||
1169 | 2007-12-10 07:52 dermoth | 1230 | * plugins/tests/check_http.t: Fix HTTP::Daemon::VERSION to get a |
1231 | fixed header size for tests (Sven Nierlein) git-svn-id: | ||
1170 | 1232 | ||
1171 | * [r1859] plugins/check_cluster.c, plugins/check_mysql.c, | 1233 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2048 f882894a-f735-0410-b71e-b25c423dba1c |
1172 | plugins/check_radius.c, plugins/check_snmp.c, | ||
1173 | plugins/check_swap.c, plugins/negate.c, po/de.po, po/fr.po, | ||
1174 | po/nagios-plugins.pot: | ||
1175 | Plenty of french translations (and a few fixes BTW) - No more | ||
1176 | fuzzy french translations - Only (!) 355 strings to translate | ||
1177 | 1234 | ||
1178 | 2007-12-10 04:00 dermoth | 1235 | 2008-08-25 Ton Voon <tonvoon@users.sourceforge.net> |
1179 | 1236 | ||
1180 | * [r1858] plugins/check_ntp.c, plugins/check_ntp_peer.c, | 1237 | * plugins/tests/check_http.t: Updated with more tests re: multiple |
1181 | plugins/check_ntp_time.c: | 1238 | status codes (Sven Nierlein) git-svn-id: |
1182 | OOPS! Last commit should have included these files. | ||
1183 | 1239 | ||
1184 | 2007-12-10 03:40 dermoth | 1240 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2047 f882894a-f735-0410-b71e-b25c423dba1c |
1185 | 1241 | ||
1186 | * [r1857] po/de.po, po/fr.po, po/nagios-plugins.pot: | 1242 | 2008-08-25 Holger Weiss <hweiss@users.sourceforge.net> |
1187 | D'autres translations - Err, I mean more translations :) | ||
1188 | 1243 | ||
1189 | 2007-12-10 02:30 dermoth | 1244 | * NEWS, THANKS.in, plugins/check_http.c, plugins/tests/check_http.t: |
1245 | The "-e" option now accepts a comma-delimited list of expected | ||
1246 | status lines (Sven Nierlein - 1894496). git-svn-id: | ||
1190 | 1247 | ||
1191 | * [r1856] po/fr.po: | 1248 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2046 f882894a-f735-0410-b71e-b25c423dba1c |
1192 | More translations | ||
1193 | 1249 | ||
1194 | 2007-12-10 02:10 dermoth | 1250 | 2008-08-22 Ton Voon <tonvoon@users.sourceforge.net> |
1195 | 1251 | ||
1196 | * [r1855] po/de.po, po/fr.po, po/nagios-plugins.pot: | 1252 | * plugins/tests/check_http.t, plugins/tests/var/root: Added HTTP |
1197 | re-update the po files | 1253 | tests for status codes git-svn-id: |
1198 | 1254 | ||
1199 | 2007-12-10 02:07 dermoth | 1255 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2045 f882894a-f735-0410-b71e-b25c423dba1c |
1200 | 1256 | ||
1201 | * [r1854] plugins/check_ntp_peer.c, po/fr.po: | 1257 | 2008-08-21 Ton Voon <tonvoon@users.sourceforge.net> |
1202 | Some translations | ||
1203 | 1258 | ||
1204 | 2007-12-10 01:50 psychotrahe | 1259 | * configure.in: Only include extra-opts tests if libtap is enabled git-svn-id: |
1205 | 1260 | ||
1206 | * [r1853] po/de.po, po/fr.po, po/nagios-plugins.pot: | 1261 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2044 f882894a-f735-0410-b71e-b25c423dba1c |
1207 | Localization updates for recent changes | ||
1208 | 1262 | ||
1209 | 2007-12-10 01:13 psychotrahe | 1263 | 2008-08-21 Ton Voon <tonvoon@users.sourceforge.net> |
1210 | 1264 | ||
1211 | * [r1852] plugins/check_http.c: | 1265 | * NEWS: Note re: --enable-libtap git-svn-id: |
1212 | Fix output when response time is critical. Thanks to Nobuhiro Ban | ||
1213 | (patch #1817228) | ||
1214 | 1266 | ||
1215 | 2007-12-10 00:19 psychotrahe | 1267 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2043 f882894a-f735-0410-b71e-b25c423dba1c |
1216 | 1268 | ||
1217 | * [r1851] NEWS, plugins/check_load.c, plugins/t/check_load.t: | 1269 | 2008-08-21 Ton Voon <tonvoon@users.sourceforge.net> |
1218 | Fixed check_load argument handling when passing non triplet | ||
1219 | thresholds. Thanks to Jonathan Kamens (bug #1831890) | ||
1220 | 1270 | ||
1221 | 2007-12-09 23:36 dermoth | 1271 | * lib/tests/Makefile.am, lib/tests/test_all.t, |
1272 | lib/tests/test_base64.t, lib/tests/test_cmd.t, | ||
1273 | lib/tests/test_disk.t, lib/tests/test_ini.t, lib/tests/test_opts.t, | ||
1274 | lib/tests/test_tcp.t, lib/tests/test_utils.c, | ||
1275 | lib/tests/test_utils.t: Correctly link to included libtap. Simplify | ||
1276 | invoking test scripts. Removed basename test as we should use | ||
1277 | base_name from GNUlib which is tested separately git-svn-id: | ||
1222 | 1278 | ||
1223 | * [r1850] po/POTFILES.in, po/de.po, po/fr.po, | 1279 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2042 f882894a-f735-0410-b71e-b25c423dba1c |
1224 | po/nagios-plugins.pot: | ||
1225 | Gettin' ready for some translation frenzy :) | ||
1226 | 1280 | ||
1227 | 2007-12-09 17:15 dermoth | 1281 | 2008-08-21 Ton Voon <tonvoon@users.sourceforge.net> |
1228 | 1282 | ||
1229 | * [r1849] po/de.po, po/fr.po, po/nagios-plugins.pot: | 1283 | * tools/tinderbox_build: Fix regexp of version number of snapshot git-svn-id: |
1230 | update po files and fix a few French translations | ||
1231 | 1284 | ||
1232 | 2007-12-08 16:34 dermoth | 1285 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2041 f882894a-f735-0410-b71e-b25c423dba1c |
1233 | 1286 | ||
1234 | * [r1848] NEWS, plugins/check_disk.c: | 1287 | 2008-08-21 Ton Voon <tonvoon@users.sourceforge.net> |
1235 | Fix check_disk reporting OK if disk usage grows over 100% (bug | ||
1236 | #1348746). | ||
1237 | 1288 | ||
1238 | 2007-12-04 12:57 dermoth | 1289 | * Makefile.am: Remove .svn files in distribution git-svn-id: |
1239 | 1290 | ||
1240 | * [r1847] plugins/check_ntp_time.c: | 1291 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2040 f882894a-f735-0410-b71e-b25c423dba1c |
1241 | Interesting... For some reason it did not take this (patch barfed | ||
1242 | on it and I thought I had fixed it already)... | ||
1243 | 1292 | ||
1244 | 2007-12-04 12:38 dermoth | 1293 | 2008-08-21 Ton Voon <tonvoon@users.sourceforge.net> |
1245 | 1294 | ||
1246 | * [r1846] NEWS, plugins/Makefile.am, plugins/check_ntp_peer.c, | 1295 | * tools/setup: Renamed altered tap file to nagios-plugins git-svn-id: |
1247 | plugins/check_ntp_time.c, plugins/t/check_ntp.t: | ||
1248 | Merge changes from branches/dermoth_ntp_rework | ||
1249 | (check_ntp_peer/check_ntp_time) | ||
1250 | |||
1251 | NEWS | 13 plugins/Makefile.am | 8 plugins/check_ntp_peer.c | 628 | ||
1252 | ++++++++++++++++------------------------------- | ||
1253 | plugins/check_ntp_time.c | 323 ++---------------------- | ||
1254 | plugins/t/check_ntp.t | 92 +++++- | ||
1255 | 1296 | ||
1256 | 2007-12-04 12:27 dermoth | 1297 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2039 f882894a-f735-0410-b71e-b25c423dba1c |
1257 | 1298 | ||
1258 | * [r1843] plugins/check_ntp_peer.c, plugins/check_ntp_time.c: | 1299 | 2008-08-21 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> |
1259 | Add the new checks as check_ntp copies to keep full plug-in | ||
1260 | history | ||
1261 | 1300 | ||
1262 | 2007-12-04 11:14 dermoth | 1301 | * plugins/check_ntp_peer.c: Nothing git-svn-id: |
1263 | 1302 | ||
1264 | * [r1838] plugins/check_ntp.c: | 1303 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2038 f882894a-f735-0410-b71e-b25c423dba1c |
1265 | missing word in comment block. | ||
1266 | 1304 | ||
1267 | 2007-11-23 04:21 dermoth | 1305 | 2008-08-21 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> |
1268 | 1306 | ||
1269 | * [r1830] NEWS, plugins/check_ntp.c: | 1307 | * plugins/check_ntp_peer.c: Misplaced comment git-svn-id: |
1270 | - Use max_state_alt in check_ntp to fix some issues with the | ||
1271 | latest commits. - Roll back the stratum check as there were | ||
1272 | issues with it and a better one is already implemented in | ||
1273 | check_ntp_peer (about to be included) | ||
1274 | 1308 | ||
1275 | 2007-11-23 04:18 dermoth | 1309 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2037 f882894a-f735-0410-b71e-b25c423dba1c |
1276 | 1310 | ||
1277 | * [r1829] plugins/utils.c, plugins/utils.h: | 1311 | 2008-08-21 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> |
1278 | Add a max_state_alt function that put UNKNOWN and DEPENDENT ahead | ||
1279 | of OK. | ||
1280 | 1312 | ||
1281 | 2007-11-11 16:29 dermoth | 1313 | * plugins/check_ntp_peer.c: Complete rewrite of the extract_value |
1314 | function The original one was flawed (easy to trigger segfaults) and did not | ||
1315 | allow some whitespaces as permitted by rfc1305. This one has been | ||
1316 | troughfully tested with tap (the testing code might get included | ||
1317 | later) git-svn-id: | ||
1282 | 1318 | ||
1283 | * [r1827] NEWS, plugins/check_cluster.c, plugins/check_snmp.c: | 1319 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2036 f882894a-f735-0410-b71e-b25c423dba1c |
1284 | Fix broken usage2 in check_snmp and check_cluster Fix | ||
1285 | check_cluster blocking some special characters for thresholds | ||
1286 | ("-", "@", "~") | ||
1287 | 1320 | ||
1288 | 2007-11-10 17:37 dermoth | 1321 | 2008-08-21 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> |
1289 | 1322 | ||
1290 | * [r1822] plugins/check_ntp.c: | 1323 | * lib/parse_ini.c, lib/parse_ini.h, lib/tests/test_opts.c: Typos in |
1291 | Fix newly added stratum check (has to be decreased by one when | 1324 | comments git-svn-id: |
1292 | using normal NTP packets versus control packets) | ||
1293 | 1325 | ||
1294 | 2007-11-09 23:24 dermoth | 1326 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2035 f882894a-f735-0410-b71e-b25c423dba1c |
1295 | 1327 | ||
1296 | * [r1819] lib/tests/test_base64.c: | 1328 | 2008-08-16 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> |
1297 | Adding svn:keywords props | ||
1298 | 1329 | ||
1299 | 2007-11-09 22:01 dermoth | 1330 | * plugins/check_mysql.c, plugins/check_mysql_query.c: Fix assignment |
1331 | written as a comparison in validate_arguments() when db_pass is NULL | ||
1332 | (Patch from http://blog.barfoo.org/projects/rpms-for-sles10) git-svn-id: | ||
1300 | 1333 | ||
1301 | * [r1818] configure.in, lib/tests/Makefile.am, | 1334 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2034 f882894a-f735-0410-b71e-b25c423dba1c |
1302 | lib/tests/test_base64.c, lib/tests/test_base64.t, | ||
1303 | tools/distclean: | ||
1304 | Adding test for base64 lib | ||
1305 | 1335 | ||
1306 | 2007-11-09 21:17 dermoth | 1336 | 2008-08-16 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> |
1307 | 1337 | ||
1308 | * [r1817] lib/Makefile.am, lib/base64.c, lib/base64.h, | 1338 | * plugins/check_fping.c: Fix check_fping --help output (Patch from |
1309 | plugins/check_http.c, plugins/check_smtp.c: | 1339 | http://blog.barfoo.org/projects/rpms-for-sles10) git-svn-id: |
1310 | Moved base64 function to /lib. | ||
1311 | 1340 | ||
1312 | 2007-11-09 18:24 dermoth | 1341 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2033 f882894a-f735-0410-b71e-b25c423dba1c |
1313 | 1342 | ||
1314 | * [r1816] lib/utils_tcp.h: | 1343 | 2008-08-16 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> |
1315 | Nothing to see here... | ||
1316 | 1344 | ||
1317 | 2007-11-09 17:21 dermoth | 1345 | * plugins/t/check_by_ssh.t: Typo git-svn-id: |
1318 | 1346 | ||
1319 | * [r1815] THANKS.in: | 1347 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2032 f882894a-f735-0410-b71e-b25c423dba1c |
1320 | Credits of check_snmp fix for bug #1815362 (CVE-2007-5623) | ||
1321 | 1348 | ||
1322 | 2007-11-09 16:05 dermoth | 1349 | 2008-08-08 Ton Voon <tonvoon@users.sourceforge.net> |
1323 | 1350 | ||
1324 | * [r1814] plugins/check_snmp.c: | 1351 | * plugins-root/pst3.c: Close on fd git-svn-id: |
1325 | Fix check_snmp buffer overflow (CVE-2007-5623) | ||
1326 | |||
1327 | This patch comes from the Gentoo Portage tree but I couldn't find | ||
1328 | the author. I sent an email and will give credits when I get an | ||
1329 | answer. | ||
1330 | 1352 | ||
1331 | 2007-11-09 13:08 dermoth | 1353 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2031 f882894a-f735-0410-b71e-b25c423dba1c |
1332 | 1354 | ||
1333 | * [r1813] plugins/check_ssh.c: | 1355 | 2008-08-08 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> |
1334 | Close the socket on all exits (not just the OK one) | ||
1335 | 1356 | ||
1336 | 2007-11-09 13:06 dermoth | 1357 | * NEWS, THANKS.in, plugins/check_http.c: Re-structure the HTTP 1.1 |
1358 | headers to prevent 301s on servers with virtual hosts git-svn-id: | ||
1337 | 1359 | ||
1338 | * [r1812] plugins/check_snmp.c: | 1360 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2030 f882894a-f735-0410-b71e-b25c423dba1c |
1339 | Fix missing \n in --help output | ||
1340 | 1361 | ||
1341 | 2007-10-25 21:06 dermoth | 1362 | 2008-08-08 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> |
1342 | 1363 | ||
1343 | * [r1811] NEWS, plugins/check_ntp.c: | 1364 | * plugins-root/check_icmp.c: Typo in --help output git-svn-id: |
1344 | check_ntp now return UNKNOWN instead of WARNING if jitter is | ||
1345 | unavailable. If no offset threshold is specified and the offset | ||
1346 | is unavailable, will return UNKNOWN as well. | ||
1347 | 1365 | ||
1348 | 2007-10-25 20:43 tonvoon | 1366 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2029 f882894a-f735-0410-b71e-b25c423dba1c |
1349 | 1367 | ||
1350 | * [r1810] plugins-root/check_dhcp.c, plugins/check_ping.c, | 1368 | 2008-08-05 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> |
1351 | plugins/check_ups.c, tools/sync_website: | ||
1352 | Automatically update website with --help output. Cosmetic fixes | ||
1353 | for some help output | ||
1354 | 1369 | ||
1355 | 2007-10-24 15:08 hweiss | 1370 | * tools/devmode: Set -D_FORTIFY_SOURCE=2, and added a comment with |
1371 | link to explaination of this flag. git-svn-id: | ||
1356 | 1372 | ||
1357 | * [r1809] THANKS.in, plugins/check_snmp.c: | 1373 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2028 f882894a-f735-0410-b71e-b25c423dba1c |
1358 | Hide the SNMP community string (and v3 passwords) from error | ||
1359 | messages (Bernhard Fischer on nagiosplug-devel@) | ||
1360 | 1374 | ||
1361 | 2007-10-15 06:52 tonvoon | 1375 | 2008-07-28 Matthias Eble <psychotrahe@users.sourceforge.net> |
1362 | 1376 | ||
1363 | * [r1808] doc/RELEASING: | 1377 | * plugins-root/check_icmp.c: -b option now specifies ICMP data bytes |
1364 | Add reparagraph option to make ChangeLog output bit prettier | 1378 | instead of packet size git-svn-id: |
1365 | 1379 | ||
1366 | 2007-10-14 22:19 hweiss | 1380 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2027 f882894a-f735-0410-b71e-b25c423dba1c |
1367 | 1381 | ||
1368 | * [r1807] plugins/check_http.c: | 1382 | 2008-07-17 Matthias Eble <psychotrahe@users.sourceforge.net> |
1369 | Fix a possible segfault if using "-f follow" and the server sends | ||
1370 | a forged "LLLLocation" header prefixed with multiple "L"s | ||
1371 | (fabiodds - 1813346) | ||
1372 | 1383 | ||
1373 | 2007-10-11 04:21 dermoth | 1384 | * NEWS, plugins-root/check_icmp.c: Add support for packet size |
1385 | modification (-b) git-svn-id: | ||
1374 | 1386 | ||
1375 | * [r1806] NEWS, plugins/check_ntp.c: | 1387 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2026 f882894a-f735-0410-b71e-b25c423dba1c |
1376 | Add stratum thresholds support for check_ntp (feature request | ||
1377 | #1703823) | ||
1378 | 1388 | ||
1379 | 2007-10-11 02:56 dermoth | 1389 | 2008-07-10 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> |
1380 | 1390 | ||
1381 | * [r1805] plugins/check_ntp.c: | 1391 | * plugins/check_disk.c: Verbose should not have to exceed 3 as per |
1382 | Use provided threshold functions (no functionnal change apart the | 1392 | developement guidelines git-svn-id: |
1383 | check for overlaping thresholds) | ||
1384 | 1393 | ||
1385 | 2007-10-02 13:51 hweiss | 1394 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2025 f882894a-f735-0410-b71e-b25c423dba1c |
1386 | 1395 | ||
1387 | * [r1804] NEWS, plugins/check_http.c: | 1396 | 2008-07-10 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> |
1388 | Fix regression in 1.4.10 where following redirects to relative | ||
1389 | URLs on virtual hosts failed if both "-H" and "-I" were specified | ||
1390 | (noted by Rodrigo A. G. Schichaschwili on nagiosplug-devel@) | ||
1391 | 1397 | ||
1392 | 2007-09-29 10:03 tonvoon | 1398 | * tools/devmode: Add -D_FORTIFY_SOURCE git-svn-id: |
1393 | 1399 | ||
1394 | * [r1803] doc/RELEASING: | 1400 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2024 f882894a-f735-0410-b71e-b25c423dba1c |
1395 | Updated notes on releasing, mainly for svn | ||
1396 | 1401 | ||
1397 | 2007-09-29 00:44 tonvoon | 1402 | 2008-07-10 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> |
1398 | 1403 | ||
1399 | * [r1801] BUGS, ChangeLog, NEWS, configure.in, package.def: | 1404 | * plugins/check_ups.c: Typo in check_ups git-svn-id: |
1400 | Prep for 1.4.10 | ||
1401 | 1405 | ||
1402 | 2007-09-26 10:57 hweiss | 1406 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2023 f882894a-f735-0410-b71e-b25c423dba1c |
1403 | 1407 | ||
1404 | * [r1800] NEWS, plugins/check_radius.c: | 1408 | 2008-07-09 Matthias Eble <psychotrahe@users.sourceforge.net> |
1405 | Drop the weird and undocumented behaviour of using positional | ||
1406 | argument parsing instead of getopt(3) if 8 command line arguments | ||
1407 | were given (as suggested by Matthias) and check whether all | ||
1408 | required arguments have been specified in order to spit out | ||
1409 | proper error messages and to avoid a possible segfault (as | ||
1410 | suggested by Thomas). | ||
1411 | 1409 | ||
1412 | 2007-09-26 04:16 dermoth | 1410 | * plugins/t/check_snmp.t: rewrote check_snmp.t to use Test::More |
1411 | added perfdata checking for string values git-svn-id: | ||
1413 | 1412 | ||
1414 | * [r1799] NEWS, THANKS.in, plugins/check_ntp.c: | 1413 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2022 f882894a-f735-0410-b71e-b25c423dba1c |
1415 | Patch #1798774: check_ntp: honor ntp flags | ||
1416 | 1414 | ||
1417 | 2007-09-24 19:34 tonvoon | 1415 | 2008-07-09 Matthias Eble <psychotrahe@users.sourceforge.net> |
1418 | 1416 | ||
1419 | * [r1798] perlmods, perlmods/Nagios-Plugin-0.20.tar.gz, | 1417 | * NEWS, plugins/check_snmp.c: check_snmp now only prints perfdata |
1420 | perlmods/Nagios-Plugin-0.21.tar.gz: | 1418 | for non numeric values (Joerg Linge #1867716) git-svn-id: |
1421 | Update N::P with new version, redirecting help, version and usage | ||
1422 | to stdout | ||
1423 | 1419 | ||
1424 | 2007-09-24 18:51 tonvoon | 1420 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2021 f882894a-f735-0410-b71e-b25c423dba1c |
1425 | 1421 | ||
1426 | * [r1796] doc/developer-guidelines.sgml: | 1422 | 2008-07-08 Ton Voon <tonvoon@users.sourceforge.net> |
1427 | State that stderr should not have any output | ||
1428 | 1423 | ||
1429 | 2007-09-24 00:30 hweiss | 1424 | * Makefile.am, tools/tinderbox_build: Removed libtap configuration |
1425 | for the moment, as tinderbox builds are breaking git-svn-id: | ||
1430 | 1426 | ||
1431 | * [r1794] NEWS, configure.in, plugins/netutils.c: | 1427 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2020 f882894a-f735-0410-b71e-b25c423dba1c |
1432 | Let ./configure --without-ipv6 suppress non-IPv4 DNS lookups | ||
1433 | (noted by Mark Frost on nagios-users@) | ||
1434 | 1428 | ||
1435 | 2007-09-23 12:29 psychotrahe | 1429 | 2008-07-08 Ton Voon <tonvoon@users.sourceforge.net> |
1436 | 1430 | ||
1437 | * [r1793] plugins/check_disk.c, plugins/negate.c: | 1431 | * NEWS, lib/utils_cmd.c, lib/utils_cmd.h, plugins/Makefile.am, |
1438 | Removed some c99 style comments | 1432 | plugins/check_procs.c: check_procs captures stderr and adds to |
1433 | plugin output. This is from a merge of branch | ||
1434 | nagiosplug/branches/new_threshold_syntax 1979:1982 git-svn-id: | ||
1439 | 1435 | ||
1440 | 2007-09-23 12:26 psychotrahe | 1436 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2019 f882894a-f735-0410-b71e-b25c423dba1c |
1441 | 1437 | ||
1442 | * [r1792] NEWS, plugins/check_by_ssh.c: | 1438 | 2008-07-06 Holger Weiss <hweiss@users.sourceforge.net> |
1443 | Added multiline output capability to check_by_ssh. Thanks to | ||
1444 | Matthias Flacke (#1769653) | ||
1445 | 1439 | ||
1446 | 2007-09-23 11:18 psychotrahe | 1440 | * plugins-root/check_dhcp.c: Don't try to set the "SO_BROADCAST" |
1441 | socket option for unicast requests. (Also, removed the unused "DHCP_UNICAST_FLAG" macro.) git-svn-id: | ||
1447 | 1442 | ||
1448 | * [r1791] BUGS: | 1443 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2018 f882894a-f735-0410-b71e-b25c423dba1c |
1449 | removed solved issues | ||
1450 | 1444 | ||
1451 | 2007-09-23 11:03 psychotrahe | 1445 | 2008-07-02 Ton Voon <tonvoon@users.sourceforge.net> |
1452 | 1446 | ||
1453 | * [r1790] REQUIREMENTS: | 1447 | * lib/tests/Makefile.am: Use tap.h from the libtap directory git-svn-id: |
1454 | Added radiusclient-ng support to requirement notes | ||
1455 | 1448 | ||
1456 | 2007-09-23 10:58 psychotrahe | 1449 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2017 f882894a-f735-0410-b71e-b25c423dba1c |
1457 | 1450 | ||
1458 | * [r1789] NEWS, plugins/check_disk.c: | 1451 | 2008-07-02 Ton Voon <tonvoon@users.sourceforge.net> |
1459 | Fixed bug: stat was called on remote fs even if -l was given | ||
1460 | Added -L option to call stat on remote fs but without threshold | ||
1461 | comparison | ||
1462 | 1452 | ||
1463 | 2007-09-23 09:48 psychotrahe | 1453 | * plugins-root/Makefile.am, plugins-root/pst3.c: Change pst3 again, |
1454 | this time to remove use of kvm which is not available in Solaris 10 | ||
1455 | non-global zones. Uses /proc, which is not available in older | ||
1456 | versions of Solaris. git-svn-id: | ||
1464 | 1457 | ||
1465 | * [r1788] NEWS, THANKS.in, configure.in, plugins/check_radius.c: | 1458 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2016 f882894a-f735-0410-b71e-b25c423dba1c |
1466 | Added radiusclient-ng support for check_radius. Thanks to | ||
1467 | Sebastien Guay (#1218438) | ||
1468 | 1459 | ||
1469 | 2007-09-22 17:48 psychotrahe | 1460 | 2008-06-30 Ton Voon <tonvoon@users.sourceforge.net> |
1470 | 1461 | ||
1471 | * [r1787] lib/utils_disk.c, lib/utils_tcp.c, plugins/check_disk.c: | 1462 | * tools/setup: Fixed bug in tools/setup if docbook was run git-svn-id: |
1472 | substituted bool/true/false with int/TRUE/FALSE (discussed on | ||
1473 | np-devel) | ||
1474 | 1463 | ||
1475 | 2007-09-22 17:40 psychotrahe | 1464 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2015 f882894a-f735-0410-b71e-b25c423dba1c |
1476 | 1465 | ||
1477 | * [r1786] NEWS, lib/tests/test_disk.c, lib/utils_disk.c, | 1466 | 2008-06-30 Ton Voon <tonvoon@users.sourceforge.net> |
1478 | lib/utils_disk.h, plugins/check_disk.c, plugins/t/check_disk.t: | ||
1479 | Added -i/-I to ignore pathes/partitions based on regular | ||
1480 | expressions Added check_disk -A selecting all filesystems -E | ||
1481 | option must now be passed before -p or -r/-R Passing -E after -p | ||
1482 | or -r results in UNKNOWN state Fixed bug when mixing case | ||
1483 | sensitive and insensitive regexes | ||
1484 | 1467 | ||
1485 | 2007-09-22 03:00 dermoth | 1468 | * Makefile.am: Have to list tap_dir manually to get into make dist git-svn-id: |
1486 | 1469 | ||
1487 | * [r1785] NEWS, plugins/negate.c, plugins/t/negate.t: | 1470 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2014 f882894a-f735-0410-b71e-b25c423dba1c |
1488 | Rewrite the "map changes to return codes" patch nearly from | ||
1489 | scratch. | ||
1490 | 1471 | ||
1491 | 2007-09-21 23:01 tonvoon | 1472 | 2008-06-26 Ton Voon <tonvoon@users.sourceforge.net> |
1492 | 1473 | ||
1493 | * [r1784] NEWS, configure.in, lib/Makefile.am, | 1474 | * Makefile.am, configure.in, external/README, |
1494 | lib/tests/Makefile.am, lib/tests/test_cmd.c, | 1475 | lib/tests/Makefile.am, tools/setup, tools/tinderbox_build: Adding |
1495 | lib/tests/test_cmd.t, lib/utils_cmd.c, lib/utils_cmd.h, | 1476 | libtap into distribution to help run C based tests git-svn-id: |
1496 | plugins/Makefile.am, plugins/negate.c, plugins/t/negate.pl, | ||
1497 | plugins/t/negate.t: | ||
1498 | Stop double expansion of parameters for negate - works like time | ||
1499 | command now | ||
1500 | 1477 | ||
1501 | 2007-09-21 05:05 dermoth | 1478 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2013 f882894a-f735-0410-b71e-b25c423dba1c |
1502 | 1479 | ||
1503 | * [r1783] plugins/check_disk.c: | 1480 | 2008-06-17 Ton Voon <tonvoon@users.sourceforge.net> |
1504 | My solaris box needs %llu to display 64bits integers. | ||
1505 | 1481 | ||
1506 | 2007-09-21 04:59 dermoth | 1482 | * plugins-root/pst3.c: Fixed possible coredump. Removed one level of |
1483 | subroutines (Duncan Ferguson) git-svn-id: | ||
1507 | 1484 | ||
1508 | * [r1782] plugins/check_disk.c: | 1485 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2012 f882894a-f735-0410-b71e-b25c423dba1c |
1509 | - Added some variables at verbose==3 - Removed support for | ||
1510 | verbose<0 (-q). -q was broken and tried to to the same as -e. - | ||
1511 | -q in now an undocumented alias of -e (for | ||
1512 | backward-compatibility). NB: Long help text for -d was already | ||
1513 | missing. - Reordered the switches so that: Â a. less-important | ||
1514 | ones are in alphabetical order b. short and long help orders | ||
1515 | match. - Enclosed "-p | -x" inside braces instead of brackets as | ||
1516 | one or the other is required. | ||
1517 | 1486 | ||
1518 | 2007-09-17 08:19 tonvoon | 1487 | 2008-06-09 Matthias Eble <psychotrahe@users.sourceforge.net> |
1519 | 1488 | ||
1520 | * [r1781] Makefile.am: | 1489 | * NEWS, plugins/check_dig.c, plugins/t/check_dig.t: Added testcases |
1521 | Include directories and files required for perl modules | 1490 | for check_dig check_dig's -l option is mandatory now (#1986306) git-svn-id: |
1522 | 1491 | ||
1523 | 2007-09-15 14:25 hweiss | 1492 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2011 f882894a-f735-0410-b71e-b25c423dba1c |
1524 | 1493 | ||
1525 | * [r1780] NEWS, plugins/check_smtp.c: | 1494 | 2008-06-02 Ton Voon <tonvoon@users.sourceforge.net> |
1526 | Properly handle SMTP server responses which are split into | ||
1527 | multiple packets (noted by Chris Adams on nagiosplug-help@). | ||
1528 | TODO: The new recvline()/recvlines() functions should buffer | ||
1529 | received data instead of reading one byte at a time and they | ||
1530 | should be moved to netutils.c so that other plugins can use them, | ||
1531 | too. | ||
1532 | 1495 | ||
1533 | 2007-09-15 11:55 hweiss | 1496 | * NEWS, plugins-root/pst3.c: Optimised pst3 for systems with large |
1497 | number of processes (Duncan Ferguson) git-svn-id: | ||
1534 | 1498 | ||
1535 | * [r1779] NEWS, plugins-root/check_icmp.c: | 1499 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2010 f882894a-f735-0410-b71e-b25c423dba1c |
1536 | Correct all instances of misaligned memory access. This fixes bus | ||
1537 | erros on platforms which require alignment (such as SPARC and | ||
1538 | MIPS). | ||
1539 | 1500 | ||
1540 | 2007-09-15 11:34 hweiss | 1501 | 2008-06-02 Ton Voon <tonvoon@users.sourceforge.net> |
1541 | 1502 | ||
1542 | * [r1778] tools/devmode: | 1503 | * NEWS: Updated Nagios::Plugin perl modules to 0.27 git-svn-id: |
1543 | Remove "-Wtraditional" from our development GCC flags. We use | ||
1544 | ANSI C. | ||
1545 | 1504 | ||
1546 | 2007-09-13 11:36 tonvoon | 1505 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2009 f882894a-f735-0410-b71e-b25c423dba1c |
1547 | 1506 | ||
1548 | * [r1777] Makefile.am, configure.in, perlmods, | 1507 | 2008-05-30 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> |
1549 | perlmods/Class-Accessor-0.31.tar.gz, | ||
1550 | perlmods/Config-Tiny-2.10.tar.gz, perlmods/Makefile.am, | ||
1551 | perlmods/Math-Calc-Units-1.06.tar.gz, | ||
1552 | perlmods/Nagios-Plugin-0.20.tar.gz, | ||
1553 | perlmods/Params-Validate-0.88.tar.gz, | ||
1554 | perlmods/Test-Simple-0.70.tar.gz, perlmods/install_order, | ||
1555 | tools/build_perl_modules: | ||
1556 | Adding in optional Nagios::Plugin perl module (and dependencies) | ||
1557 | compilation and installation | ||
1558 | 1508 | ||
1559 | 2007-08-28 03:19 dermoth | 1509 | * NEWS, THANKS.in, plugins/check_http.c: Fix Debian bug #460097: |
1510 | check_http --max-age broken (Hilko Bengen) git-svn-id: | ||
1560 | 1511 | ||
1561 | * [r1771] contrib/check_apc_ups.pl, contrib/check_appletalk.pl, | 1512 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2008 f882894a-f735-0410-b71e-b25c423dba1c |
1562 | contrib/check_linux_raid.pl, contrib/check_snmp_procs.pl: | ||
1563 | These plugins assumed the "use lib util.pm;" would be substituted | ||
1564 | like standard Perl plugins (in plugins-scripts) which isn't the | ||
1565 | case in contrib. I changed the "use lib" line to use the default | ||
1566 | path. People using custom paths will have to change it manually. | ||
1567 | 1513 | ||
1568 | 2007-08-09 12:32 hweiss | 1514 | 2008-05-29 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> |
1569 | 1515 | ||
1570 | * [r1770] plugins/check_disk.c: | 1516 | * BUGS: typo git-svn-id: |
1571 | Don't use C++ style comments (noted by Johannes Kingma on | ||
1572 | nagiosplug-help@) | ||
1573 | 1517 | ||
1574 | 2007-07-31 14:47 hweiss | 1518 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2007 f882894a-f735-0410-b71e-b25c423dba1c |
1575 | 1519 | ||
1576 | * [r1769] plugins/check_smtp.c: | 1520 | 2008-05-27 Ton Voon <tonvoon@users.sourceforge.net> |
1577 | Read the response to an SMTP QUIT command before closing the | ||
1578 | socket (noted by Dieter Hendricks on nagiosplug-help@) | ||
1579 | 1521 | ||
1580 | 2007-07-29 12:42 hweiss | 1522 | * doc/RELEASING: Changed SF file release to use sftp instead of ftp git-svn-id: |
1581 | 1523 | ||
1582 | * [r1768] lib/utils_base.c: | 1524 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2006 f882894a-f735-0410-b71e-b25c423dba1c |
1583 | Don't use C++ style comments. | ||
1584 | 1525 | ||
1585 | 2007-07-27 15:49 hweiss | 1526 | 2008-05-27 Ton Voon <tonvoon@users.sourceforge.net> |
1586 | 1527 | ||
1587 | * [r1767] tools/tinderbox_build: | 1528 | * BUGS, ChangeLog, NEWS, configure.in, package.def: Preparation for |
1588 | If the TMPDIR environment variable is set, use that instead of | 1529 | 1.4.12 release git-svn-id: |
1589 | "/tmp" as the installation directory. | ||
1590 | 1530 | ||
1591 | 2007-07-26 17:32 hweiss | 1531 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2004 f882894a-f735-0410-b71e-b25c423dba1c |
1592 | 1532 | ||
1593 | * [r1766] NEWS, plugins-root/check_dhcp.c: | 1533 | 2008-05-27 Ton Voon <tonvoon@users.sourceforge.net> |
1594 | The "--serverip" and "--requestedip" options now accept host | ||
1595 | names, too. This doesn't quite fit the option names and so far I | ||
1596 | haven't changed the "--help" output which currently only talks | ||
1597 | about IP addresses. However, I don't see why resolving host names | ||
1598 | should not be supported. | ||
1599 | |||
1600 | Also note that for the moment, I added a quick'n'dirty | ||
1601 | resolve_host() function which should really go into netutils.c. I | ||
1602 | just wanted to think about its interface a bit more before | ||
1603 | providing such a function globally. | ||
1604 | 1534 | ||
1605 | 2007-07-26 12:38 hweiss | 1535 | * THANKS.in, configure.in: Not picking up solaris systems correctly |
1536 | for check_dhcp. Only affected SunStudio compiles of check_dhcp | ||
1537 | (1890260 - Rob Windsor) git-svn-id: | ||
1606 | 1538 | ||
1607 | * [r1765] NEWS, plugins-root/check_dhcp.c: | 1539 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2003 f882894a-f735-0410-b71e-b25c423dba1c |
1608 | New "-m, --mac" option which allows for specifying the MAC | ||
1609 | address to use in the DHCP request. | ||
1610 | 1540 | ||
1611 | 2007-07-26 00:46 hweiss | 1541 | 2008-05-27 Ton Voon <tonvoon@users.sourceforge.net> |
1612 | 1542 | ||
1613 | * [r1764] plugins-root/check_dhcp.c: | 1543 | * plugins/check_by_ssh.c: Addition to help to state that -f will |
1614 | Make sure strncpy(3)d buffers are nul-terminated. | 1544 | always return OK if ssh command is executed (Alain Dewit - 1852198) git-svn-id: |
1615 | 1545 | ||
1616 | 2007-07-26 00:07 hweiss | 1546 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2002 f882894a-f735-0410-b71e-b25c423dba1c |
1617 | 1547 | ||
1618 | * [r1763] plugins-root/check_dhcp.c: | 1548 | 2008-05-27 Ton Voon <tonvoon@users.sourceforge.net> |
1619 | A few minor fixes/improvements which were included with (but | ||
1620 | unrelated to) the "--unicast" patch (Andreas Ericsson and Heiti | ||
1621 | Ernits - 1218235) | ||
1622 | 1549 | ||
1623 | 2007-07-26 00:02 hweiss | 1550 | * plugins-root/pst3.c: Add additional PID column heading git-svn-id: |
1624 | 1551 | ||
1625 | * [r1762] NEWS, THANKS.in, configure.in, plugins-root/check_dhcp.c: | 1552 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2001 f882894a-f735-0410-b71e-b25c423dba1c |
1626 | New "-u, --unicast" option which gives check_dhcp the ability to | ||
1627 | mimic a DHCP relay server in order to check remote subnets (Heiti | ||
1628 | Ernits and Andreas Ericsson - 1218235) | ||
1629 | 1553 | ||
1630 | 2007-07-24 00:35 tonvoon | 1554 | 2008-05-26 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> |
1631 | 1555 | ||
1632 | * [r1761] .cvsignore, build-aux/.cvsignore, doc/.cvsignore, | 1556 | * NEWS: correct typo in NEWS git-svn-id: |
1633 | gl/.cvsignore, intl/.cvsignore, lib/.cvsignore, | ||
1634 | lib/tests/.cvsignore, m4/.cvsignore, pkg/solaris/.cvsignore, | ||
1635 | plugins-root/.cvsignore, plugins-scripts/.cvsignore, | ||
1636 | plugins/.cvsignore, plugins/t/.cvsignore, po/.cvsignore: | ||
1637 | Removing all .cvsignore files | ||
1638 | 1557 | ||
1639 | 2007-07-24 00:35 tonvoon | 1558 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2000 f882894a-f735-0410-b71e-b25c423dba1c |
1640 | 1559 | ||
1641 | * [r1760] tools/sfsnapshot, tools/sfwebcron: | 1560 | 2008-05-23 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> |
1642 | Updated to use svn instead of cvs | ||
1643 | 1561 | ||
1644 | 2007-07-21 16:29 hweiss | 1562 | * REQUIREMENTS: Add a note about radiusclient git-svn-id: |
1645 | 1563 | ||
1646 | * [r1759] NEWS, plugins/check_http.c: | 1564 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1999 f882894a-f735-0410-b71e-b25c423dba1c |
1647 | Add "Connection: close" to the HTTP request header, which tells | ||
1648 | HTTP/1.1 servers to close the connection after completion of the | ||
1649 | response. This should be compatible with HTTP/1.0, as HTTP/1.0 | ||
1650 | allows for custom header fields which should be ignored if not | ||
1651 | recognized by the server. With some server configurations, the | ||
1652 | server would keep the connection alive without this header line | ||
1653 | (despite the plugin requesting HTTP/1.0), resulting in the plugin | ||
1654 | running into either the server's or it's own timeout (reported by | ||
1655 | Roman Schliessmeyer and Jesse Morgan via IRC). | ||
1656 | 1565 | ||
1657 | 2007-07-15 15:21 psychotrahe | 1566 | 2008-05-22 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> |
1658 | 1567 | ||
1659 | * [r1758] THANKS.in, plugins/check_procs.c: | 1568 | * NEWS, configure.in: Fix linking against OpenSSL where libdl is |
1660 | Make ps column count in zombie detection less restrictive. Thanks | 1569 | required git-svn-id: |
1661 | to Andrew Elwell (#1280470) | ||
1662 | 1570 | ||
1663 | 2007-07-14 19:36 psychotrahe | 1571 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1998 f882894a-f735-0410-b71e-b25c423dba1c |
1664 | 1572 | ||
1665 | * [r1757] THANKS.in, plugins/check_smtp.c: | 1573 | 2008-05-21 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> |
1666 | Fixed segfault in argument processing. Thanks to Christoph Schell | ||
1667 | (#1742066) | ||
1668 | 1574 | ||
1669 | 2007-07-14 18:30 psychotrahe | 1575 | * NEWS, plugins/check_by_ssh.c, plugins/t/check_by_ssh.t: Fixed |
1576 | passive option in check_by_ssh Also: - On non-skipped stderr, check_by_ssh now returns UNKNOWN or worse | ||
1577 | (result from command) instead of always UNKNOWN. - Fixed passive tests and make is always run the specified number of | ||
1578 | tests (using fail if there's nothing to test). git-svn-id: | ||
1670 | 1579 | ||
1671 | * [r1756] THANKS.in, plugins/check_ntp.c: | 1580 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1997 f882894a-f735-0410-b71e-b25c423dba1c |
1672 | check_ntp: Fixed typo in typo in argument sanity check. Thanks to | ||
1673 | Aurelien Bompard (#1753506) | ||
1674 | 1581 | ||
1675 | 2007-07-10 20:45 psychotrahe | 1582 | 2008-05-20 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> |
1676 | 1583 | ||
1677 | * [r1755] NEWS, plugins/check_disk.c: | 1584 | * plugins/t/check_by_ssh.t: Oops - forgot to remove the SKIP block |
1678 | Added examples for new features to check_disk | 1585 | (which didn't seem to work fine) git-svn-id: |
1679 | 1586 | ||
1680 | 2007-07-10 20:18 psychotrahe | 1587 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1996 f882894a-f735-0410-b71e-b25c423dba1c |
1681 | 1588 | ||
1682 | * [r1754] NEWS, plugins/check_disk.c, plugins/t/check_disk.t: | 1589 | 2008-05-20 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> |
1683 | Check_disk now calls stat() for all filesystems to check. | ||
1684 | Check_disk prints an strerror() message if the call of stat() | ||
1685 | fails. | ||
1686 | 1590 | ||
1687 | 2007-07-07 22:20 psychotrahe | 1591 | * plugins/t/check_by_ssh.t: Add check_by_ssh tests (passive checks |
1592 | are broken - should be fixed before next release!) git-svn-id: | ||
1688 | 1593 | ||
1689 | * [r1753] plugins/check_ldap.c: | 1594 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1995 f882894a-f735-0410-b71e-b25c423dba1c |
1690 | Added -v/--verbose argument to call ldap_perror() for detailed | ||
1691 | messages on failure. | ||
1692 | 1595 | ||
1693 | 2007-07-07 12:02 psychotrahe | 1596 | 2008-05-20 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> |
1694 | 1597 | ||
1695 | * [r1752] plugins/utils.c: | 1598 | * NEWS, plugins/check_radius.c: Clobber password in check_radius |
1696 | Changed output order of print_revision print_revision now uses | 1599 | process list aguments git-svn-id: |
1697 | clean_revstring | ||
1698 | 1600 | ||
1699 | 2007-07-07 11:55 psychotrahe | 1601 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1994 f882894a-f735-0410-b71e-b25c423dba1c |
1700 | 1602 | ||
1701 | * [r1751] plugins-scripts/utils.pm.in: | 1603 | 2008-05-13 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> |
1702 | Changed print_revision output order in utils.pm | ||
1703 | 1604 | ||
1704 | 2007-07-07 11:54 psychotrahe | 1605 | * plugins/check_dns.c: Typo git-svn-id: |
1705 | 1606 | ||
1706 | * [r1750] plugins-scripts/check_file_age.pl: | 1607 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1992 f882894a-f735-0410-b71e-b25c423dba1c |
1707 | substituted $ID$ through $Revision$ in print_revision call | ||
1708 | 1608 | ||
1709 | 2007-07-07 11:40 psychotrahe | 1609 | 2008-05-07 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> |
1710 | 1610 | ||
1711 | * [r1749] plugins-scripts/check_log.sh, | 1611 | * plugins-root/check_dhcp.c, plugins-root/check_icmp.c, |
1712 | plugins-scripts/check_oracle.sh, plugins-scripts/utils.sh.in: | 1612 | plugins/check_apt.c, plugins/check_by_ssh.c, |
1713 | Changed order in -V/--version output Fixed -V output for | 1613 | plugins/check_cluster.c, plugins/check_dig.c, plugins/check_disk.c, |
1714 | check_log and check_oracle | 1614 | plugins/check_dns.c, plugins/check_fping.c, plugins/check_game.c, |
1615 | plugins/check_hpjd.c, plugins/check_http.c, | ||
1616 | plugins/check_ide_smart.c, plugins/check_ldap.c, | ||
1617 | plugins/check_load.c, plugins/check_mrtg.c, | ||
1618 | plugins/check_mrtgtraf.c, plugins/check_mysql.c, | ||
1619 | plugins/check_mysql_query.c, plugins/check_nagios.c, | ||
1620 | plugins/check_nt.c, plugins/check_ntp.c, plugins/check_ntp_peer.c, | ||
1621 | plugins/check_ntp_time.c, plugins/check_nwstat.c, | ||
1622 | plugins/check_overcr.c, plugins/check_pgsql.c, | ||
1623 | plugins/check_ping.c, plugins/check_procs.c, | ||
1624 | plugins/check_radius.c, plugins/check_real.c, plugins/check_smtp.c, | ||
1625 | plugins/check_snmp.c, plugins/check_ssh.c, plugins/check_swap.c, | ||
1626 | plugins/check_tcp.c, plugins/check_time.c, plugins/check_ups.c, | ||
1627 | plugins/check_users.c, plugins/utils.h: Added support for | ||
1628 | --extra-opts in all C plugins (disabled by default, see configure | ||
1629 | --help) git-svn-id: | ||
1715 | 1630 | ||
1716 | 2007-07-06 23:03 psychotrahe | 1631 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1991 f882894a-f735-0410-b71e-b25c423dba1c |
1717 | 1632 | ||
1718 | * [r1748] doc/developer-guidelines.sgml: | 1633 | 2008-05-07 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> |
1719 | Added hint to avoid using the boolean type in C as discussed on | ||
1720 | the devel list | ||
1721 | 1634 | ||
1722 | 2007-06-20 11:09 psychotrahe | 1635 | * NEWS, THANKS.in, plugins/check_ping.c: Added performance data to |
1636 | check_ping (Christian Schneemann) git-svn-id: | ||
1723 | 1637 | ||
1724 | * [r1747] plugins/check_ldap.c: | 1638 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1990 f882894a-f735-0410-b71e-b25c423dba1c |
1725 | Fixed default behaviour of check_ldaps | ||
1726 | 1639 | ||
1727 | 2007-06-20 11:00 psychotrahe | 1640 | 2008-05-02 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> |
1728 | 1641 | ||
1729 | * [r1746] NEWS, plugins/check_ldap.c: | 1642 | * NEWS, plugins/negate.c: negate now has the ability to replace the |
1730 | Clarified check_ldaps behaviour. New arguments to explicitly | 1643 | status text as well (-s, --substitute) Also changed: - default timeout to 11 instead of 9 (since it's recommended to |
1731 | select secure connect behaviour (--starttls/--ssl). | 1644 | have a higher timeout, and many plugins default to 10 seconds) - If there's no STDOUT lines returned, still returns the returned |
1645 | result if it's NON-ok instead of forcing it to UNKNOWN git-svn-id: | ||
1732 | 1646 | ||
1733 | 2007-06-20 09:01 psychotrahe | 1647 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1989 f882894a-f735-0410-b71e-b25c423dba1c |
1734 | 1648 | ||
1735 | * [r1745] plugins/check_cluster.c: | 1649 | 2008-04-30 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> |
1736 | added -V/--version to check_cluster | ||
1737 | 1650 | ||
1738 | 2007-06-18 20:20 psychotrahe | 1651 | * NEWS, plugins/check_mysql.c, plugins/check_mysql_query.c, |
1652 | plugins/t/check_mysql.t: Add socket support to check_mysql* Also | ||
1653 | clears the password from check_mysql command-line options git-svn-id: | ||
1739 | 1654 | ||
1740 | * [r1744] REQUIREMENTS, configure.in, plugins, plugins/.cvsignore: | 1655 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1988 f882894a-f735-0410-b71e-b25c423dba1c |
1741 | Make Linux specific plugin check_ide_smart build if appropriate | ||
1742 | headers are found | ||
1743 | 1656 | ||
1744 | 2007-06-17 19:34 hweiss | 1657 | 2008-04-29 Holger Weiss <hweiss@users.sourceforge.net> |
1745 | 1658 | ||
1746 | * [r1743] plugins/check_http.c: | 1659 | * configure.in: Support "--without-pgsql" (reported by Alex Songe |
1747 | Minor fixes. | 1660 | via IRC). git-svn-id: |
1748 | 1661 | ||
1749 | 2007-06-17 19:22 hweiss | 1662 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1987 f882894a-f735-0410-b71e-b25c423dba1c |
1750 | 1663 | ||
1751 | * [r1742] NEWS, plugins/check_http.c: | 1664 | 2008-04-29 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> |
1752 | Fix buffer overflow vulnerabilities when parsing HTTP redirect | ||
1753 | 'Location:' strings using sscanf(3) (Nobuhiro Ban - 1687867) | ||
1754 | 1665 | ||
1755 | 2007-06-15 18:37 hweiss | 1666 | * plugins/check_ntp.c, plugins/check_ntp_peer.c, |
1667 | plugins/check_ntp_time.c: Use UT_THRESHOLDS_NOTES in all plugins git-svn-id: | ||
1756 | 1668 | ||
1757 | * [r1741] plugins/check_http.c: | 1669 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1986 f882894a-f735-0410-b71e-b25c423dba1c |
1758 | When following redirects, the plugin supported 'Location:' header | ||
1759 | fields which spanned multiple lines. However, it was not checked | ||
1760 | whether extra lines are preceeded with white space, which could | ||
1761 | lead to the following header field name being interpreted as the | ||
1762 | value of the 'Location:' field if the latter was empty for some | ||
1763 | reason. | ||
1764 | 1670 | ||
1765 | 2007-06-15 18:31 hweiss | 1671 | 2008-04-29 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> |
1766 | 1672 | ||
1767 | * [r1740] plugins/check_http.c: | 1673 | * plugins-root/check_dhcp.c, plugins-root/check_icmp.c: --help |
1768 | `host_name' is a NULL pointer if the "-I" flag is used instead of | 1674 | output cleanup (plus removal of spaces on blank lines) git-svn-id: |
1769 | "-H", so use `server_address' instead. Fixes a possible segfault | ||
1770 | when following redirects to relative URLs (reported by Ingo | ||
1771 | Lantschner). | ||
1772 | 1675 | ||
1773 | 2007-06-13 09:43 psychotrahe | 1676 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1985 f882894a-f735-0410-b71e-b25c423dba1c |
1774 | 1677 | ||
1775 | * [r1739] plugins/check_ide_smart.c: | 1678 | 2008-04-27 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> |
1776 | Fixed some syntax errors to make check_ide_smart build | ||
1777 | 1679 | ||
1778 | 2007-06-12 23:18 hweiss | 1680 | * plugins/check_apt.c, plugins/check_by_ssh.c, |
1681 | plugins/check_cluster.c, plugins/check_dig.c, plugins/check_disk.c, | ||
1682 | plugins/check_dns.c, plugins/check_dummy.c, plugins/check_fping.c, | ||
1683 | plugins/check_game.c, plugins/check_hpjd.c, plugins/check_http.c, | ||
1684 | plugins/check_ide_smart.c, plugins/check_ldap.c, | ||
1685 | plugins/check_load.c, plugins/check_mrtg.c, | ||
1686 | plugins/check_mrtgtraf.c, plugins/check_mysql.c, | ||
1687 | plugins/check_mysql_query.c, plugins/check_nagios.c, | ||
1688 | plugins/check_nt.c, plugins/check_ntp.c, plugins/check_ntp_peer.c, | ||
1689 | plugins/check_nwstat.c, plugins/check_overcr.c, | ||
1690 | plugins/check_pgsql.c, plugins/check_ping.c, plugins/check_procs.c, | ||
1691 | plugins/check_radius.c, plugins/check_real.c, plugins/check_snmp.c, | ||
1692 | plugins/check_swap.c, plugins/check_ups.c, plugins/utils.h: --help | ||
1693 | output cleanup (plus removal of spaces on blank lines) git-svn-id: | ||
1779 | 1694 | ||
1780 | * [r1738] plugins/check_by_ssh.c: | 1695 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1984 f882894a-f735-0410-b71e-b25c423dba1c |
1781 | Add "-v" to help/usage output. | ||
1782 | 1696 | ||
1783 | 2007-06-12 07:13 psychotrahe | 1697 | 2008-04-23 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> |
1784 | 1698 | ||
1785 | * [r1737] plugins/popen.c: | 1699 | * plugins/check_radius.c: Correct typo and make the --help notes a |
1786 | Removed debug line | 1700 | bit simpler. git-svn-id: |
1787 | 1701 | ||
1788 | 2007-06-11 20:54 psychotrahe | 1702 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1983 f882894a-f735-0410-b71e-b25c423dba1c |
1789 | 1703 | ||
1790 | * [r1736] THANKS.in, plugins/popen.c: | 1704 | 2008-04-17 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> |
1791 | Fixed problem with popen.c not parsing --longopt='foo bar' | ||
1792 | correctly (Daniel Bimschas #1291987) | ||
1793 | 1705 | ||
1794 | 2007-06-04 09:07 tonvoon | 1706 | * plugins/check_dns.c: Correct the help text git-svn-id: |
1795 | 1707 | ||
1796 | * [r1735] THANKS.in: | 1708 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1979 f882894a-f735-0410-b71e-b25c423dba1c |
1797 | Removed duplicate names | ||
1798 | 1709 | ||
1799 | 2007-06-04 08:58 tonvoon | 1710 | 2008-04-17 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> |
1800 | 1711 | ||
1801 | * [r1733] BUGS, ChangeLog, NEWS, configure.in, package.def: | 1712 | * NEWS, plugins/check_dns.c: Allow to repeat -a to set multiple |
1802 | For 1.4.9 release | 1713 | possible addresses git-svn-id: |
1803 | 1714 | ||
1804 | 2007-06-03 15:58 psychotrahe | 1715 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1978 f882894a-f735-0410-b71e-b25c423dba1c |
1805 | 1716 | ||
1806 | * [r1732] lib/tests/test_tcp.c: | 1717 | 2008-04-05 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> |
1807 | Minor corrections to test_tcp.c | ||
1808 | 1718 | ||
1809 | 2007-06-03 15:14 psychotrahe | 1719 | * NEWS, plugins/check_ntp.c, plugins/check_ntp_peer.c: check_ntp and |
1720 | check_ntp_peer now show proper jitter/stratum thresholds longopts in | ||
1721 | --help git-svn-id: | ||
1810 | 1722 | ||
1811 | * [r1731] lib/tests/Makefile.am: | 1723 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1977 f882894a-f735-0410-b71e-b25c423dba1c |
1812 | Makefile.am changes for test_tcp.c | ||
1813 | 1724 | ||
1814 | 2007-06-03 15:00 psychotrahe | 1725 | 2008-04-04 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> |
1815 | 1726 | ||
1816 | * [r1730] configure.in, lib/tests, lib/tests/.cvsignore, | 1727 | * lib/extra_opts.c, lib/parse_ini.c, lib/tests/test_ini.c, |
1817 | lib/tests/test_tcp.c, lib/tests/test_tcp.t: | 1728 | lib/tests/test_opts.c: make parse_ini die like in N::P if section |
1818 | Added test cases for utils_tcp | 1729 | isn't found git-svn-id: |
1819 | 1730 | ||
1820 | 2007-06-03 14:40 psychotrahe | 1731 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1976 f882894a-f735-0410-b71e-b25c423dba1c |
1821 | 1732 | ||
1822 | * [r1729] NEWS, lib/Makefile.am, lib/utils_tcp.c, lib/utils_tcp.h, | 1733 | 2008-04-02 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> |
1823 | plugins/check_tcp.c: | ||
1824 | Moved check_tcp's expect string testing into utils_tcp for | ||
1825 | testing purposes. Added -A/--all flag to test for every expect | ||
1826 | string passed. | ||
1827 | 1734 | ||
1828 | 2007-06-01 23:11 hweiss | 1735 | * lib/Makefile.config-opts, lib/tests/Makefile.config-opts: Delete |
1736 | obsolete files git-svn-id: | ||
1829 | 1737 | ||
1830 | * [r1728] BUGS, NEWS: | 1738 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1974 f882894a-f735-0410-b71e-b25c423dba1c |
1831 | Fix possible check_http segfaults when following HTTP redirects. | ||
1832 | 1739 | ||
1833 | 2007-06-01 23:08 hweiss | 1740 | 2008-04-02 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> |
1834 | 1741 | ||
1835 | * [r1727] plugins/check_http.c: | 1742 | * configure.in, lib/Makefile.am, lib/parse_ini.c, |
1836 | Fix an off-by-one error where a realloc(3) call doesn't allocate | 1743 | lib/tests/Makefile.am, lib/tests/test_ini.t, lib/tests/test_opts.t, |
1837 | space for nul-termination (Aravind Gottipati - 1729692) | 1744 | po/de.po, po/fr.po, po/nagios-plugins.pot: - Add --enable-extra-opts configure option for compiling extra-opts |
1745 | support - Auto-update po/pot files git-svn-id: | ||
1838 | 1746 | ||
1839 | 2007-06-01 22:57 hweiss | 1747 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1973 f882894a-f735-0410-b71e-b25c423dba1c |
1840 | 1748 | ||
1841 | * [r1726] plugins/sslutils.c: | 1749 | 2008-04-01 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> |
1842 | Call the SSL library initialization functions only once (not for | ||
1843 | every SSL connection). | ||
1844 | 1750 | ||
1845 | 2007-06-01 17:06 hweiss | 1751 | * lib/parse_ini.c: fix the obvious... git-svn-id: |
1846 | 1752 | ||
1847 | * [r1725] plugins/sslutils.c: | 1753 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1972 f882894a-f735-0410-b71e-b25c423dba1c |
1848 | Save an entire CPU cycle if c points to NULL already. | ||
1849 | 1754 | ||
1850 | 2007-06-01 16:42 hweiss | 1755 | 2008-04-01 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> |
1851 | 1756 | ||
1852 | * [r1724] plugins/sslutils.c: | 1757 | * lib/extra_opts.c, lib/extra_opts.h: np_extra_opts now retain |
1853 | Set the pointers to the SSL and SSL_CTX objects back to NULL | 1758 | pointers from argv so that plugins can still overwrite sensitive |
1854 | after freeing them in np_net_ssl_cleanup(). This fixes a | 1759 | options git-svn-id: |
1855 | check_http segfault if an SSL site redirects to a non-SSL one | ||
1856 | (reported by Aravind Gottipati via IRC). | ||
1857 | 1760 | ||
1858 | 2007-05-29 20:01 psychotrahe | 1761 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1971 f882894a-f735-0410-b71e-b25c423dba1c |
1859 | 1762 | ||
1860 | * [r1723] plugins/check_tcp.c: | 1763 | 2008-03-31 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> |
1861 | Fix segfault when -e is specified multiple times. Thanks to John | ||
1862 | Rouillard and Ralph Roessner (#1475899) | ||
1863 | 1764 | ||
1864 | 2007-05-29 19:11 psychotrahe | 1765 | * : update svn:ignore property (last gnulib update added many |
1766 | auto-generated files) git-svn-id: | ||
1865 | 1767 | ||
1866 | * [r1722] plugins/check_tcp.c: | 1768 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1970 f882894a-f735-0410-b71e-b25c423dba1c |
1867 | No more warn/crit values in performance data if -w and -c are not | ||
1868 | specified. Thanks to Simon Bellwood (#1181554) | ||
1869 | 1769 | ||
1870 | 2007-05-29 05:22 dermoth | 1770 | 2008-03-31 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> |
1871 | 1771 | ||
1872 | * [r1721] NEWS, plugins/check_snmp.c: | 1772 | * lib/extra_opts.c, lib/extra_opts.h, lib/parse_ini.c, |
1873 | check_snmp don't warn anymore if something is printed on stderr | 1773 | lib/parse_ini.h, lib/tests/test_ini.c, lib/tests/test_opts.c: Fix |
1774 | for last commit - I accidentaly broke my local Makefile and tests | ||
1775 | weren't being re-compiled. git-svn-id: | ||
1874 | 1776 | ||
1875 | 2007-05-29 04:25 dermoth | 1777 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1968 f882894a-f735-0410-b71e-b25c423dba1c |
1876 | 1778 | ||
1877 | * [r1720] plugins/check_snmp.c: | 1779 | 2008-03-30 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> |
1878 | change a bunch of whitespaces (no code was harmed) | ||
1879 | 1780 | ||
1880 | 2007-05-27 14:49 psychotrahe | 1781 | * lib/extra_opts.c, lib/extra_opts.h, lib/tests/test_opts.c: - Remove the last argument of np_extra_opts - Code cleanups and comments git-svn-id: |
1881 | 1782 | ||
1882 | * [r1719] THANKS.in, plugins-scripts/check_oracle.sh: | 1783 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1967 f882894a-f735-0410-b71e-b25c423dba1c |
1883 | check_oracle does not need a valid ORACLE_HOME if called with | ||
1884 | --db. Thanks to Jason Martin (#1505551) | ||
1885 | 1784 | ||
1886 | 2007-05-27 13:46 seanius | 1785 | 2008-03-29 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> |
1887 | 1786 | ||
1888 | * [r1718] lib/utils_base.c, lib/utils_base.h, | 1787 | * : Update svn:ignore property git-svn-id: |
1889 | plugins-root/check_dhcp.c, plugins-root/check_icmp.c: | ||
1890 | added functions to utils_base: np_check_if_root() - returns | ||
1891 | nonzero if geteuid()==0 np_warn_if_not_root() - uses the above to | ||
1892 | print an informative warning added uses of these functions to | ||
1893 | check_dhcp and check_icmp. | ||
1894 | 1788 | ||
1895 | 2007-05-24 08:53 tonvoon | 1789 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1966 f882894a-f735-0410-b71e-b25c423dba1c |
1896 | 1790 | ||
1897 | * [r1717] plugins/t/negate.pl: | 1791 | 2008-03-24 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> |
1898 | Test for new functionality in negate (not automatically run in | ||
1899 | make test) | ||
1900 | 1792 | ||
1901 | 2007-05-24 08:35 tonvoon | 1793 | * lib/extra_opts.c, lib/extra_opts.h, lib/tests/config-opts.ini, |
1794 | lib/tests/test_opts.c, lib/tests/test_opts.t: Add extra-opts | ||
1795 | argument parsing with tests git-svn-id: | ||
1902 | 1796 | ||
1903 | * [r1716] plugins/check_dummy.c, plugins/t/check_dummy.t: | 1797 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1961 f882894a-f735-0410-b71e-b25c423dba1c |
1904 | Tests for check_dummy | ||
1905 | 1798 | ||
1906 | 2007-05-23 08:22 dermoth | 1799 | 2008-03-24 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> |
1907 | 1800 | ||
1908 | * [r1715] NEWS, plugins/check_http.c, po/de.po, po/fr.po, | 1801 | * lib/parse_ini.c, lib/parse_ini.h: Replace broken usage of |
1909 | po/nagios-plugins.pot: | 1802 | NAGIOS_CONFIG_PATH with a stub function (that will try to find a |
1910 | Update many strings in check_http to get more consistent output | 1803 | config file in the future...) Allow NULL locator (default |
1911 | Update translation files; fix all check_http changes in French | 1804 | file/section) git-svn-id: |
1912 | and most changes in German. | ||
1913 | 1805 | ||
1914 | 2007-05-18 07:17 dermoth | 1806 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1960 f882894a-f735-0410-b71e-b25c423dba1c |
1915 | 1807 | ||
1916 | * [r1714] plugins/t/check_tcp.t: | 1808 | 2008-03-20 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> |
1917 | Make check_tcp.t compatible with picky web servers. | ||
1918 | 1809 | ||
1919 | 2007-05-13 20:02 hweiss | 1810 | * plugins/check_dig.c: - Fix bug #1920671 - Make --help output looks nice git-svn-id: |
1920 | 1811 | ||
1921 | * [r1713] plugins/check_http.c: | 1812 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1959 f882894a-f735-0410-b71e-b25c423dba1c |
1922 | Add missing options to the usage output. | ||
1923 | 1813 | ||
1924 | 2007-05-13 12:28 psychotrahe | 1814 | 2008-03-18 Ton Voon <tonvoon@users.sourceforge.net> |
1925 | 1815 | ||
1926 | * [r1712] THANKS.in, plugins-root/check_dhcp.c: | 1816 | * plugins/tests/check_procs.t: Include test for check_procs, using |
1927 | check_dhcp now adds mandatory end option (Thanks to Enrico Scholz | 1817 | input file git-svn-id: |
1928 | - #1675306) | ||
1929 | 1818 | ||
1930 | 2007-05-12 07:45 psychotrahe | 1819 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1955 f882894a-f735-0410-b71e-b25c423dba1c |
1931 | 1820 | ||
1932 | * [r1711] plugins/check_cluster.c: | 1821 | 2008-03-18 Ton Voon <tonvoon@users.sourceforge.net> |
1933 | Fixed glibc error caused in utils_base.c due to uninitialized | ||
1934 | thresholds struct (spotted on ubundu 6.06 LTS). | ||
1935 | 1822 | ||
1936 | 2007-05-12 00:49 tonvoon | 1823 | * plugins/check_procs.c, plugins/tests/var/ps-axwo.darwin, |
1824 | plugins/tests/var/ps_axwo.debian: Updated check_procs with a hidden | ||
1825 | --input-file option. Include some sample outputs for testing git-svn-id: | ||
1937 | 1826 | ||
1938 | * [r1710] ABOUT-NLS, build-aux/mkinstalldirs, configure.in: | 1827 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1954 f882894a-f735-0410-b71e-b25c423dba1c |
1939 | Updating gettext files from coreutils-6.9. mkinstalldirs needs to | ||
1940 | be in build-aux for some systems without gettext natively. Also | ||
1941 | have at top level, though gettext documentation says file not | ||
1942 | neceesary | ||
1943 | 1828 | ||
1944 | 2007-05-09 09:16 psychotrahe | 1829 | 2008-03-17 Ton Voon <tonvoon@users.sourceforge.net> |
1945 | 1830 | ||
1946 | * [r1709] plugins/check_ups.c: | 1831 | * plugins/t/check_nagios.t: Don't run check_nagios tests on Solaris, |
1947 | small typo in --help | 1832 | because of pst3 requirement git-svn-id: |
1948 | 1833 | ||
1949 | 2007-05-09 09:09 psychotrahe | 1834 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1953 f882894a-f735-0410-b71e-b25c423dba1c |
1950 | 1835 | ||
1951 | * [r1708] THANKS.in, plugins/check_ups.c: | 1836 | 2008-03-16 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> |
1952 | Fixed --help output (Ask Bjoern Hansen - #1714823) | ||
1953 | 1837 | ||
1954 | 2007-05-09 08:16 psychotrahe | 1838 | * lib/tests/config-dos.ini, lib/tests/plugin.ini, |
1839 | lib/tests/test_ini.c: Add tests: - DOS-newline ini file - section defined twice git-svn-id: | ||
1955 | 1840 | ||
1956 | * [r1707] plugins/t/check_disk.t: | 1841 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1951 f882894a-f735-0410-b71e-b25c423dba1c |
1957 | added testcase to verify that old positional arguments only | ||
1958 | select one path | ||
1959 | 1842 | ||
1960 | 2007-05-03 20:43 psychotrahe | 1843 | 2008-03-15 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> |
1961 | 1844 | ||
1962 | * [r1706] ChangeLog, THANKS.in, plugins/check_disk.c: | 1845 | * lib/parse_ini.c: parse_ini now reads the default section if the |
1963 | fixed backward incompatibility introduced in 1.4.8 where all | 1846 | request one can't be found. All tests should return ok now. git-svn-id: |
1964 | partitions are selected, if path is specified as last argument | ||
1965 | (without using -p). Thanks to Emil Michles (Emilis) on #nagios | ||
1966 | 1847 | ||
1967 | 2007-05-02 10:11 dermoth | 1848 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1950 f882894a-f735-0410-b71e-b25c423dba1c |
1968 | 1849 | ||
1969 | * [r1705] tools/distclean: | 1850 | 2008-03-15 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> |
1970 | Making Solaris happy | ||
1971 | 1851 | ||
1972 | 2007-05-02 05:30 dermoth | 1852 | * lib/parse_ini.c: Oops - this line shouldn't have been here |
1853 | (doesn't even work anyways) ;) git-svn-id: | ||
1973 | 1854 | ||
1974 | * [r1704] NEWS: | 1855 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1949 f882894a-f735-0410-b71e-b25c423dba1c |
1975 | /* Nothing */ | ||
1976 | 1856 | ||
1977 | 2007-05-02 05:22 dermoth | 1857 | 2008-03-15 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> |
1978 | 1858 | ||
1979 | * [r1703] NEWS, THANKS.in, plugins/check_time.c: | 1859 | * lib/parse_ini.c, lib/tests/plugin.ini, lib/tests/test_ini.c: - Make equal-less parameters illegal - parameters without argument after '=' are now assumed to be |
1980 | Fix check_time returning wrong OK when time is before the epoch | 1860 | argument-less - Add a testcase for space in stanza and various argument-less |
1981 | on some arch | 1861 | parameters git-svn-id: |
1982 | 1862 | ||
1983 | 2007-04-28 21:57 psychotrahe | 1863 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1948 f882894a-f735-0410-b71e-b25c423dba1c |
1984 | 1864 | ||
1985 | * [r1702] plugins/t/check_cluster.t: | 1865 | 2008-03-15 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> |
1986 | added test cases for check_cluster | ||
1987 | 1866 | ||
1988 | 2007-04-25 22:21 tonvoon | 1867 | * lib/parse_ini.c: Fix handling of leading and trailing spaces in |
1868 | stanza git-svn-id: | ||
1989 | 1869 | ||
1990 | * [r1701] tools/tinderbox_build: | 1870 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1947 f882894a-f735-0410-b71e-b25c423dba1c |
1991 | Test installs into temporary directories | ||
1992 | 1871 | ||
1993 | 2007-04-25 22:10 tonvoon | 1872 | 2008-03-15 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> |
1994 | 1873 | ||
1995 | * [r1700] NEWS, configure.in, plugins/check_load.c, | 1874 | * lib/parse_ini.c, lib/tests/test_ini.c: Fix segfault in test_ini.c |
1996 | plugins/common.h, plugins/t/check_load.t: | 1875 | and uncomment the affected tests Fix bug in stanza parsing where |
1997 | check_load can optionally divide by number of cpus | 1876 | full section could be skipped Fix single-argument options git-svn-id: |
1998 | 1877 | ||
1999 | 2007-04-23 07:30 hweiss | 1878 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1946 f882894a-f735-0410-b71e-b25c423dba1c |
2000 | 1879 | ||
2001 | * [r1699] plugins/check_ping.c: | 1880 | 2008-03-15 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> |
2002 | #ifdef can only test a single macro, not an expression. | ||
2003 | 1881 | ||
2004 | 2007-04-20 17:55 hweiss | 1882 | * lib/parse_ini.c, lib/parse_ini.h, lib/tests/test_ini.c, |
1883 | lib/tests/test_ini.t: This commit consist of two changes: 1. Make np_get_defaults return a linked list instead of a string. It | ||
1884 | will then be easy to convert the linked list back to an argument | ||
1885 | array. 2. Fix tests 3-4 of test_ini.c. A test_ini.t was added too. parse_ini and test_ini aren't included | ||
1886 | yet in the build makefiles. git-svn-id: | ||
2005 | 1887 | ||
2006 | * [r1698] plugins-root/check_dhcp.c: | 1888 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1945 f882894a-f735-0410-b71e-b25c423dba1c |
2007 | Remove unused variables. | ||
2008 | 1889 | ||
2009 | 2007-04-20 17:46 hweiss | 1890 | 2008-03-15 Matthias Eble <psychotrahe@users.sourceforge.net> |
2010 | 1891 | ||
2011 | * [r1697] plugins/check_cluster.c: | 1892 | * plugins/check_http.c: Add port to Host Header to prevent problems |
2012 | Include "utils_base.h". | 1893 | with non default ports (Christophe Dupre #1881898) git-svn-id: |
2013 | 1894 | ||
2014 | 2007-04-20 17:45 hweiss | 1895 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1944 f882894a-f735-0410-b71e-b25c423dba1c |
2015 | 1896 | ||
2016 | * [r1696] lib/utils_base.h: | 1897 | 2008-03-14 Matthias Eble <psychotrahe@users.sourceforge.net> |
2017 | Declare print_thresholds(). | ||
2018 | 1898 | ||
2019 | 2007-04-20 17:39 hweiss | 1899 | * NEWS, plugins/check_dig.c: Added -A/--dig-arguments to check_dig |
1900 | (#1889453/#1874041) git-svn-id: | ||
2020 | 1901 | ||
2021 | * [r1695] plugins/check_cluster.c: | 1902 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1943 f882894a-f735-0410-b71e-b25c423dba1c |
2022 | Predeclare functions and remove unused variables. | ||
2023 | 1903 | ||
2024 | 2007-04-20 17:25 hweiss | 1904 | 2008-03-14 Matthias Eble <psychotrahe@users.sourceforge.net> |
2025 | 1905 | ||
2026 | * [r1694] THANKS.in, plugins-root/check_dhcp.c: | 1906 | * plugins/check_smtp.c: Enhanced check_smtp to actually print |
2027 | Use the 'server identifier' option instead of the 'siaddr' field | 1907 | invalid response text (#1911239) git-svn-id: |
2028 | as the DHCP server address; see RFC 2131, 2. (Denis Knauf - | ||
2029 | 1667488) | ||
2030 | 1908 | ||
2031 | 2007-04-19 03:46 dermoth | 1909 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1942 f882894a-f735-0410-b71e-b25c423dba1c |
2032 | 1910 | ||
2033 | * [r1693] NEWS, configure.in: | 1911 | 2008-03-14 Ton Voon <tonvoon@users.sourceforge.net> |
2034 | Fix compilation of check_ldap, check_radius and check_pgsql | ||
2035 | (*ding*) | ||
2036 | 1912 | ||
2037 | 2007-04-18 19:31 hweiss | 1913 | * NEWS, plugins-root/Makefile.am, plugins/Makefile.am: Fixed 64 bit |
1914 | pst3 when tries to link to gettext. Gettext linked dynamically, if | ||
1915 | necessary git-svn-id: | ||
2038 | 1916 | ||
2039 | * [r1692] NEWS, plugins/check_by_ssh.c: | 1917 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1941 f882894a-f735-0410-b71e-b25c423dba1c |
2040 | Revert my previous change to "-S/--skip" in favour of the two | ||
2041 | options "-E/--skip-stderr" and "-S/--skip-stdout". Both of them | ||
2042 | support omitting the number of lines to skip, in which case all | ||
2043 | output on the respective file descriptor is skipped. "--skip" is | ||
2044 | kept as an alias for "--skip-stdout" for backwards compatibility | ||
2045 | with recent releases. | ||
2046 | |||
2047 | Also, print a message if no (non-skipped) stdout/stderr output is | ||
2048 | available. This fixes a segfault if the remote command prints no | ||
2049 | output. | ||
2050 | 1918 | ||
2051 | 2007-04-15 15:17 dermoth | 1919 | 2008-03-14 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> |
2052 | 1920 | ||
2053 | * [r1691] plugins/check_cluster.c: | 1921 | * gl/charset.alias, gl/configmake.h, gl/math.h, gl/ref-add.sed, |
2054 | Localization and help fixes (Thanks Benoit M.) | 1922 | gl/ref-del.sed, gl/stdio.h, gl/stdlib.h, gl/string.h, gl/unistd.h: |
1923 | These files are generated automatically during the make process, and | ||
1924 | removed by make clean. git-svn-id: | ||
2055 | 1925 | ||
2056 | 2007-04-15 09:03 dermoth | 1926 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1940 f882894a-f735-0410-b71e-b25c423dba1c |
2057 | 1927 | ||
2058 | * [r1690] plugins/check_cluster.c: | 1928 | 2008-03-11 Ton Voon <tonvoon@users.sourceforge.net> |
2059 | Cosmetic change | ||
2060 | 1929 | ||
2061 | 2007-04-15 08:56 dermoth | 1930 | * configure.in, gl/m4/mbstate_t.m4: Possible fix for HP-UX compile |
1931 | problems of regex_internal.c git-svn-id: | ||
2062 | 1932 | ||
2063 | * [r1689] contrib/check_cluster2.README: | 1933 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1939 f882894a-f735-0410-b71e-b25c423dba1c |
2064 | More details about the changes | ||
2065 | 1934 | ||
2066 | 2007-04-15 08:50 dermoth | 1935 | 2008-03-11 Ton Voon <tonvoon@users.sourceforge.net> |
2067 | 1936 | ||
2068 | * [r1688] NEWS, plugins/Makefile.am, plugins/check_cluster.c: | 1937 | * configure.in, lib/utils_base.c, plugins-root/Makefile.am, |
2069 | Add thresholds support for check_cluster + lots of | 1938 | plugins/check_http.c, plugins/check_smtp.c, plugins/common.h: Fixed |
2070 | standardization. Add forgotten items to NEWS. | 1939 | link -m64 problems on pst3 for solaris. Fixed _FILE_OFFSET_BITS |
1940 | redefinition warnings. Fixed helper ar error in ./configure git-svn-id: | ||
2071 | 1941 | ||
2072 | 2007-04-15 06:44 dermoth | 1942 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1938 f882894a-f735-0410-b71e-b25c423dba1c |
2073 | 1943 | ||
2074 | * [r1687] BUGS, plugins/check_snmp.c: | 1944 | 2008-02-28 Ton Voon <tonvoon@users.sourceforge.net> |
2075 | Fix bug #1344584: Counter64 values not handled correctly | ||
2076 | 1945 | ||
2077 | 2007-04-14 15:07 dermoth | 1946 | * NEWS, configure.in, plugins-root/Makefile.am, |
1947 | plugins-root/pst3.c, plugins/check_procs.c, plugins/t/check_procs.t: | ||
1948 | Reverted check_procs for solaris back to using pst3 due to | ||
1949 | truncation for argument fields using other methods git-svn-id: | ||
2078 | 1950 | ||
2079 | * [r1686] BUGS: | 1951 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1937 f882894a-f735-0410-b71e-b25c423dba1c |
2080 | Works for me | ||
2081 | 1952 | ||
2082 | 2007-04-14 03:09 hweiss | 1953 | 2008-02-28 Ton Voon <tonvoon@users.sourceforge.net> |
2083 | 1954 | ||
2084 | * [r1685] BUGS, plugins/check_by_ssh.c: | 1955 | * tools/build_perl_modules: Fix where PERL5LIB is blank git-svn-id: |
2085 | Up to revision 1.35, the "-S" option skipped the specified number | ||
2086 | of lines written to stderr. With revision 1.36 and newer, "-S" | ||
2087 | skipped the specified number of lines written to stdout. Now, | ||
2088 | "-S" skips the specified number of lines written to stderr; and | ||
2089 | if the number specified via "-S" minus the number of lines | ||
2090 | written to stderr is larger than 0, the difference is used as the | ||
2091 | number of lines written to stdout to skip. Also, the "--help" | ||
2092 | output was fixed. (Hector - 1675286) | ||
2093 | 1956 | ||
2094 | 2007-04-13 11:38 dermoth | 1957 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1936 f882894a-f735-0410-b71e-b25c423dba1c |
2095 | 1958 | ||
2096 | * [r1684] plugins, plugins/.cvsignore: | 1959 | 2008-02-18 Ton Voon <tonvoon@users.sourceforge.net> |
2097 | ... Some CVS magic too | ||
2098 | 1960 | ||
2099 | 2007-04-13 11:35 dermoth | 1961 | * NEWS: Added CVE MITRE tracking number git-svn-id: |
2100 | 1962 | ||
2101 | * [r1683] contrib/check_cluster2.README, plugins/Makefile.am, | 1963 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1935 f882894a-f735-0410-b71e-b25c423dba1c |
2102 | plugins/check_cluster.c: | ||
2103 | automake magic for check_cluster | ||
2104 | 1964 | ||
2105 | 2007-04-11 14:43 tonvoon | 1965 | 2008-02-13 Matthias Eble <psychotrahe@users.sourceforge.net> |
2106 | 1966 | ||
2107 | * [r1682] doc/RELEASING: | 1967 | * NEWS, plugins/check_pgsql.c: check_pgsql now builds with postgres |
2108 | Add news item to nagiosplugins.org | 1968 | lib v8.3 (Jan Wagner #1878972) git-svn-id: |
2109 | 1969 | ||
2110 | 2007-04-11 12:08 tonvoon | 1970 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1934 f882894a-f735-0410-b71e-b25c423dba1c |
2111 | 1971 | ||
2112 | * [r1680] AUTHORS, BUGS, ChangeLog, NEWS, configure.in, | 1972 | 2008-02-13 Matthias Eble <psychotrahe@users.sourceforge.net> |
2113 | package.def: | ||
2114 | 1.4.8 release | ||
2115 | 1973 | ||
2116 | 2007-04-10 07:17 dermoth | 1974 | * plugins/check_disk.c: Fix --local argument handling (Jan Wagner |
1975 | #1878971) git-svn-id: | ||
2117 | 1976 | ||
2118 | * [r1679] po/POTFILES.in, po/de.po, po/fr.po, | 1977 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1933 f882894a-f735-0410-b71e-b25c423dba1c |
2119 | po/nagios-plugins.pot: | ||
2120 | Add some check_ntp translations | ||
2121 | 1978 | ||
2122 | 2007-04-10 07:17 dermoth | 1979 | 2008-02-13 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> |
2123 | 1980 | ||
2124 | * [r1678] plugins/check_ntp.c: | 1981 | * plugins/check_disk.c: Fix broken intending (The whole file use |
2125 | - Fix possibility of printing scientific numbers in perfdata - | 1982 | spaces only except my last patch and 1-3 other places). git-svn-id: |
2126 | Use fperfdata function for perfdata formatting - Make the | ||
2127 | printing part a bit more flexible (similar to check_disk) | ||
2128 | 1983 | ||
2129 | 2007-04-10 05:58 dermoth | 1984 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1932 f882894a-f735-0410-b71e-b25c423dba1c |
2130 | 1985 | ||
2131 | * [r1677] po/de.po, po/fr.po, po/nagios-plugins.pot: | 1986 | 2008-02-13 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> |
2132 | Hopefully this is correct. Need to make more changes so I'm | ||
2133 | commiting these. | ||
2134 | 1987 | ||
2135 | 2007-04-04 20:08 dermoth | 1988 | * : Add two files to svn:ignore git-svn-id: |
2136 | 1989 | ||
2137 | * [r1676] plugins/check_ntp.c: | 1990 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1931 f882894a-f735-0410-b71e-b25c423dba1c |
2138 | Fix for getting dispersion instead of jitter on older servers | ||
2139 | (like xntpd on Solaris). | ||
2140 | 1991 | ||
2141 | 2007-04-03 17:19 hweiss | 1992 | 2008-02-13 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> |
2142 | 1993 | ||
2143 | * [r1675] plugins/check_ntp.c: | 1994 | * NEWS: News, nothing else. git-svn-id: |
2144 | Fix the synchronization source selection on big-endian systems. | ||
2145 | 1995 | ||
2146 | 2007-04-03 01:31 dermoth | 1996 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1929 f882894a-f735-0410-b71e-b25c423dba1c |
2147 | 1997 | ||
2148 | * [r1674] plugins/check_ntp.c: | 1998 | 2008-02-13 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> |
2149 | Temporary fix for jitter calculation | ||
2150 | 1999 | ||
2151 | 2007-04-02 12:39 hweiss | 2000 | * plugins/common.h: This floorf workaround is Nnot needed anymore |
2001 | since floorf is part of Gnulib git-svn-id: | ||
2152 | 2002 | ||
2153 | * [r1673] plugins/check_ntp.c: | 2003 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1928 f882894a-f735-0410-b71e-b25c423dba1c |
2154 | Don't rely on the assumption that the size of a READSTAT response | ||
2155 | is a multiple of sizeof(ntp_assoc_status_pair). | ||
2156 | 2004 | ||
2157 | 2007-04-02 09:28 tonvoon | 2005 | 2008-02-13 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> |
2158 | 2006 | ||
2159 | * [r1672] lib/tests/Makefile.am: | 2007 | * lib/tests/test_base64.c: Reverting patch to test 8-bit data: Still |
2160 | Add libgnu.a as regex functions required | 2008 | broken on Solaris (7-bit works as before) git-svn-id: |
2161 | 2009 | ||
2162 | 2007-04-02 07:32 dermoth | 2010 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1927 f882894a-f735-0410-b71e-b25c423dba1c |
2163 | 2011 | ||
2164 | * [r1671] plugins/check_ntp.c: | 2012 | 2008-02-12 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> |
2165 | Fix byte order in verbose logging | ||
2166 | 2013 | ||
2167 | 2007-04-02 06:00 dermoth | 2014 | * gl/Makefile.am, gl/base64.c, gl/base64.h, gl/charset.alias, |
2015 | gl/configmake.h, gl/floor.c, gl/floorf.c, gl/m4/base64.m4, | ||
2016 | gl/m4/floorf.m4, gl/m4/gnulib-cache.m4, gl/m4/gnulib-comp.m4, | ||
2017 | gl/m4/math_h.m4, gl/math.h, gl/math.in.h, gl/ref-add.sed, | ||
2018 | gl/ref-del.sed, gl/stdio.h, gl/stdlib.h, gl/string.h, gl/unistd.h, | ||
2019 | lib/Makefile.am, lib/base64.c, lib/base64.h, lib/tests/Makefile.am, | ||
2020 | lib/tests/test_base64.c, plugins/check_http.c, plugins/check_smtp.c: | ||
2021 | Import Gnulib floorf and base64 and removed our old base64 library. git-svn-id: | ||
2168 | 2022 | ||
2169 | * [r1670] plugins/check_ntp.c: | 2023 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1926 f882894a-f735-0410-b71e-b25c423dba1c |
2170 | Seems like we don't get any jitter sometimes. While this needs to | ||
2171 | be fixed we should at least handle it gracefully. | ||
2172 | 2024 | ||
2173 | 2007-04-01 14:21 psychotrahe | 2025 | 2008-02-12 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> |
2174 | 2026 | ||
2175 | * [r1669] plugins/t/check_http.t: | 2027 | * build-aux/config.rpath, build-aux/link-warning.h, gl/Makefile.am, |
2176 | check_http.t: - added internet_access variable to skip tests | 2028 | gl/alloca.c, gl/alloca.in.h, gl/alloca_.h, gl/asnprintf.c, |
2177 | where internet access is required. - added host_tcp_http2 | 2029 | gl/asprintf.c, gl/basename.c, gl/c-strtod.c, gl/cloexec.c, |
2178 | variable for a webserver serving the string 'nagios' in index - | 2030 | gl/config.charset, gl/creat-safer.c, gl/dirname.c, gl/dirname.h, |
2179 | no tests are skipped if the new vars are not defined (existing | 2031 | gl/dup-safer.c, gl/error.c, gl/error.h, gl/exit.h, gl/exitfail.c, |
2180 | installations) | 2032 | gl/exitfail.h, gl/fcntl--.h, gl/fcntl-safer.h, gl/fd-safer.c, |
2033 | gl/float+.h, gl/float.in.h, gl/fsusage.c, gl/fsusage.h, | ||
2034 | gl/full-read.c, gl/full-read.h, gl/full-write.c, gl/full-write.h, | ||
2035 | gl/gai_strerror.c, gl/getaddrinfo.c, gl/getaddrinfo.h, | ||
2036 | gl/gethostname.c, gl/getloadavg.c, gl/getopt.c, gl/getopt.in.h, | ||
2037 | gl/getopt1.c, gl/getopt_.h, gl/getopt_int.h, gl/gettext.h, | ||
2038 | gl/inet_ntop.c, gl/inet_ntop.h, gl/intprops.h, gl/localcharset.c, | ||
2039 | gl/localcharset.h, gl/m4/absolute-header.m4, gl/m4/alloca.m4, | ||
2040 | gl/m4/extensions.m4, gl/m4/float_h.m4, gl/m4/fsusage.m4, | ||
2041 | gl/m4/getaddrinfo.m4, gl/m4/getloadavg.m4, gl/m4/gettext.m4, | ||
2042 | gl/m4/gnulib-cache.m4, gl/m4/gnulib-common.m4, | ||
2043 | gl/m4/gnulib-comp.m4, gl/m4/iconv.m4, gl/m4/include_next.m4, | ||
2044 | gl/m4/intdiv0.m4, gl/m4/intl.m4, gl/m4/intlmacosx.m4, | ||
2045 | gl/m4/intmax_t.m4, gl/m4/lib-link.m4, gl/m4/localcharset.m4, | ||
2046 | gl/m4/lock.m4, gl/m4/longdouble.m4, gl/m4/longlong.m4, | ||
2047 | gl/m4/malloc.m4, gl/m4/mbchar.m4, gl/m4/mbiter.m4, | ||
2048 | gl/m4/mbrtowc.m4, gl/m4/memchr.m4, gl/m4/minmax.m4, | ||
2049 | gl/m4/netinet_in_h.m4, gl/m4/po.m4, gl/m4/printf-posix.m4, | ||
2050 | gl/m4/regex.m4, gl/m4/snprintf.m4, gl/m4/socklen.m4, | ||
2051 | gl/m4/stdint.m4, gl/m4/stdio_h.m4, gl/m4/stdlib_h.m4, | ||
2052 | gl/m4/strcase.m4, gl/m4/strdup.m4, gl/m4/strerror.m4, | ||
2053 | gl/m4/string_h.m4, gl/m4/strndup.m4, gl/m4/strnlen.m4, | ||
2054 | gl/m4/sys_socket_h.m4, gl/m4/uintmax_t.m4, gl/m4/ulonglong.m4, | ||
2055 | gl/m4/unistd_h.m4, gl/m4/vasnprintf.m4, gl/m4/vasprintf.m4, | ||
2056 | gl/m4/vsnprintf.m4, gl/m4/wchar.m4, gl/m4/wctype.m4, | ||
2057 | gl/m4/wcwidth.m4, gl/m4/wint_t.m4, gl/malloc.c, gl/mbchar.c, | ||
2058 | gl/mbchar.h, gl/mbuiter.h, gl/memchr.c, gl/minmax.h, | ||
2059 | gl/mountlist.c, gl/mountlist.h, gl/netinet_in.in.h, | ||
2060 | gl/open-safer.c, gl/pipe-safer.c, gl/printf-args.c, | ||
2061 | gl/printf-args.h, gl/printf-parse.c, gl/printf-parse.h, | ||
2062 | gl/ref-add.sin, gl/ref-del.sin, gl/regcomp.c, gl/regex.c, | ||
2063 | gl/regex.h, gl/regex_internal.c, gl/regex_internal.h, gl/regexec.c, | ||
2064 | gl/safe-read.c, gl/safe-read.h, gl/safe-write.c, gl/safe-write.h, | ||
2065 | gl/size_max.h, gl/snprintf.c, gl/snprintf.h, gl/socket_.h, | ||
2066 | gl/stdbool.in.h, gl/stdbool_.h, gl/stdint.in.h, gl/stdint_.h, | ||
2067 | gl/stdio.in.h, gl/stdlib.in.h, gl/strcase.h, gl/strcasecmp.c, | ||
2068 | gl/strdup.c, gl/strdup.h, gl/strerror.c, gl/string.in.h, | ||
2069 | gl/stripslash.c, gl/strncasecmp.c, gl/strndup.c, gl/strndup.h, | ||
2070 | gl/strnlen.c, gl/strnlen.h, gl/strnlen1.c, gl/strnlen1.h, | ||
2071 | gl/sys_socket.in.h, gl/unistd--.h, gl/unistd-safer.h, | ||
2072 | gl/unistd.in.h, gl/unistd_.h, gl/vasnprintf.c, gl/vasnprintf.h, | ||
2073 | gl/vasprintf.c, gl/vasprintf.h, gl/vsnprintf.c, gl/vsnprintf.h, | ||
2074 | gl/wchar.in.h, gl/wchar_.h, gl/wctype.in.h, gl/wctype_.h, | ||
2075 | gl/wcwidth.h, gl/xalloc-die.c, gl/xalloc.h, gl/xmalloc.c, | ||
2076 | gl/xsize.h, gl/xstrndup.c, gl/xstrndup.h, plugins/common.h, | ||
2077 | po/Makevars: Sync to latest Gnulib git-svn-id: | ||
2181 | 2078 | ||
2182 | 2007-04-01 11:17 psychotrahe | 2079 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1925 f882894a-f735-0410-b71e-b25c423dba1c |
2183 | 2080 | ||
2184 | * [r1668] lib/utils_disk.c: | 2081 | 2008-02-11 Ton Voon <tonvoon@users.sourceforge.net> |
2185 | utils_disk: fixed handling if check_disk -p is a device | ||
2186 | (np_set_best_match()) | ||
2187 | 2082 | ||
2188 | 2007-03-31 18:49 hweiss | 2083 | * REQUIREMENTS: Hints re: SSL features git-svn-id: |
2189 | 2084 | ||
2190 | * [r1667] NEWS: | 2085 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1924 f882894a-f735-0410-b71e-b25c423dba1c |
2191 | Various check_ntp fixes | ||
2192 | 2086 | ||
2193 | 2007-03-31 18:48 hweiss | 2087 | 2008-02-11 Ton Voon <tonvoon@users.sourceforge.net> |
2194 | 2088 | ||
2195 | * [r1666] plugins/check_ntp.c: | 2089 | * configure.in: Added link to FAQ for redhat spopen problem git-svn-id: |
2196 | Fix an out-of-bounds memcpy(3) and add a realloc(3) error check | ||
2197 | in jitter_request(). | ||
2198 | 2090 | ||
2199 | 2007-03-31 17:35 hweiss | 2091 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1923 f882894a-f735-0410-b71e-b25c423dba1c |
2200 | 2092 | ||
2201 | * [r1665] plugins/check_ntp.c: | 2093 | 2008-01-31 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> |
2202 | Add a warning to the verbose output if jitter_request() found no | ||
2203 | synchronization source. | ||
2204 | 2094 | ||
2205 | 2007-03-31 17:29 hweiss | 2095 | * plugins-root/check_dhcp.c, plugins-root/check_icmp.c, |
2096 | plugins-root/pst3.c: Bump plugins-root/ to GPLv3 git-svn-id: | ||
2206 | 2097 | ||
2207 | * [r1664] plugins/check_ntp.c: | 2098 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1920 f882894a-f735-0410-b71e-b25c423dba1c |
2208 | Avoid division by zero. | ||
2209 | 2099 | ||
2210 | 2007-03-31 17:25 hweiss | 2100 | 2008-01-31 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> |
2211 | 2101 | ||
2212 | * [r1663] plugins/check_ntp.c: | 2102 | * plugins/common.h, plugins/netutils.h, plugins/popen.h, |
2213 | Remove the '-O' option, as it's ignored. | 2103 | plugins/runcmd.h: Bump plugins/ to GPLv3 (header files) git-svn-id: |
2214 | 2104 | ||
2215 | 2007-03-30 15:45 tonvoon | 2105 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1919 f882894a-f735-0410-b71e-b25c423dba1c |
2216 | 2106 | ||
2217 | * [r1662] m4/np_mysqlclient.m4: | 2107 | 2008-01-31 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> |
2218 | Use AS_HELP_STRING instead of ACX_HELP_STRING | ||
2219 | 2108 | ||
2220 | 2007-03-30 14:08 tonvoon | 2109 | * plugins/negate.c, plugins/netutils.c, plugins/popen.c, |
2110 | plugins/runcmd.c, plugins/sslutils.c, plugins/urlize.c, | ||
2111 | plugins/utils.c: Bump plugins/ to GPLv3 (non-plugind files) git-svn-id: | ||
2221 | 2112 | ||
2222 | * [r1661] NEWS, configure.in, m4/np_mysqlclient.m4: | 2113 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1918 f882894a-f735-0410-b71e-b25c423dba1c |
2223 | Fix AC_CHECK_LIB for mysql_init - add dependent libraries. mysql | ||
2224 | detection separated into external m4 file | ||
2225 | 2114 | ||
2226 | 2007-03-30 09:00 psychotrahe | 2115 | 2008-01-31 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> |
2227 | 2116 | ||
2228 | * [r1660] lib/tests/test_disk.c, plugins/t/check_disk.t: | 2117 | * plugins/check_overcr.c, plugins/check_pgsql.c, |
2229 | Test Cases for check_disk's -r, -R, -C and -g | 2118 | plugins/check_ping.c, plugins/check_procs.c, |
2119 | plugins/check_radius.c, plugins/check_real.c, plugins/check_smtp.c, | ||
2120 | plugins/check_snmp.c, plugins/check_ssh.c, plugins/check_swap.c, | ||
2121 | plugins/check_tcp.c, plugins/check_time.c, plugins/check_ups.c, | ||
2122 | plugins/check_users.c: Bump plugin/ to GPLv3 (check_overcr to | ||
2123 | check_users) git-svn-id: | ||
2230 | 2124 | ||
2231 | 2007-03-30 08:56 psychotrahe | 2125 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1917 f882894a-f735-0410-b71e-b25c423dba1c |
2232 | 2126 | ||
2233 | * [r1659] plugins/check_disk.c: | 2127 | 2008-01-30 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> |
2234 | check_disk: minor fix for -C if bestmatch != -p | ||
2235 | 2128 | ||
2236 | 2007-03-30 08:53 psychotrahe | 2129 | * plugins/check_apt.c, plugins/check_by_ssh.c, |
2130 | plugins/check_cluster.c, plugins/check_dig.c, plugins/check_disk.c, | ||
2131 | plugins/check_dns.c, plugins/check_dummy.c, plugins/check_fping.c, | ||
2132 | plugins/check_game.c, plugins/check_hpjd.c, plugins/check_http.c, | ||
2133 | plugins/check_ide_smart.c, plugins/check_ldap.c, | ||
2134 | plugins/check_load.c, plugins/check_mrtg.c, | ||
2135 | plugins/check_mrtgtraf.c, plugins/check_mysql.c, | ||
2136 | plugins/check_mysql_query.c, plugins/check_nagios.c, | ||
2137 | plugins/check_nt.c, plugins/check_ntp.c, plugins/check_ntp_peer.c, | ||
2138 | plugins/check_ntp_time.c, plugins/check_nwstat.c: Bump plugins/ to | ||
2139 | GPLv3 (check_apt to check_nwstat) git-svn-id: | ||
2237 | 2140 | ||
2238 | * [r1658] lib/utils_disk.c, lib/utils_disk.h, plugins/check_disk.c: | 2141 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1916 f882894a-f735-0410-b71e-b25c423dba1c |
2239 | check_disk: added regex functionality -r and -R. see np-devel | ||
2240 | mail (2007-02-10) | ||
2241 | 2142 | ||
2242 | 2007-03-30 08:52 psychotrahe | 2143 | 2008-01-30 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> |
2243 | 2144 | ||
2244 | * [r1657] lib/utils_disk.c, lib/utils_disk.h, plugins/check_disk.c: | 2145 | * lib/utils_disk.c, lib/utils_tcp.c: details... git-svn-id: |
2245 | check_disk: added grouping functionality. see np-devel mail | ||
2246 | (2007-02-10) | ||
2247 | 2146 | ||
2248 | 2007-03-30 08:48 psychotrahe | 2147 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1915 f882894a-f735-0410-b71e-b25c423dba1c |
2249 | 2148 | ||
2250 | * [r1656] lib/utils_disk.c, lib/utils_disk.h, plugins/check_disk.c: | 2149 | 2008-01-30 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> |
2251 | check_disk -C is more flexible now. See np-devel post | ||
2252 | (2007-02-10) | ||
2253 | 2150 | ||
2254 | 2007-03-29 17:58 hweiss | 2151 | * lib/tests/test_base64.c, lib/tests/test_cmd.c, |
2152 | lib/tests/test_disk.c, lib/tests/test_ini.c, lib/tests/test_tcp.c, | ||
2153 | lib/tests/test_utils.c: Bump lib/tests to GPLv3 git-svn-id: | ||
2255 | 2154 | ||
2256 | * [r1655] THANKS.in, plugins/check_mysql.c: | 2155 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1914 f882894a-f735-0410-b71e-b25c423dba1c |
2257 | Fix argument processing (Felix Frank - 1690697) | ||
2258 | 2156 | ||
2259 | 2007-03-29 17:34 hweiss | 2157 | 2008-01-30 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> |
2260 | 2158 | ||
2261 | * [r1654] plugins-root/Makefile.am: | 2159 | * lib/parse_ini.c, lib/utils_base.c, lib/utils_cmd.c, |
2262 | Set the "read" and "execute" bits only for "user" and "group" in | 2160 | lib/utils_disk.c, lib/utils_tcp.c: Bump /lib to GPLv3 git-svn-id: |
2263 | order to not overwrite "--without-world-permissions" for the root | ||
2264 | plugins. | ||
2265 | 2161 | ||
2266 | 2007-03-29 10:32 tonvoon | 2162 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1913 f882894a-f735-0410-b71e-b25c423dba1c |
2267 | 2163 | ||
2268 | * [r1652] BUGS, ChangeLog, NEWS, configure.in, package.def: | 2164 | 2008-01-30 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> |
2269 | 1.4.7 release | ||
2270 | 2165 | ||
2271 | 2007-03-29 10:25 tonvoon | 2166 | * lib/parse_ini.c: new standardized GPLv3 header (will be applied to |
2167 | all C files) git-svn-id: | ||
2272 | 2168 | ||
2273 | * [r1651] plugins/check_ntp.c: | 2169 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1912 f882894a-f735-0410-b71e-b25c423dba1c |
2274 | Adding help text for jitter flags | ||
2275 | 2170 | ||
2276 | 2007-03-27 06:53 dermoth | 2171 | 2008-01-29 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> |
2277 | 2172 | ||
2278 | * [r1650] THANKS.in, plugins-root/check_icmp.c: | 2173 | * NEWS, plugins/check_ntp_peer.c: check_ntp_peer now checks for the |
2279 | Fix bug #1494629 - check_icmp fails after some time on FreeBSD | 2174 | LI_ALARM flag git-svn-id: |
2280 | 2175 | ||
2281 | 2007-03-25 13:55 tonvoon | 2176 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1911 f882894a-f735-0410-b71e-b25c423dba1c |
2282 | 2177 | ||
2283 | * [r1649] NEWS, configure.in: | 2178 | 2008-01-29 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> |
2284 | Reinstate --with-nagios-user/group and new | ||
2285 | --without-group-permissions ./configure options | ||
2286 | 2179 | ||
2287 | 2007-03-22 17:54 hweiss | 2180 | * NEWS: typo git-svn-id: |
2288 | 2181 | ||
2289 | * [r1646] THANKS.in, plugins/common.h: | 2182 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1910 f882894a-f735-0410-b71e-b25c423dba1c |
2290 | Increase MAX_INPUT_BUFFER from 1k to 8k in order to increase I/O | ||
2291 | performance (Stefan Meier) | ||
2292 | 2183 | ||
2293 | 2007-03-16 12:11 gonzai | 2184 | 2008-01-29 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> |
2294 | 2185 | ||
2295 | * [r1642] plugins-scripts/check_ifoperstatus.pl: | 2186 | * NEWS, plugins/check_ntp.c, plugins/check_ntp_time.c: Fix bugs and |
2296 | Fix bogus 'eq ( || )' constructions in check_ifoperstatus.pl. | 2187 | flaws in best offset server selection of check_ntp_time and |
2188 | (deprecated) check_ntp git-svn-id: | ||
2297 | 2189 | ||
2298 | 2007-03-12 10:51 tonvoon | 2190 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1909 f882894a-f735-0410-b71e-b25c423dba1c |
2299 | 2191 | ||
2300 | * [r1639] NEWS, plugins/check_ping.c, plugins/t/check_ping.t: | 2192 | 2008-01-26 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> |
2301 | check_ping's timeout interval is only +1 if ping command has a | ||
2302 | timeout value. Tests updated to check for 100% packet loss | ||
2303 | (always if ping has timeout), otherwise will check for "timed | ||
2304 | out" string | ||
2305 | 2193 | ||
2306 | 2007-03-11 06:51 dermoth | 2194 | * NEWS, THANKS.in, plugins/check_ntp_peer.c, |
2195 | plugins/check_ntp_time.c: Fix help text of check_ntp_* (Bug #1880095) git-svn-id: | ||
2307 | 2196 | ||
2308 | * [r1638] plugins-root/t/check_icmp.t: | 2197 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1908 f882894a-f735-0410-b71e-b25c423dba1c |
2309 | Add tests for new check_icmp switch -m | ||
2310 | 2198 | ||
2311 | 2007-03-11 02:27 tonvoon | 2199 | 2008-01-15 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> |
2312 | 2200 | ||
2313 | * [r1637] plugins-root/t, plugins-root/t/check_icmp.t, | 2201 | * NEWS, plugins/check_disk.c: Fix check_disk disk usage calculation |
2314 | plugins/t/check_ping.t: | 2202 | when using --group=NAME (related to bug #1348746) git-svn-id: |
2315 | Converted check_ping.t to new-style testcases. Added test case | ||
2316 | for check_icmp - requires sudo access | ||
2317 | 2203 | ||
2318 | 2007-03-11 01:57 tonvoon | 2204 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1907 f882894a-f735-0410-b71e-b25c423dba1c |
2319 | 2205 | ||
2320 | * [r1636] plugins/check_ping.c: | 2206 | 2008-01-15 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> |
2321 | Fixed some help display. Removed -L from usage as deprecated | ||
2322 | option | ||
2323 | 2207 | ||
2324 | 2007-03-08 09:09 dermoth | 2208 | * NEWS, configure.in: Add AC_SYS_LARGEFILE to configure.in |
2209 | (check_disk should now work with large file systems (2TB+) on all | ||
2210 | archs that supports it) git-svn-id: | ||
2325 | 2211 | ||
2326 | * [r1635] NEWS, THANKS.in, plugins-root/check_icmp.c: | 2212 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1906 f882894a-f735-0410-b71e-b25c423dba1c |
2327 | New switch to check_icmp to set the minimum required hosts for | ||
2328 | success. | ||
2329 | 2213 | ||
2330 | 2007-03-08 06:12 dermoth | 2214 | 2008-01-10 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> |
2331 | 2215 | ||
2332 | * [r1634] config_test/child_test.c: | 2216 | * lib/tests/test_cmd.c: Add a return-code check (also test cmd_run |
2333 | Ficing C++ style comments | 2217 | without out/err buffers) git-svn-id: |
2334 | 2218 | ||
2335 | 2007-03-08 06:09 dermoth | 2219 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1905 f882894a-f735-0410-b71e-b25c423dba1c |
2336 | 2220 | ||
2337 | * [r1633] plugins-root/check_icmp.c: | 2221 | 2008-01-09 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> |
2338 | Fixed C++ style comments, but I don't get why those lines were | ||
2339 | originally commented out. | ||
2340 | 2222 | ||
2341 | 2007-03-06 22:45 tonvoon | 2223 | * tools/tinderbox_build: make test-debug generate lots of false |
2224 | errors in tinderbox. Turning off until we find a solution (so al | ||
2225 | least we can watch the tinderbox for breakages again) git-svn-id: | ||
2342 | 2226 | ||
2343 | * [r1632] plugins/check_http.c: | 2227 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1904 f882894a-f735-0410-b71e-b25c423dba1c |
2344 | Fix option handling (Nobuhiro Ban - 1657280) | ||
2345 | 2228 | ||
2346 | 2007-03-06 22:29 tonvoon | 2229 | 2008-01-08 Matthias Eble <psychotrahe@users.sourceforge.net> |
2347 | 2230 | ||
2348 | * [r1631] plugins/check_smtp.c: | 2231 | * plugins/check_dns.c: Fixed reverse lookup damaged by previous |
2349 | Fixed compile errors in check_smtp.c | 2232 | commit git-svn-id: |
2350 | 2233 | ||
2351 | 2007-03-06 22:17 tonvoon | 2234 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1903 f882894a-f735-0410-b71e-b25c423dba1c |
2352 | 2235 | ||
2353 | * [r1630] NEWS, THANKS.in, plugins/check_smtp.c: | 2236 | 2008-01-08 Ton Voon <tonvoon@users.sourceforge.net> |
2354 | Fixed broken HELO cmd (Enrico Scholz - 1675279) | ||
2355 | 2237 | ||
2356 | 2007-03-06 17:29 tonvoon | 2238 | * plugins/t/check_dns.t: Changed default test values for check_dns |
2239 | (using nagios.com) git-svn-id: | ||
2357 | 2240 | ||
2358 | * [r1629] NEWS, configure.in, plugins/check_procs.c: | 2241 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1902 f882894a-f735-0410-b71e-b25c423dba1c |
2359 | Use /usr/ucb/ps on Solaris in preference to pst3 (problems in | ||
2360 | 64bit mode) | ||
2361 | 2242 | ||
2362 | 2007-03-06 17:26 tonvoon | 2243 | 2008-01-08 Ton Voon <tonvoon@users.sourceforge.net> |
2363 | 2244 | ||
2364 | * [r1628] plugins/t/check_disk.t: | 2245 | * plugins/t/check_ftp.t, plugins/t/check_imap.t, |
2365 | Test failure if a filesystem which is a subset of another fails | 2246 | plugins/t/check_jabber.t, plugins/t/check_pop.t, |
2366 | the inode check (Matthias Elbe - 1660953) | 2247 | plugins/t/check_tcp.t: Reverted commits 1898 and 1899 due to |
2248 | reversion of 1879 git-svn-id: | ||
2367 | 2249 | ||
2368 | 2007-03-06 14:18 tonvoon | 2250 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1901 f882894a-f735-0410-b71e-b25c423dba1c |
2369 | 2251 | ||
2370 | * [r1627] NEWS, configure.in: | 2252 | 2008-01-08 Ton Voon <tonvoon@users.sourceforge.net> |
2371 | Detect if check_mysql compile will work at ./configure time, due | ||
2372 | to some Redhat systems distributing mysql_config, but not the | ||
2373 | include files | ||
2374 | 2253 | ||
2375 | 2007-03-06 11:03 tonvoon | 2254 | * NEWS, plugins/check_tcp.c: Reverted commit 1879 where an invalid |
2255 | hostname returns UNKNOWN - back to CRITICAL git-svn-id: | ||
2376 | 2256 | ||
2377 | * [r1626] configure.in: | 2257 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1900 f882894a-f735-0410-b71e-b25c423dba1c |
2378 | Clearer message when --with-nagios-user is used for ./configure | ||
2379 | 2258 | ||
2380 | 2007-03-06 10:48 tonvoon | 2259 | 2008-01-08 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> |
2381 | 2260 | ||
2382 | * [r1625] FAQ, INSTALLING, NEWS, README, plugins-root/Makefile.am: | 2261 | * plugins/t/check_imap.t, plugins/t/check_jabber.t, |
2383 | Root plugins installed with world executable permissions. Removed | 2262 | plugins/t/check_pop.t: more r1879 fixes git-svn-id: |
2384 | references to --with-nagios-user and --with-nagios-group in | ||
2385 | README | ||
2386 | 2263 | ||
2387 | 2007-03-02 01:38 egalstad | 2264 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1899 f882894a-f735-0410-b71e-b25c423dba1c |
2388 | 2265 | ||
2389 | * [r1624] plugins/check_mrtgtraf.c: | 2266 | 2008-01-08 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> |
2390 | Fix for broken check_mrtgtraf | ||
2391 | 2267 | ||
2392 | 2007-02-24 01:03 dermoth | 2268 | * plugins/t/check_ftp.t, plugins/t/check_tcp.t: Fix test breakages |
2269 | for commit r1879: check_tcp now returns UNKNOWN with an invalid | ||
2270 | hostname on command line git-svn-id: | ||
2393 | 2271 | ||
2394 | * [r1623] doc/makefile: | 2272 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1898 f882894a-f735-0410-b71e-b25c423dba1c |
2395 | Fix the makefile ('[[' is bash-specific, 'rm -f' don't remove | ||
2396 | directories) | ||
2397 | 2273 | ||
2398 | 2007-02-14 20:56 tonvoon | 2274 | 2008-01-08 Holger Weiss <hweiss@users.sourceforge.net> |
2399 | 2275 | ||
2400 | * [r1622] NEWS, contrib/check_sybase: | 2276 | * plugins-root/check_icmp.c: Hide some debug output which was |
2401 | check_sybase now maintained in NagiosExchange | 2277 | printed even without "-v" (under certain circumstances). git-svn-id: |
2402 | 2278 | ||
2403 | 2007-02-14 20:52 tonvoon | 2279 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1897 f882894a-f735-0410-b71e-b25c423dba1c |
2404 | 2280 | ||
2405 | * [r1621] plugins/check_disk.c: | 2281 | 2008-01-08 Holger Weiss <hweiss@users.sourceforge.net> |
2406 | Fixed typo in help for -M | ||
2407 | 2282 | ||
2408 | 2007-02-14 10:11 tonvoon | 2283 | * plugins-root/check_icmp.c: Fix the handling of ICMP packets which |
2284 | are not echo replies (such as destination unreachable messages) or | ||
2285 | which are not directed at us. git-svn-id: | ||
2409 | 2286 | ||
2410 | * [r1620] plugins/check_tcp.c, plugins/t/check_tcp.t: | 2287 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1896 f882894a-f735-0410-b71e-b25c423dba1c |
2411 | Documentation fix re: --escape flag. Fix of ./check_tcp test to | ||
2412 | webservers to make it more standards compliant | ||
2413 | 2288 | ||
2414 | 2007-02-09 14:35 tonvoon | 2289 | 2008-01-08 Holger Weiss <hweiss@users.sourceforge.net> |
2415 | 2290 | ||
2416 | * [r1619] NEWS, THANKS.in, po, po/.cvsignore, po/Makefile.in.in: | 2291 | * plugins-root/check_icmp.c: Get rid of a cast which increases the |
2417 | Fixed MKINSTALLDIRS problem on some systems - Lars Stavholm | 2292 | required alignment. git-svn-id: |
2418 | 2293 | ||
2419 | 2007-02-07 14:46 tonvoon | 2294 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1895 f882894a-f735-0410-b71e-b25c423dba1c |
2420 | 2295 | ||
2421 | * [r1614] lib/Makefile.config-opts, lib/parse_ini.c, | 2296 | 2008-01-08 Holger Weiss <hweiss@users.sourceforge.net> |
2422 | lib/tests/Makefile.config-opts, lib/tests/config-tiny.ini, | ||
2423 | lib/tests/plugin.ini, lib/tests/test_ini.c: | ||
2424 | Added test files to test the parse_ini.c routines. Requires | ||
2425 | libtap | ||
2426 | 2297 | ||
2427 | 2007-02-07 14:06 hweiss | 2298 | * plugins-root/check_icmp.c: Mark some constant strings "const". git-svn-id: |
2428 | 2299 | ||
2429 | * [r1613] plugins/check_swap.c: | 2300 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1894 f882894a-f735-0410-b71e-b25c423dba1c |
2430 | Include <sys/param.h> before <sys/swap.h> in order to fix | ||
2431 | compilation on OpenBSD (nsturm - 1653934) | ||
2432 | 2301 | ||
2433 | 2007-02-06 23:30 dermoth | 2302 | 2008-01-07 Holger Weiss <hweiss@users.sourceforge.net> |
2434 | 2303 | ||
2435 | * [r1612] plugins/check_tcp.c: | 2304 | * plugins/netutils.c: Support "[IPv6]" address syntax. git-svn-id: |
2436 | Correct vim typo in comment block :P | ||
2437 | 2305 | ||
2438 | 2007-02-06 21:03 opensides | 2306 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1893 f882894a-f735-0410-b71e-b25c423dba1c |
2439 | 2307 | ||
2440 | * [r1611] plugins/check_disk.c, plugins/check_http.c, | 2308 | 2008-01-07 Holger Weiss <hweiss@users.sourceforge.net> |
2441 | plugins/check_ide_smart.c, plugins/check_mrtg.c, | ||
2442 | plugins/check_mrtgtraf.c, plugins/check_overcr.c, | ||
2443 | plugins/check_smtp.c, plugins/check_tcp.c, po/de.po, po/fr.po, | ||
2444 | po/nagios-plugins.pot: | ||
2445 | correcting some translation problems | ||
2446 | 2309 | ||
2447 | 2007-02-06 19:33 seanius | 2310 | * plugins/check_http.c: My assumption that "-H example.com:80" |
2311 | didn't work (see my previous commit) was wrong, it worked if used | ||
2312 | together with "-I". So, here's support for "-H [IPv6]:port", "-H | ||
2313 | [IPv6]", "-H IPv6", "-H IPv4:port", "-H IPv4", and "-H host:port". git-svn-id: | ||
2448 | 2314 | ||
2449 | * [r1610] lib/parse_ini.c, lib/parse_ini.h: | 2315 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1892 f882894a-f735-0410-b71e-b25c423dba1c |
2450 | initial version of ini file parsing routines in C | ||
2451 | 2316 | ||
2452 | 2007-02-06 18:34 opensides | 2317 | 2008-01-06 Holger Weiss <hweiss@users.sourceforge.net> |
2453 | 2318 | ||
2454 | * [r1609] po/Makevars: | 2319 | * plugins/check_http.c: Remove support for specifying the port |
2455 | adding PACKAGE_BUGREPORT to fix Report-Msgid-Bugs-To: | 2320 | number using "-H example.com:80". Since this didn't work anyway |
2321 | (because ":80" wasn't stripped from the "host_name" after extracting | ||
2322 | the "server_port"), nobody can be using this syntax, and it prevents | ||
2323 | "-H" from accepting IPv6 addresses (neufeind - 1865082). IMO, | ||
2324 | fixing it to recognize both ":80" and IPv6 addresses isn't worth it, | ||
2325 | as the ":80" syntax doesn't seem very useful for Nagios plugins | ||
2326 | (given the way how they are usually called in Nagios command | ||
2327 | definitions). git-svn-id: | ||
2456 | 2328 | ||
2457 | 2007-02-05 13:51 tonvoon | 2329 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1891 f882894a-f735-0410-b71e-b25c423dba1c |
2458 | 2330 | ||
2459 | * [r1608] AUTHORS, doc/RELEASING: | 2331 | 2008-01-06 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> |
2460 | Update list of team members. More notes on new releases | ||
2461 | 2332 | ||
2462 | 2007-02-05 13:13 tonvoon | 2333 | * lib/tests/test_base64.c: Fix base64 test (known string wasn't |
2334 | null-terminated) git-svn-id: | ||
2463 | 2335 | ||
2464 | * [r1606] BUGS, ChangeLog, NEWS, configure.in, package.def: | 2336 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1890 f882894a-f735-0410-b71e-b25c423dba1c |
2465 | For 1.4.6 release | ||
2466 | 2337 | ||
2467 | 2007-02-02 09:10 dermoth | 2338 | 2008-01-06 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> |
2468 | 2339 | ||
2469 | * [r1605] plugins/check_snmp.c: | 2340 | * lib/tests/test_cmd.c: Fix tinderbox breakage git-svn-id: |
2470 | Fix parsing of multiple OIDs sets needmibs = TRUE | ||
2471 | 2341 | ||
2472 | 2007-02-01 06:53 dermoth | 2342 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1889 f882894a-f735-0410-b71e-b25c423dba1c |
2473 | 2343 | ||
2474 | * [r1604] plugins/check_tcp.c, plugins/t/check_jabber.t: | 2344 | 2008-01-06 Matthias Eble <psychotrahe@users.sourceforge.net> |
2475 | Fix progname being partly set to upper case Change formating of | ||
2476 | invalid hostname output | ||
2477 | 2345 | ||
2478 | 2007-02-01 05:37 dermoth | 2346 | * plugins/check_ldap.c: If unspecified set LDAP_OPT_SUCCESS to |
2347 | LDAP_SUCCESS (Sergei Haramundanis - #1498923) git-svn-id: | ||
2479 | 2348 | ||
2480 | * [r1603] NEWS: | 2349 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1888 f882894a-f735-0410-b71e-b25c423dba1c |
2481 | Adding NEWS entry for check_jabber | ||
2482 | 2350 | ||
2483 | 2007-02-01 05:33 dermoth | 2351 | 2008-01-05 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> |
2484 | 2352 | ||
2485 | * [r1602] plugins-scripts/check_log.sh: | 2353 | * NEWS, plugins/check_ntp.c, plugins/check_ntp_time.c: Fix Bug |
2486 | Fix bug #1593073 Check_Log problem with log rotation | 2354 | #1862300: check_ntp_time segfault in 1.4.11 (Also apply to |
2355 | check_ntp) git-svn-id: | ||
2487 | 2356 | ||
2488 | 2007-01-31 22:50 tonvoon | 2357 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1887 f882894a-f735-0410-b71e-b25c423dba1c |
2489 | 2358 | ||
2490 | * [r1601] plugins/t/check_jabber.t: | 2359 | 2008-01-05 Matthias Eble <psychotrahe@users.sourceforge.net> |
2491 | Converted to new style object and Test::More testing. Skipped | ||
2492 | jabber server tests if not defined | ||
2493 | 2360 | ||
2494 | 2007-01-31 06:18 dermoth | 2361 | * NEWS, THANKS.in, plugins/check_dns.c: check_dns now sorts |
2362 | addresses for -a support with multiple address replies (Matthias | ||
2363 | Urlichs #1724052) git-svn-id: | ||
2495 | 2364 | ||
2496 | * [r1600] plugins/t/check_jabber.t: | 2365 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1886 f882894a-f735-0410-b71e-b25c423dba1c |
2497 | Add check_jabber test. Will ask for a jabber host (default should | ||
2498 | be OK) | ||
2499 | 2366 | ||
2500 | 2007-01-31 04:47 dermoth | 2367 | 2008-01-04 Matthias Eble <psychotrahe@users.sourceforge.net> |
2501 | 2368 | ||
2502 | * [r1599] plugins/check_tcp.c: | 2369 | * plugins/check_procs.c: Cleaned check_procs usage output (Ferenc |
2503 | Fix Debian Bug #392610: check_jabber always return warning | 2370 | Wagner #1862218) git-svn-id: |
2504 | 2371 | ||
2505 | 2007-01-30 14:24 dermoth | 2372 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1885 f882894a-f735-0410-b71e-b25c423dba1c |
2506 | 2373 | ||
2507 | * [r1598] plugins/check_tcp.c: | 2374 | 2007-12-21 Holger Weiss <hweiss@users.sourceforge.net> |
2508 | Jail does not requires any arguments | ||
2509 | 2375 | ||
2510 | 2007-01-30 09:56 tonvoon | 2376 | * plugins-root/check_icmp.c: Fix INADDR_NONE value (for systems |
2377 | which don't define it). git-svn-id: | ||
2511 | 2378 | ||
2512 | * [r1597] config.rpath: | 2379 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1884 f882894a-f735-0410-b71e-b25c423dba1c |
2513 | make dist failing without config.rpath in top level. File copied | ||
2514 | from build-aux/ | ||
2515 | 2380 | ||
2516 | 2007-01-30 05:01 dermoth | 2381 | 2007-12-21 Holger Weiss <hweiss@users.sourceforge.net> |
2517 | 2382 | ||
2518 | * [r1596] plugins/check_tcp.c, plugins/t/check_tcp.t: | 2383 | * plugins-root/check_icmp.c: Include <sys/sockio.h> (if available) |
2519 | Fix reporting bug using expect, affecting (not fixing) Debian bug | 2384 | to get SIOCGIFADDR defined on Solaris. git-svn-id: |
2520 | #392610: check_jabber always return warning | ||
2521 | 2385 | ||
2522 | 2007-01-30 02:22 hweiss | 2386 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1883 f882894a-f735-0410-b71e-b25c423dba1c |
2523 | 2387 | ||
2524 | * [r1595] configure.in: | 2388 | 2007-12-21 Holger Weiss <hweiss@users.sourceforge.net> |
2525 | grep(1) "-q" isn't portable (e.g., it won't work on Solaris 8), | ||
2526 | redirect output to /dev/null instead. | ||
2527 | 2389 | ||
2528 | 2007-01-29 14:14 dermoth | 2390 | * NEWS, THANKS.in, plugins-root/check_icmp.c: New "-s" option to |
2391 | specify the source IP address (thanks to Harald Jenny for providing | ||
2392 | the patch and to Patrick Cervicek for looking into it!) git-svn-id: | ||
2529 | 2393 | ||
2530 | * [r1594] plugins/check_disk.c, plugins/t/check_disk.t: | 2394 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1882 f882894a-f735-0410-b71e-b25c423dba1c |
2531 | Revert 1643463 (reversed disk thresholds) keeping the thresholds | ||
2532 | checks. | ||
2533 | 2395 | ||
2534 | 2007-01-29 12:13 hweiss | 2396 | 2007-12-21 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> |
2535 | 2397 | ||
2536 | * [r1593] configure.in: | 2398 | * plugins/check_ldap.c: Remove c formating from translated strings |
2537 | Automake 1.10 says: "compiling `test_disk.c' with per-target | 2399 | (makes translation easier) git-svn-id: |
2538 | flags requires `AM_PROG_CC_C_O' in `configure.in'". | ||
2539 | 2400 | ||
2540 | 2007-01-29 10:06 tonvoon | 2401 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1881 f882894a-f735-0410-b71e-b25c423dba1c |
2541 | 2402 | ||
2542 | * [r1592] build-aux/config.rpath, config.rpath: | 2403 | 2007-12-19 Holger Weiss <hweiss@users.sourceforge.net> |
2543 | Move config.rpath into build-aux for automake 1.10 | ||
2544 | 2404 | ||
2545 | 2007-01-28 22:00 hweiss | 2405 | * plugins/check_ldap.c: Fix the "--help" output. git-svn-id: |
2546 | 2406 | ||
2547 | * [r1591] INSTALLING: | 2407 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1880 f882894a-f735-0410-b71e-b25c423dba1c |
2548 | Remove description of deprecated ./configure | ||
2549 | --with-nagios-{user,group} options. | ||
2550 | 2408 | ||
2551 | 2007-01-28 21:46 hweiss | 2409 | 2007-12-19 Ton Voon <tonvoon@users.sourceforge.net> |
2552 | 2410 | ||
2553 | * [r1590] plugins-root/check_dhcp.c, plugins/check_apt.c, | 2411 | * NEWS, plugins/check_tcp.c: check_tcp now returns UNKNOWN with an |
2554 | plugins/check_by_ssh.c, plugins/check_dig.c, plugins/check_dns.c, | 2412 | invalid hostname on command line git-svn-id: |
2555 | plugins/check_fping.c, plugins/check_game.c, | ||
2556 | plugins/check_hpjd.c, plugins/check_http.c, | ||
2557 | plugins/check_ide_smart.c, plugins/check_ldap.c, | ||
2558 | plugins/check_load.c, plugins/check_mrtg.c, | ||
2559 | plugins/check_mrtgtraf.c, plugins/check_mysql.c, | ||
2560 | plugins/check_mysql_query.c, plugins/check_nagios.c, | ||
2561 | plugins/check_nt.c, plugins/check_ntp.c, plugins/check_nwstat.c, | ||
2562 | plugins/check_overcr.c, plugins/check_pgsql.c, | ||
2563 | plugins/check_ping.c, plugins/check_procs.c, | ||
2564 | plugins/check_radius.c, plugins/check_real.c, | ||
2565 | plugins/check_smtp.c, plugins/check_snmp.c, plugins/check_ssh.c, | ||
2566 | plugins/check_swap.c, plugins/check_tcp.c, plugins/check_time.c, | ||
2567 | plugins/check_ups.c, plugins/check_users.c, plugins/negate.c, | ||
2568 | plugins/urlize.c, plugins/utils.c, plugins/utils.h: | ||
2569 | Don't try to print `optarg' (which will be a NULL pointer) if an | ||
2570 | unknown command line option was used, as this leads to a segfault | ||
2571 | on some systems. The unknown option will be printed by getopt(3) | ||
2572 | anyway. So, simply call print_usage() and exit UNKNOWN via the | ||
2573 | new usage5() instead. | ||
2574 | |||
2575 | 2007-01-27 21:49 dermoth | ||
2576 | |||
2577 | * [r1589] plugins/check_disk.c, plugins/t/check_disk.t: | ||
2578 | Fix #1643463: Miscalculating thresholds check_disk | ||
2579 | |||
2580 | 2007-01-27 17:49 hweiss | ||
2581 | |||
2582 | * [r1588] lib/utils_base.c: | ||
2583 | Change the variable names `true' and `false' (which are keywords | ||
2584 | in C99) to `yes' and `no'. Fixes compilation when using SGI's | ||
2585 | MIPSpro c99(1). | ||
2586 | |||
2587 | 2007-01-27 17:42 hweiss | ||
2588 | |||
2589 | * [r1587] plugins/common.h: | ||
2590 | Include GNULib's "dirname.h" in order to pull in the base_name() | ||
2591 | prototype, fixes compilation of check_procs using SGI's MIPSpro | ||
2592 | C. | ||
2593 | |||
2594 | 2007-01-27 16:56 hweiss | ||
2595 | |||
2596 | * [r1586] ACKNOWLEDGEMENTS, NEWS: | ||
2597 | Fix typos. | ||
2598 | |||
2599 | 2007-01-27 16:51 hweiss | ||
2600 | |||
2601 | * [r1585] NEWS: | ||
2602 | Added "-o,--ssh-option=OPTION" which hands "-o OPTION" over to | ||
2603 | ssh(1) and "-q,--quiet" which tells ssh(1) to suppress warnings | ||
2604 | (Gerhard Lausser - 1472491) | ||
2605 | |||
2606 | 2007-01-27 16:37 hweiss | ||
2607 | |||
2608 | * [r1584] plugins-root/check_dhcp.c: | ||
2609 | Include <sys/param.h> which is a prerequisite for <sys/sysctl.h> | ||
2610 | on NetBSD and OpenBSD (at least). | ||
2611 | |||
2612 | 2007-01-25 00:58 tonvoon | ||
2613 | |||
2614 | * [r1583] Makefile.am, README, configure.in, doc/RELEASING: | ||
2615 | Update references to NEWS instead of CHANGES. Fix compile of | ||
2616 | libtap test programs | ||
2617 | |||
2618 | 2007-01-25 00:26 tonvoon | ||
2619 | |||
2620 | * [r1582] build-aux, build-aux/.cvsignore, build-aux/ltmain.sh, | ||
2621 | config.guess, config.sub, configure.in, ltmain.sh: | ||
2622 | Use build-aux directory. Removed unnecessary checks in | ||
2623 | configure.in. Keeping libtool to link to libtap - can't find a | ||
2624 | suitable replacement method | ||
2625 | |||
2626 | 2007-01-24 23:18 tonvoon | ||
2627 | |||
2628 | * [r1581] ACKNOWLEDGEMENTS, CHANGES, NEWS, config.rpath, | ||
2629 | configure.in, doc/developer-guidelines.sgml, gl, gl/.cvsignore, | ||
2630 | plugins/Makefile.am, plugins/check_procs.c, po/POTFILES.in: | ||
2631 | Various cleanups in the syncing with gnulib | ||
2632 | |||
2633 | 2007-01-24 22:47 tonvoon | ||
2634 | |||
2635 | * [r1580] Makefile.am, NEWS, config.rpath, configure.in, | ||
2636 | doc/developer-guidelines.sgml, gl, gl/Makefile.am, gl/alloca.c, | ||
2637 | gl/alloca_.h, gl/asnprintf.c, gl/asprintf.c, gl/basename.c, | ||
2638 | gl/c-strtod.c, gl/c-strtod.h, gl/cloexec.c, gl/cloexec.h, | ||
2639 | gl/creat-safer.c, gl/dirname.c, gl/dirname.h, gl/dup-safer.c, | ||
2640 | gl/error.c, gl/error.h, gl/exit.h, gl/exitfail.c, gl/exitfail.h, | ||
2641 | gl/fcntl--.h, gl/fcntl-safer.h, gl/fd-safer.c, gl/fsusage.c, | ||
2642 | gl/fsusage.h, gl/full-read.c, gl/full-read.h, gl/full-write.c, | ||
2643 | gl/full-write.h, gl/gai_strerror.c, gl/getaddrinfo.c, | ||
2644 | gl/getaddrinfo.h, gl/gethostname.c, gl/getloadavg.c, gl/getopt.c, | ||
2645 | gl/getopt1.c, gl/getopt_.h, gl/getopt_int.h, gl/gettext.h, | ||
2646 | gl/inet_ntop.c, gl/inet_ntop.h, gl/intprops.h, gl/m4, | ||
2647 | gl/m4/absolute-header.m4, gl/m4/alloca.m4, gl/m4/arpa_inet_h.m4, | ||
2648 | gl/m4/c-strtod.m4, gl/m4/cloexec.m4, gl/m4/codeset.m4, | ||
2649 | gl/m4/dirname.m4, gl/m4/dos.m4, gl/m4/double-slash-root.m4, | ||
2650 | gl/m4/eoverflow.m4, gl/m4/error.m4, gl/m4/exitfail.m4, | ||
2651 | gl/m4/extensions.m4, gl/m4/fcntl-safer.m4, gl/m4/fstypename.m4, | ||
2652 | gl/m4/fsusage.m4, gl/m4/getaddrinfo.m4, gl/m4/gethostname.m4, | ||
2653 | gl/m4/getloadavg.m4, gl/m4/getopt.m4, gl/m4/gettext.m4, | ||
2654 | gl/m4/glibc2.m4, gl/m4/glibc21.m4, gl/m4/gnulib-cache.m4, | ||
2655 | gl/m4/gnulib-common.m4, gl/m4/gnulib-comp.m4, | ||
2656 | gl/m4/gnulib-tool.m4, gl/m4/iconv.m4, gl/m4/inet_ntop.m4, | ||
2657 | gl/m4/inline.m4, gl/m4/intdiv0.m4, gl/m4/intl.m4, | ||
2658 | gl/m4/intldir.m4, gl/m4/intmax.m4, gl/m4/intmax_t.m4, | ||
2659 | gl/m4/inttypes-pri.m4, gl/m4/inttypes_h.m4, gl/m4/lcmessage.m4, | ||
2660 | gl/m4/lib-ld.m4, gl/m4/lib-link.m4, gl/m4/lib-prefix.m4, | ||
2661 | gl/m4/lock.m4, gl/m4/longdouble.m4, gl/m4/longlong.m4, | ||
2662 | gl/m4/ls-mntd-fs.m4, gl/m4/mbchar.m4, gl/m4/mbiter.m4, | ||
2663 | gl/m4/mbrtowc.m4, gl/m4/memchr.m4, gl/m4/minmax.m4, | ||
2664 | gl/m4/mountlist.m4, gl/m4/netinet_in_h.m4, gl/m4/nls.m4, | ||
2665 | gl/m4/onceonly_2_57.m4, gl/m4/po.m4, gl/m4/printf-posix.m4, | ||
2666 | gl/m4/progtest.m4, gl/m4/regex.m4, gl/m4/safe-read.m4, | ||
2667 | gl/m4/safe-write.m4, gl/m4/size_max.m4, gl/m4/snprintf.m4, | ||
2668 | gl/m4/socklen.m4, gl/m4/sockpfaf.m4, gl/m4/ssize_t.m4, | ||
2669 | gl/m4/stdbool.m4, gl/m4/stdint.m4, gl/m4/stdint_h.m4, | ||
2670 | gl/m4/strcase.m4, gl/m4/strdup.m4, gl/m4/strndup.m4, | ||
2671 | gl/m4/strnlen.m4, gl/m4/sys_socket_h.m4, gl/m4/uintmax_t.m4, | ||
2672 | gl/m4/ulonglong.m4, gl/m4/unistd-safer.m4, gl/m4/unistd_h.m4, | ||
2673 | gl/m4/vasnprintf.m4, gl/m4/vasprintf.m4, gl/m4/visibility.m4, | ||
2674 | gl/m4/vsnprintf.m4, gl/m4/wchar.m4, gl/m4/wchar_t.m4, | ||
2675 | gl/m4/wctype.m4, gl/m4/wcwidth.m4, gl/m4/wint_t.m4, | ||
2676 | gl/m4/xalloc.m4, gl/m4/xsize.m4, gl/m4/xstrndup.m4, gl/malloc.c, | ||
2677 | gl/mbchar.c, gl/mbchar.h, gl/mbuiter.h, gl/memchr.c, gl/minmax.h, | ||
2678 | gl/mountlist.c, gl/mountlist.h, gl/open-safer.c, gl/pipe-safer.c, | ||
2679 | gl/printf-args.c, gl/printf-args.h, gl/printf-parse.c, | ||
2680 | gl/printf-parse.h, gl/regcomp.c, gl/regex.c, gl/regex.h, | ||
2681 | gl/regex_internal.c, gl/regex_internal.h, gl/regexec.c, | ||
2682 | gl/safe-read.c, gl/safe-read.h, gl/safe-write.c, gl/safe-write.h, | ||
2683 | gl/size_max.h, gl/snprintf.c, gl/snprintf.h, gl/socket_.h, | ||
2684 | gl/stdbool_.h, gl/stdint_.h, gl/strcase.h, gl/strcasecmp.c, | ||
2685 | gl/strdup.c, gl/strdup.h, gl/stripslash.c, gl/strncasecmp.c, | ||
2686 | gl/strndup.c, gl/strndup.h, gl/strnlen.c, gl/strnlen.h, | ||
2687 | gl/strnlen1.c, gl/strnlen1.h, gl/unistd--.h, gl/unistd-safer.h, | ||
2688 | gl/unistd_.h, gl/vasnprintf.c, gl/vasnprintf.h, gl/vasprintf.c, | ||
2689 | gl/vasprintf.h, gl/vsnprintf.c, gl/vsnprintf.h, gl/wchar_.h, | ||
2690 | gl/wctype_.h, gl/wcwidth.h, gl/xalloc-die.c, gl/xalloc.h, | ||
2691 | gl/xmalloc.c, gl/xsize.h, gl/xstrndup.c, gl/xstrndup.h, | ||
2692 | lib/Makefile.am, lib/alloca.c, lib/alloca_.h, lib/basename.c, | ||
2693 | lib/c-strtod.c, lib/c-strtod.h, lib/c-strtold.c, lib/cloexec.c, | ||
2694 | lib/cloexec.h, lib/creat-safer.c, lib/dirname.h, lib/dup-safer.c, | ||
2695 | lib/error.c, lib/error.h, lib/exit.h, lib/exitfail.c, | ||
2696 | lib/exitfail.h, lib/fcntl--.h, lib/fcntl-safer.h, lib/fd-safer.c, | ||
2697 | lib/fsusage.c, lib/fsusage.h, lib/full-read.c, lib/full-read.h, | ||
2698 | lib/full-write.c, lib/full-write.h, lib/getloadavg.c, | ||
2699 | lib/getopt.c, lib/getopt1.c, lib/getopt_.h, lib/getopt_int.h, | ||
2700 | lib/gettext.h, lib/intprops.h, lib/malloc.c, lib/mountlist.c, | ||
2701 | lib/mountlist.h, lib/open-safer.c, lib/pipe-safer.c, | ||
2702 | lib/realloc.c, lib/regcomp.c, lib/regex.c, lib/regex.h, | ||
2703 | lib/regex_internal.c, lib/regex_internal.h, lib/regexec.c, | ||
2704 | lib/safe-read.c, lib/safe-read.h, lib/safe-write.c, | ||
2705 | lib/safe-write.h, lib/snprintf.c, lib/stdbool_.h, lib/strcase.h, | ||
2706 | lib/strtod.c, lib/tests/Makefile.am, lib/unistd--.h, | ||
2707 | lib/unistd-safer.h, lib/unlocked-io.h, lib/xalloc-die.c, | ||
2708 | lib/xalloc.h, lib/xmalloc.c, lib/xstrdup.c, m4/Makefile.am.in, | ||
2709 | m4/afs.m4, m4/alloca.m4, m4/basename.m4, m4/c-strtod.m4, | ||
2710 | m4/codeset.m4, m4/dos.m4, m4/error.m4, m4/exitfail.m4, | ||
2711 | m4/extensions.m4, m4/fcntl-safer.m4, m4/fstypename.m4, | ||
2712 | m4/fsusage.m4, m4/getopt.m4, m4/gettext.m4, m4/glibc21.m4, | ||
2713 | m4/iconv.m4, m4/inttypes-pri.m4, m4/inttypes.m4, | ||
2714 | m4/inttypes_h.m4, m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4, | ||
2715 | m4/longdouble.m4, m4/longlong.m4, m4/ls-mntd-fs.m4, | ||
2716 | m4/mountlist.m4, m4/nls.m4, m4/np_coreutils.m4, m4/np_curl.m4, | ||
2717 | m4/onceonly_2_57.m4, m4/po.m4, m4/progtest.m4, m4/regex.m4, | ||
2718 | m4/restrict.m4, m4/signed.m4, m4/stdbool.m4, m4/stdint_h.m4, | ||
2719 | m4/uintmax_t.m4, m4/ulonglong.m4, m4/unistd-safer.m4, | ||
2720 | m4/unlocked-io.m4, m4/wchar_t.m4, m4/wint_t.m4, m4/xalloc.m4, | ||
2721 | plugins-root/Makefile.am, plugins/Makefile.am, | ||
2722 | plugins/check_smtp.c, plugins/common.h, plugins/getaddrinfo.c, | ||
2723 | plugins/getaddrinfo.h, plugins/gethostbyname.c, | ||
2724 | plugins/gethostbyname.h, plugins/netutils.h, tools/setup, | ||
2725 | tools/update_coreutils: | ||
2726 | Sync with gnulib - lots of extraneous code removed in preference | ||
2727 | to GNU code | ||
2728 | |||
2729 | 2007-01-23 18:34 hweiss | ||
2730 | |||
2731 | * [r1579] THANKS.in, plugins/check_ssh.c: | ||
2732 | Support `check_ssh --hostname=ADDRESS' (but keep `--host=ADDRESS' | ||
2733 | for backward compatibility) (Ville Mattila - 1642780) | ||
2734 | |||
2735 | 2007-01-23 18:20 hweiss | ||
2736 | |||
2737 | * [r1578] REQUIREMENTS: | ||
2738 | Location updates | ||
2739 | |||
2740 | 2007-01-23 17:20 hweiss | ||
2741 | |||
2742 | * [r1577] plugins/check_tcp.c: | ||
2743 | Add missing `break' to the switch-case block that handles the | ||
2744 | `-m' option (Nobuhiro Ban - 1642682) | ||
2745 | |||
2746 | 2007-01-23 16:42 hweiss | ||
2747 | |||
2748 | * [r1576] THANKS.in, plugins/check_radius.c: | ||
2749 | Initialize `data' to zero, fixes potential segfault (Nobuhiro Ban | ||
2750 | - 1642658) | ||
2751 | |||
2752 | 2007-01-23 14:39 hweiss | ||
2753 | |||
2754 | * [r1575] lib/mountlist.c: | ||
2755 | Add support for statvfs(2) which is needed in order to compile | ||
2756 | the plugins on NetBSD 3.0 and newer. The current coreutils | ||
2757 | release supports statvfs(2), so this patch won't be needed | ||
2758 | anymore when updating the coreutils files. | ||
2759 | |||
2760 | 2007-01-22 04:05 hweiss | ||
2761 | |||
2762 | * [r1574] plugins/check_by_ssh.c: | ||
2763 | Added "-o,--ssh-option=OPTION" which hands "-o OPTION" over to | ||
2764 | ssh(1) and "-q,--quiet" which tells ssh(1) to suppress warnings | ||
2765 | (Gerhard Lausser - 1472491) | ||
2766 | |||
2767 | 2007-01-20 20:45 tonvoon | ||
2768 | |||
2769 | * [r1573] doc/developer-guidelines.sgml: | ||
2770 | Updated policy on contributed plugins | ||
2771 | |||
2772 | 2007-01-20 20:06 tonvoon | ||
2773 | |||
2774 | * [r1572] doc/LEAVERS, doc/NEW_STARTERS, doc/RELEASING: | ||
2775 | Administrative notes | ||
2776 | 2413 | ||
2777 | 2007-01-20 10:59 seanius | 2414 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1879 f882894a-f735-0410-b71e-b25c423dba1c |
2778 | 2415 | ||
2779 | * [r1571] plugins/check_ntp.c: | 2416 | 2007-12-17 Ton Voon <tonvoon@users.sourceforge.net> |
2780 | compilation fixes for check_ntp.c: - check_ntp.c:290: warning: | ||
2781 | overflow in implicit constant conversion fixed with an explicit | ||
2782 | cast to int8_t. - check_ntp.c:544: warning: pointer of type | ||
2783 | ‘void *’ used in arithmetic fixed by casting to ptrdiff_t | ||
2784 | before arithmetic and (void*) afterwards - in TVtoNTP64, cast | ||
2785 | arithmetic result passed to R32 as uint64_t. | ||
2786 | 2417 | ||
2787 | 2007-01-20 07:18 dermoth | 2418 | * NEWS, THANKS.in, plugins/check_nt.c: Add check_nt -v INSTANCES |
2419 | (Alessandro Ren) git-svn-id: | ||
2788 | 2420 | ||
2789 | * [r1570] plugins/check_http.c, plugins/check_ldap.c: | 2421 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1877 f882894a-f735-0410-b71e-b25c423dba1c |
2790 | Fix bug #1632091: printf format string typos. Add some more | ||
2791 | cosmetic changes. | ||
2792 | 2422 | ||
2793 | 2007-01-20 06:27 dermoth | 2423 | 2007-12-13 Ton Voon <tonvoon@users.sourceforge.net> |
2794 | 2424 | ||
2795 | * [r1569] plugins-root/check_icmp.c: | 2425 | * plugins/check_nwstat.c: Fixed help output (Christian Mies) git-svn-id: |
2796 | Fix bug #1632078: critical threshold % incorrectly displayed by | ||
2797 | check_icmp | ||
2798 | 2426 | ||
2799 | 2007-01-20 06:07 dermoth | 2427 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1876 f882894a-f735-0410-b71e-b25c423dba1c |
2800 | 2428 | ||
2801 | * [r1568] CHANGES, THANKS.in, plugins/netutils.c: | 2429 | 2007-12-13 Ton Voon <tonvoon@users.sourceforge.net> |
2802 | Fix bug #1632072 pointer error in plugins/netutils.c. Add | ||
2803 | changelog entry for previous commit. | ||
2804 | 2430 | ||
2805 | 2007-01-17 05:28 dermoth | 2431 | * NEWS: NEWS edited for consistent grammar git-svn-id: |
2806 | 2432 | ||
2807 | * [r1566] THANKS.in, plugins/check_procs.c: | 2433 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1875 f882894a-f735-0410-b71e-b25c423dba1c |
2808 | Fix bug #1630970 Fix for buffer overflow of check_procs procprog | ||
2809 | string | ||
2810 | 2434 | ||
2811 | 2007-01-08 11:05 tonvoon | 2435 | 2007-12-13 Ton Voon <tonvoon@users.sourceforge.net> |
2812 | 2436 | ||
2813 | * [r1565] CHANGES, THANKS.in, plugins/t/check_disk.t: | 2437 | * BUGS, ChangeLog, NEWS, configure.in, package.def: Preparation for |
2814 | Added notes about check_disk perf data fix. Added test to check | 2438 | 1.4.11 git-svn-id: |
2815 | perf data is same when mount points reversed | ||
2816 | 2439 | ||
2817 | 2007-01-07 07:14 dermoth | 2440 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1873 f882894a-f735-0410-b71e-b25c423dba1c |
2818 | 2441 | ||
2819 | * [r1564] plugins/check_disk.c: | 2442 | 2007-12-13 Ton Voon <tonvoon@users.sourceforge.net> |
2820 | Fix bug #1627970: check_disk performance output for more then one | ||
2821 | partition | ||
2822 | 2443 | ||
2823 | 2007-01-06 06:41 dermoth | 2444 | * NEWS, THANKS.in, plugins-root/Makefile.am: Fixed VPATH problem in |
2445 | plugins-root (Tom Payerle - 1789000) git-svn-id: | ||
2824 | 2446 | ||
2825 | * [r1563] plugins/check_ping.c: | 2447 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1872 f882894a-f735-0410-b71e-b25c423dba1c |
2826 | Fix bug #1629008: check_ping fails to handle Packet filtered | ||
2827 | error | ||
2828 | 2448 | ||
2829 | 2007-01-06 06:33 dermoth | 2449 | 2007-12-13 Ton Voon <tonvoon@users.sourceforge.net> |
2830 | 2450 | ||
2831 | * [r1562] plugins/check_ping.c: | 2451 | * NEWS: Update to latest Nagios::Plugin git-svn-id: |
2832 | Revert last patch: it works but not really for the reason I | ||
2833 | though. | ||
2834 | 2452 | ||
2835 | 2007-01-06 04:52 dermoth | 2453 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1871 f882894a-f735-0410-b71e-b25c423dba1c |
2836 | 2454 | ||
2837 | * [r1561] plugins/check_ping.c: | 2455 | 2007-12-12 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> |
2838 | Fix the way check_ping calculate the maximum run time | ||
2839 | 2456 | ||
2840 | 2007-01-04 11:51 dermoth | 2457 | * : Add build files/binaries to the svn:ignore propt git-svn-id: |
2841 | 2458 | ||
2842 | * [r1560] plugins/check_real.c: | 2459 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1867 f882894a-f735-0410-b71e-b25c423dba1c |
2843 | Fix bug #1574863: check_real does not accept the '-v' option | ||
2844 | 2460 | ||
2845 | 2007-01-04 11:35 dermoth | 2461 | 2007-12-11 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> |
2846 | 2462 | ||
2847 | * [r1559] plugins/check_ping.c: | 2463 | * plugins/t/check_ntp.t: D'oh! single escape will be handled by |
2848 | Fix bug #1592605: check_ping times out | 2464 | Perl.... git-svn-id: |
2849 | 2465 | ||
2850 | 2007-01-04 11:18 dermoth | 2466 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1865 f882894a-f735-0410-b71e-b25c423dba1c |
2851 | 2467 | ||
2852 | * [r1558] tools/README, tools/distclean: | 2468 | 2007-12-11 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> |
2853 | Adding my distclean script | ||
2854 | 2469 | ||
2855 | 2006-12-23 18:59 dermoth | 2470 | * plugins/check_ntp_peer.c, plugins/t/check_ntp.t: - Fix check_ntp_peer returning misleading information when an ICMP |
2471 | message came back - Try to fix some servers apparently exanding the ~ in threshold | ||
2472 | ranges in t/check_ntp.t git-svn-id: | ||
2856 | 2473 | ||
2857 | * [r1557] plugins/t/check_snmp.t: | 2474 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1864 f882894a-f735-0410-b71e-b25c423dba1c |
2858 | Regexps in check_snmp tests fails where they shouldn't. | ||
2859 | 2475 | ||
2860 | 2006-12-21 05:25 dermoth | 2476 | 2007-12-11 Ton Voon <tonvoon@users.sourceforge.net> |
2861 | 2477 | ||
2862 | * [r1556] NPTest.pm: | 2478 | * lib/tests/test_cmd.c: Fixed test so works on MacOSX (use /bin/sh |
2863 | - Fixing small error (wrong file name) in NPTest.pm | 2479 | instead of /bin/grep). Added extra test for missing command - |
2864 | documentation. | 2480 | should drop into STATE_UNKNOWN git-svn-id: |
2865 | 2481 | ||
2866 | 2006-12-20 22:33 tonvoon | 2482 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1863 f882894a-f735-0410-b71e-b25c423dba1c |
2867 | 2483 | ||
2868 | * [r1555] CHANGES, THANKS.in, plugins/check_http.c, | 2484 | 2007-12-11 Ton Voon <tonvoon@users.sourceforge.net> |
2869 | plugins/t/check_http.t: | ||
2870 | Removed unused timestamp variable (Matthias Eble) Fixed | ||
2871 | redirection test. Added extra tests for funny syntax when | ||
2872 | checking certificates, updated help for more common syntax | ||
2873 | 2485 | ||
2874 | 2006-12-20 19:25 tonvoon | 2486 | * lib/tests/Makefile.am: Add verbose flag so each test result is |
2487 | seen, rather than grouped by test git-svn-id: | ||
2875 | 2488 | ||
2876 | * [r1554] lib/utils_disk.c, lib/utils_disk.h, plugins/check_disk.c, | 2489 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1862 f882894a-f735-0410-b71e-b25c423dba1c |
2877 | plugins/t/check_disk.t: | ||
2878 | Fixed inode thresholds, regressed from previous release | ||
2879 | 2490 | ||
2880 | 2006-12-20 11:32 opensides | 2491 | 2007-12-11 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> |
2881 | 2492 | ||
2882 | * [r1553] po/de.po, po/fr.po, po/nagios-plugins.pot: | 2493 | * plugins-root/check_icmp.c, plugins/check_cluster.c, |
2883 | updated the nagios-pulgins.pot files now that localization is | 2494 | plugins/check_http.c, plugins/check_mrtgtraf.c, |
2884 | clean first pass at updating the french locale | 2495 | plugins/check_ntp.c, plugins/check_ntp_peer.c, |
2496 | plugins/check_ntp_time.c: Adding missing function calls needed for | ||
2497 | i18n (only for plugins already in POTFILES.in) git-svn-id: | ||
2885 | 2498 | ||
2886 | 2006-12-12 12:59 tonvoon | 2499 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1861 f882894a-f735-0410-b71e-b25c423dba1c |
2887 | 2500 | ||
2888 | * [r1549] plugins-scripts/t/utils.t: | 2501 | 2007-12-10 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> |
2889 | Enhanced test for single letters in fqdn | ||
2890 | 2502 | ||
2891 | 2006-12-12 08:56 tonvoon | 2503 | * po/fr.po: Some corrections git-svn-id: |
2892 | 2504 | ||
2893 | * [r1548] plugins-scripts/utils.pm.in: | 2505 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1860 f882894a-f735-0410-b71e-b25c423dba1c |
2894 | Allow single characters in fqdn (Dave Alden) | ||
2895 | 2506 | ||
2896 | 2006-12-07 22:38 tonvoon | 2507 | 2007-12-10 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> |
2897 | 2508 | ||
2898 | * [r1547] CHANGES, THANKS.in, configure.in: | 2509 | * plugins/check_cluster.c, plugins/check_mysql.c, |
2899 | Fixed HP/UX's swapinfo command for check_procs (Dick van den Burg | 2510 | plugins/check_radius.c, plugins/check_snmp.c, plugins/check_swap.c, |
2900 | - 1573700) | 2511 | plugins/negate.c, po/de.po, po/fr.po, po/nagios-plugins.pot: Plenty |
2512 | of french translations (and a few fixes BTW) - No more fuzzy french translations - Only (!) 355 strings to translate git-svn-id: | ||
2901 | 2513 | ||
2902 | 2006-12-07 16:07 tonvoon | 2514 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1859 f882894a-f735-0410-b71e-b25c423dba1c |
2903 | 2515 | ||
2904 | * [r1546] THANKS.in, plugins/check_disk.c, plugins/check_swap.c, | 2516 | 2007-12-10 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> |
2905 | plugins/common.h, plugins/netutils.h: | ||
2906 | Fix coredump on 64bit Solaris. Also adds more error conditions | ||
2907 | and moves swap specific includes out of common.h (Duncan Ferguson | ||
2908 | - 1588031) | ||
2909 | 2517 | ||
2910 | 2006-12-06 20:34 tonvoon | 2518 | * plugins/check_ntp.c, plugins/check_ntp_peer.c, |
2519 | plugins/check_ntp_time.c: OOPS! Last commit should have included | ||
2520 | these files. git-svn-id: | ||
2911 | 2521 | ||
2912 | * [r1545] plugins/Makefile.am: | 2522 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1858 f882894a-f735-0410-b71e-b25c423dba1c |
2913 | Move SSL libs to correct order per plugin | ||
2914 | 2523 | ||
2915 | 2006-12-06 17:36 tonvoon | 2524 | 2007-12-10 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> |
2916 | 2525 | ||
2917 | * [r1544] plugins/Makefile.am: | 2526 | * po/de.po, po/fr.po, po/nagios-plugins.pot: D'autres translations - |
2918 | Only include -lssl for plugins that require it | 2527 | Err, I mean more translations :) git-svn-id: |
2919 | 2528 | ||
2920 | 2006-12-06 17:00 tonvoon | 2529 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1857 f882894a-f735-0410-b71e-b25c423dba1c |
2921 | 2530 | ||
2922 | * [r1543] configure.in: | 2531 | 2007-12-10 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> |
2923 | Flag common compile error because of no ar on Solaris | ||
2924 | 2532 | ||
2925 | 2006-12-06 15:58 tonvoon | 2533 | * po/fr.po: More translations git-svn-id: |
2926 | 2534 | ||
2927 | * [r1542] Makefile.am: | 2535 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1856 f882894a-f735-0410-b71e-b25c423dba1c |
2928 | Remove CVS files from distribution | ||
2929 | 2536 | ||
2930 | 2006-12-06 15:53 tonvoon | 2537 | 2007-12-10 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> |
2931 | 2538 | ||
2932 | * [r1541] doc/developer-guidelines.sgml: | 2539 | * po/de.po, po/fr.po, po/nagios-plugins.pot: re-update the po files git-svn-id: |
2933 | Add libtool requirement for development | ||
2934 | 2540 | ||
2935 | 2006-11-09 11:44 tonvoon | 2541 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1855 f882894a-f735-0410-b71e-b25c423dba1c |
2936 | 2542 | ||
2937 | * [r1535] CHANGES, THANKS.in, plugins/check_ping.c, | 2543 | 2007-12-10 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> |
2938 | plugins/netutils.c: | ||
2939 | Reduced DNS lookups in check_ping and netutils.c in IPv6 | ||
2940 | configurations (Pawel Malachowski) | ||
2941 | 2544 | ||
2942 | 2006-11-03 15:40 tonvoon | 2545 | * plugins/check_ntp_peer.c, po/fr.po: Some translations git-svn-id: |
2943 | 2546 | ||
2944 | * [r1534] lib/Makefile.am, lib/alloca.c, lib/alloca_.h: | 2547 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1854 f882894a-f735-0410-b71e-b25c423dba1c |
2945 | Add alloca files, required for *BSD | ||
2946 | 2548 | ||
2947 | 2006-11-01 21:15 tonvoon | 2549 | 2007-12-10 Matthias Eble <psychotrahe@users.sourceforge.net> |
2948 | 2550 | ||
2949 | * [r1532] ChangeLog, configure.in, package.def: | 2551 | * po/de.po, po/fr.po, po/nagios-plugins.pot: Localization updates |
2950 | For 1.4.5 release | 2552 | for recent changes git-svn-id: |
2951 | 2553 | ||
2952 | 2006-10-27 15:37 tonvoon | 2554 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1853 f882894a-f735-0410-b71e-b25c423dba1c |
2953 | 2555 | ||
2954 | * [r1531] plugins-scripts/t/utils.t, plugins-scripts/utils.pm.in: | 2556 | 2007-12-10 Matthias Eble <psychotrahe@users.sourceforge.net> |
2955 | More edge testcases. Allow anything if ends with a . as long as | ||
2956 | correct characters | ||
2957 | 2557 | ||
2958 | 2006-10-26 21:32 tonvoon | 2558 | * plugins/check_http.c: Fix output when response time is critical. |
2559 | Thanks to Nobuhiro Ban (patch #1817228) git-svn-id: | ||
2959 | 2560 | ||
2960 | * [r1530] NPTest.pm: | 2561 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1852 f882894a-f735-0410-b71e-b25c423dba1c |
2961 | New test variables default to "none", so no changes required to | ||
2962 | tinderbox satelites | ||
2963 | 2562 | ||
2964 | 2006-10-26 21:10 tonvoon | 2563 | 2007-12-10 Matthias Eble <psychotrahe@users.sourceforge.net> |
2965 | 2564 | ||
2966 | * [r1529] THANKS.in, plugins-scripts/check_oracle.sh: | 2565 | * NEWS, plugins/check_load.c, plugins/t/check_load.t: Fixed |
2967 | Fixed error if dba_free_space has no free segments (Florian | 2566 | check_load argument handling when passing non triplet thresholds. |
2968 | Gleixner) | 2567 | Thanks to Jonathan Kamens (bug #1831890) git-svn-id: |
2969 | 2568 | ||
2970 | 2006-10-26 21:02 tonvoon | 2569 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1851 f882894a-f735-0410-b71e-b25c423dba1c |
2971 | 2570 | ||
2972 | * [r1528] plugins-scripts/Makefile.am, plugins-scripts/t/utils.t, | 2571 | 2007-12-09 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> |
2973 | plugins-scripts/utils.pm.in: | ||
2974 | Fixed regression where hostnames with hyphens were rejected | ||
2975 | (1581402 - Holger Weiss) | ||
2976 | 2572 | ||
2977 | 2006-10-26 20:56 tonvoon | 2573 | * po/POTFILES.in, po/de.po, po/fr.po, po/nagios-plugins.pot: Gettin' |
2574 | ready for some translation frenzy :) git-svn-id: | ||
2978 | 2575 | ||
2979 | * [r1527] contrib/tarballs/check_traffic-0.90b.tar.gz: | 2576 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1850 f882894a-f735-0410-b71e-b25c423dba1c |
2980 | Removing unnecessary tarball | ||
2981 | 2577 | ||
2982 | 2006-10-26 20:51 tonvoon | 2578 | 2007-12-09 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> |
2983 | 2579 | ||
2984 | * [r1526] THANKS.in, plugins/check_disk.c, plugins/check_http.c: | 2580 | * po/de.po, po/fr.po, po/nagios-plugins.pot: update po files and fix |
2985 | Remove C style comments (1583467 - Markus Baertschi) | 2581 | a few French translations git-svn-id: |
2986 | 2582 | ||
2987 | 2006-10-24 21:54 opensides | 2583 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1849 f882894a-f735-0410-b71e-b25c423dba1c |
2988 | 2584 | ||
2989 | * [r1525] plugins-root/check_icmp.c: | 2585 | 2007-12-08 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> |
2990 | more fixes and removal of certain sentences not needed | ||
2991 | 2586 | ||
2992 | 2006-10-24 21:48 opensides | 2587 | * NEWS, plugins/check_disk.c: Fix check_disk reporting OK if disk |
2588 | usage grows over 100% (bug #1348746). git-svn-id: | ||
2993 | 2589 | ||
2994 | * [r1524] plugins-root/check_icmp.c, plugins/check_nt.c: | 2590 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1848 f882894a-f735-0410-b71e-b25c423dba1c |
2995 | last localization fixes for core plugins in c | ||
2996 | 2591 | ||
2997 | 2006-10-24 21:01 opensides | 2592 | 2007-12-04 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> |
2998 | 2593 | ||
2999 | * [r1523] plugins/check_nt.c: | 2594 | * plugins/check_ntp_time.c: Interesting... For some reason it did |
3000 | next round of localization fixes | 2595 | not take this (patch barfed on it and I thought I had fixed it |
2596 | already)... git-svn-id: | ||
3001 | 2597 | ||
3002 | 2006-10-24 09:48 tonvoon | 2598 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1847 f882894a-f735-0410-b71e-b25c423dba1c |
3003 | 2599 | ||
3004 | * [r1522] plugins-root/Makefile.am, plugins-root/check_icmp.c: | 2600 | 2007-12-04 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> |
3005 | Fixed compile on non-glibc platforms | ||
3006 | 2601 | ||
3007 | 2006-10-24 08:34 tonvoon | 2602 | * NEWS, plugins/Makefile.am, plugins/check_ntp_peer.c, |
2603 | plugins/check_ntp_time.c, plugins/t/check_ntp.t: Merge changes from | ||
2604 | branches/dermoth_ntp_rework (check_ntp_peer/check_ntp_time) NEWS | 13 plugins/Makefile.am | 8 plugins/check_ntp_peer.c | 628 | ||
2605 | ++++++++++++++++------------------------------- | ||
2606 | plugins/check_ntp_time.c | 323 ++---------------------- plugins/t/check_ntp.t | 92 +++++- git-svn-id: | ||
3008 | 2607 | ||
3009 | * [r1521] plugins/check_http.c: | 2608 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1846 f882894a-f735-0410-b71e-b25c423dba1c |
3010 | Restored accidently regressed fix | ||
3011 | 2609 | ||
3012 | 2006-10-23 21:47 opensides | 2610 | 2007-12-04 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> |
3013 | 2611 | ||
3014 | * [r1520] plugins/check_http.c: | 2612 | * plugins/check_ntp_peer.c, plugins/check_ntp_time.c: Add the new |
3015 | localization fixes | 2613 | checks as check_ntp copies to keep full plug-in history git-svn-id: |
3016 | 2614 | ||
3017 | 2006-10-23 00:02 opensides | 2615 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1843 f882894a-f735-0410-b71e-b25c423dba1c |
3018 | 2616 | ||
3019 | * [r1519] plugins-root/check_icmp.c: | 2617 | 2007-12-04 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> |
3020 | first pass a making check icmp respecting nagiosplugins rules | ||
3021 | 2618 | ||
3022 | 2006-10-22 22:34 opensides | 2619 | * plugins/check_ntp.c: missing word in comment block. git-svn-id: |
3023 | 2620 | ||
3024 | * [r1518] plugins/check_nt.c: | 2621 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1838 f882894a-f735-0410-b71e-b25c423dba1c |
3025 | latest localization fixes for tonight ;-) | ||
3026 | 2622 | ||
3027 | 2006-10-22 22:24 opensides | 2623 | 2007-11-23 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> |
3028 | 2624 | ||
3029 | * [r1517] plugins/check_ldap.c: | 2625 | * NEWS, plugins/check_ntp.c: - Use max_state_alt in check_ntp to fix some issues with the latest |
3030 | localization fixes | 2626 | commits. - Roll back the stratum check as there were issues with it and a |
2627 | better one is already implemented in check_ntp_peer (about to be | ||
2628 | included) git-svn-id: | ||
3031 | 2629 | ||
3032 | 2006-10-22 22:14 opensides | 2630 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1830 f882894a-f735-0410-b71e-b25c423dba1c |
3033 | 2631 | ||
3034 | * [r1516] plugins-root/check_icmp.c: | 2632 | 2007-11-23 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> |
3035 | putting default template for copyright and explanations | ||
3036 | 2633 | ||
3037 | 2006-10-22 22:07 opensides | 2634 | * plugins/utils.c, plugins/utils.h: Add a max_state_alt function |
2635 | that put UNKNOWN and DEPENDENT ahead of OK. git-svn-id: | ||
3038 | 2636 | ||
3039 | * [r1515] plugins-root/check_icmp.c: | 2637 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1829 f882894a-f735-0410-b71e-b25c423dba1c |
3040 | revert mistake when commiting fixes | ||
3041 | 2638 | ||
3042 | 2006-10-22 22:03 opensides | 2639 | 2007-11-11 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> |
3043 | 2640 | ||
3044 | * [r1514] plugins-root/check_icmp.c, plugins/check_apt.c, | 2641 | * NEWS, plugins/check_cluster.c, plugins/check_snmp.c: Fix broken |
3045 | plugins/check_procs.c: | 2642 | usage2 in check_snmp and check_cluster Fix check_cluster blocking |
3046 | more localization fixes | 2643 | some special characters for thresholds ("-", "@", "~") git-svn-id: |
3047 | 2644 | ||
3048 | 2006-10-20 07:53 tonvoon | 2645 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1827 f882894a-f735-0410-b71e-b25c423dba1c |
3049 | 2646 | ||
3050 | * [r1513] plugins/check_snmp.c: | 2647 | 2007-11-10 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> |
3051 | Reverting back accidently regressed code | ||
3052 | 2648 | ||
3053 | 2006-10-20 07:39 opensides | 2649 | * plugins/check_ntp.c: Fix newly added stratum check (has to be |
2650 | decreased by one when using normal NTP packets versus control | ||
2651 | packets) git-svn-id: | ||
3054 | 2652 | ||
3055 | * [r1512] plugins/check_mrtg.c: | 2653 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1822 f882894a-f735-0410-b71e-b25c423dba1c |
3056 | more localization fixes | ||
3057 | 2654 | ||
3058 | 2006-10-20 06:24 opensides | 2655 | 2007-11-09 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> |
3059 | 2656 | ||
3060 | * [r1511] plugins-root/check_dhcp.c, plugins/check_apt.c: | 2657 | * lib/tests/test_base64.c: Adding svn:keywords props git-svn-id: |
3061 | localization updates | ||
3062 | 2658 | ||
3063 | 2006-10-19 23:56 opensides | 2659 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1819 f882894a-f735-0410-b71e-b25c423dba1c |
3064 | 2660 | ||
3065 | * [r1510] plugins/check_snmp.c: | 2661 | 2007-11-09 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> |
3066 | adding missing check_snmp | ||
3067 | 2662 | ||
3068 | 2006-10-19 23:53 opensides | 2663 | * configure.in, lib/tests/Makefile.am, lib/tests/test_base64.c, |
2664 | lib/tests/test_base64.t, tools/distclean: Adding test for base64 lib git-svn-id: | ||
3069 | 2665 | ||
3070 | * [r1509] plugins/check_radius.c, plugins/check_real.c, | 2666 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1818 f882894a-f735-0410-b71e-b25c423dba1c |
3071 | plugins/check_smtp.c, plugins/check_ssh.c, plugins/check_swap.c, | ||
3072 | plugins/check_tcp.c, plugins/check_time.c, plugins/check_ups.c, | ||
3073 | plugins/check_users.c, plugins/negate.c, plugins/urlize.c: | ||
3074 | another round of localization cleaning | ||
3075 | 2667 | ||
3076 | 2006-10-19 20:04 tonvoon | 2668 | 2007-11-09 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> |
3077 | 2669 | ||
3078 | * [r1507] BUGS, ChangeLog, configure.in, package.def: | 2670 | * lib/Makefile.am, lib/base64.c, lib/base64.h, |
3079 | For 1.4.4 release | 2671 | plugins/check_http.c, plugins/check_smtp.c: Moved base64 function to |
2672 | /lib. git-svn-id: | ||
3080 | 2673 | ||
3081 | 2006-10-19 19:52 tonvoon | 2674 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1817 f882894a-f735-0410-b71e-b25c423dba1c |
3082 | 2675 | ||
3083 | * [r1506] CHANGES: | 2676 | 2007-11-09 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> |
3084 | Added info re: 1.4.4 in prep for release | ||
3085 | 2677 | ||
3086 | 2006-10-19 19:36 tonvoon | 2678 | * lib/utils_tcp.h: Nothing to see here... git-svn-id: |
3087 | 2679 | ||
3088 | * [r1505] THANKS.in, plugins/check_snmp.c: | 2680 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1816 f882894a-f735-0410-b71e-b25c423dba1c |
3089 | Initialise strings for Fedora Core 5 (Henning Schmiedehausen) | ||
3090 | 2681 | ||
3091 | 2006-10-19 19:25 tonvoon | 2682 | 2007-11-09 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> |
3092 | 2683 | ||
3093 | * [r1504] THANKS.in, plugins/check_snmp.c: | 2684 | * THANKS.in: Credits of check_snmp fix for bug #1815362 |
3094 | Removed asprintf for perf data (Craig Orsinger, Robby Giffin - | 2685 | (CVE-2007-5623) git-svn-id: |
3095 | 1310495) | ||
3096 | 2686 | ||
3097 | 2006-10-19 19:13 tonvoon | 2687 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1815 f882894a-f735-0410-b71e-b25c423dba1c |
3098 | 2688 | ||
3099 | * [r1503] THANKS.in, plugins/check_snmp.c: | 2689 | 2007-11-09 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> |
3100 | type variable not cleared in Sol 10 (Kyle Tucker) | ||
3101 | 2690 | ||
3102 | 2006-10-19 18:59 tonvoon | 2691 | * plugins/check_snmp.c: Fix check_snmp buffer overflow |
2692 | (CVE-2007-5623) This patch comes from the Gentoo Portage tree but I couldn't find | ||
2693 | the author. I sent an email and will give credits when I get an | ||
2694 | answer. git-svn-id: | ||
3103 | 2695 | ||
3104 | * [r1502] THANKS.in, plugins/check_http.c, plugins/t/check_http.t: | 2696 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1814 f882894a-f735-0410-b71e-b25c423dba1c |
3105 | Redirection error if other headers beginning with L (Aravind | ||
3106 | Gottipati - 1562572) | ||
3107 | 2697 | ||
3108 | 2006-10-19 18:44 tonvoon | 2698 | 2007-11-09 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> |
3109 | 2699 | ||
3110 | * [r1501] THANKS.in, plugins-scripts/utils.pm.in: | 2700 | * plugins/check_ssh.c: Close the socket on all exits (not just the |
3111 | Allow hostnames beginning with digits (O'Shaughnessy Evans - | 2701 | OK one) git-svn-id: |
3112 | 1567390) | ||
3113 | 2702 | ||
3114 | 2006-10-19 11:56 tonvoon | 2703 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1813 f882894a-f735-0410-b71e-b25c423dba1c |
3115 | 2704 | ||
3116 | * [r1500] plugins/t/check_smtp.t: | 2705 | 2007-11-09 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> |
3117 | Added tests for SMTP servers without TLS and with TLS | ||
3118 | 2706 | ||
3119 | 2006-10-19 00:25 opensides | 2707 | * plugins/check_snmp.c: Fix missing \n in --help output git-svn-id: |
3120 | 2708 | ||
3121 | * [r1499] plugins/check_apt.c, plugins/check_by_ssh.c, | 2709 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1812 f882894a-f735-0410-b71e-b25c423dba1c |
3122 | plugins/check_dig.c, plugins/check_dns.c, plugins/check_dummy.c, | ||
3123 | plugins/check_fping.c, plugins/check_game.c, | ||
3124 | plugins/check_hpjd.c, plugins/check_http.c, | ||
3125 | plugins/check_ide_smart.c, plugins/check_ldap.c, | ||
3126 | plugins/check_load.c, plugins/check_mrtg.c, | ||
3127 | plugins/check_mrtgtraf.c, plugins/check_mysql.c, | ||
3128 | plugins/check_mysql_query.c, plugins/check_nagios.c, | ||
3129 | plugins/check_nt.c, plugins/check_ntp.c, plugins/check_nwstat.c, | ||
3130 | plugins/check_overcr.c, plugins/check_pgsql.c, | ||
3131 | plugins/check_ping.c, plugins/check_procs.c: | ||
3132 | first pass at cleaning localization for new release first pass at | ||
3133 | making all the headre be the same licence, plugin, etc... | ||
3134 | 2710 | ||
3135 | 2006-10-18 12:12 tonvoon | 2711 | 2007-10-25 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> |
3136 | 2712 | ||
3137 | * [r1498] plugins/check_disk.c, plugins/t/check_disk.t: | 2713 | * NEWS, plugins/check_ntp.c: check_ntp now return UNKNOWN instead of |
3138 | Re-added perf data to check_disk | 2714 | WARNING if jitter is unavailable. If no offset threshold is |
2715 | specified and the offset is unavailable, will return UNKNOWN as | ||
2716 | well. git-svn-id: | ||
3139 | 2717 | ||
3140 | 2006-10-18 12:05 tonvoon | 2718 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1811 f882894a-f735-0410-b71e-b25c423dba1c |
3141 | 2719 | ||
3142 | * [r1497] lib/tests/test_disk.c, lib/utils_disk.h: | 2720 | 2007-10-25 Ton Voon <tonvoon@users.sourceforge.net> |
3143 | Fix tests for exact matches when searching filesystems | ||
3144 | 2721 | ||
3145 | 2006-10-18 12:03 tonvoon | 2722 | * plugins-root/check_dhcp.c, plugins/check_ping.c, |
2723 | plugins/check_ups.c, tools/sync_website: Automatically update | ||
2724 | website with --help output. Cosmetic fixes for some help output git-svn-id: | ||
3146 | 2725 | ||
3147 | * [r1496] lib/utils_base.c, lib/utils_base.h: | 2726 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1810 f882894a-f735-0410-b71e-b25c423dba1c |
3148 | Cater for different errors when setting thresholds | ||
3149 | 2727 | ||
3150 | 2006-10-12 20:36 tonvoon | 2728 | 2007-10-24 Holger Weiss <hweiss@users.sourceforge.net> |
3151 | 2729 | ||
3152 | * [r1493] plugins/check_smtp.c, plugins/t/check_smtp.t: | 2730 | * THANKS.in, plugins/check_snmp.c: Hide the SNMP community string |
3153 | Resend EHLO after TLS negotiation as per RFC3207 (Holger Weiss - | 2731 | (and v3 passwords) from error messages (Bernhard Fischer on |
3154 | 1482832) | 2732 | nagiosplug-devel@) git-svn-id: |
3155 | 2733 | ||
3156 | 2006-10-12 14:22 tonvoon | 2734 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1809 f882894a-f735-0410-b71e-b25c423dba1c |
3157 | 2735 | ||
3158 | * [r1492] plugins/check_ntp.c: | 2736 | 2007-10-15 Ton Voon <tonvoon@users.sourceforge.net> |
3159 | Removed extraneous comma in perf data output | ||
3160 | 2737 | ||
3161 | 2006-10-12 14:14 tonvoon | 2738 | * doc/RELEASING: Add reparagraph option to make ChangeLog output bit |
2739 | prettier git-svn-id: | ||
3162 | 2740 | ||
3163 | * [r1491] plugins/check_disk.c, plugins/t/check_disk.t: | 2741 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1808 f882894a-f735-0410-b71e-b25c423dba1c |
3164 | Remove the "- free space" if status is OK | ||
3165 | 2742 | ||
3166 | 2006-10-12 13:58 tonvoon | 2743 | 2007-10-14 Holger Weiss <hweiss@users.sourceforge.net> |
3167 | 2744 | ||
3168 | * [r1490] NPTest.pm, THANKS.in, plugins/check_disk.c, | 2745 | * plugins/check_http.c: Fix a possible segfault if using "-f follow" |
3169 | plugins/t/check_disk.t: | 2746 | and the server sends a forged "LLLLocation" header prefixed with |
3170 | Fixed output from -e in check_disk (Andreas Behal) | 2747 | multiple "L"s (fabiodds - 1813346) git-svn-id: |
3171 | 2748 | ||
3172 | 2006-10-02 12:09 tonvoon | 2749 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1807 f882894a-f735-0410-b71e-b25c423dba1c |
3173 | 2750 | ||
3174 | * [r1487] plugins/t/check_load.t: | 2751 | 2007-10-11 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> |
3175 | Fix test failure on poseidon | ||
3176 | 2752 | ||
3177 | 2006-09-21 10:41 tonvoon | 2753 | * NEWS, plugins/check_ntp.c: Add stratum thresholds support for |
2754 | check_ntp (feature request #1703823) git-svn-id: | ||
3178 | 2755 | ||
3179 | * [r1480] THANKS.in, plugins/check_nwstat.c: | 2756 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1806 f882894a-f735-0410-b71e-b25c423dba1c |
3180 | Added perfdata for most variables and new parameters: VMU, VMF, | ||
3181 | VMP, NRMH, NRMP, NRMM, NRMS, NSS1 to NSS7 (Christian Mies) | ||
3182 | 2757 | ||
3183 | 2006-09-02 20:41 seanius | 2758 | 2007-10-11 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> |
3184 | 2759 | ||
3185 | * [r1474] lib/utils_base.h, plugins/utils.h: | 2760 | * plugins/check_ntp.c: Use provided threshold functions (no |
3186 | - explicitly include utils_base.h from utils.h - put utils.h | 2761 | functionnal change apart the check for overlaping thresholds) git-svn-id: |
3187 | inside of an #ifndef/#endif | ||
3188 | 2762 | ||
3189 | 2006-09-02 20:32 seanius | 2763 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1805 f882894a-f735-0410-b71e-b25c423dba1c |
3190 | 2764 | ||
3191 | * [r1473] plugins/check_tcp.c: | 2765 | 2007-10-02 Holger Weiss <hweiss@users.sourceforge.net> |
3192 | - fix for warning/critical timeouts in check_tcp.c, in which the | 2766 | |
2767 | * NEWS, plugins/check_http.c: Fix regression in 1.4.10 where | ||
2768 | following redirects to relative URLs on virtual hosts failed if both | ||
2769 | "-H" and "-I" were specified (noted by Rodrigo A. G. Schichaschwili | ||
2770 | on nagiosplug-devel@) git-svn-id: | ||
2771 | |||
2772 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1804 f882894a-f735-0410-b71e-b25c423dba1c | ||
2773 | |||
2774 | 2007-09-29 Ton Voon <tonvoon@users.sourceforge.net> | ||
2775 | |||
2776 | * doc/RELEASING: Updated notes on releasing, mainly for svn git-svn-id: | ||
2777 | |||
2778 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1803 f882894a-f735-0410-b71e-b25c423dba1c | ||
2779 | |||
2780 | 2007-09-29 Ton Voon <tonvoon@users.sourceforge.net> | ||
2781 | |||
2782 | * BUGS, ChangeLog, NEWS, configure.in, package.def: Prep for 1.4.10 git-svn-id: | ||
2783 | |||
2784 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1801 f882894a-f735-0410-b71e-b25c423dba1c | ||
2785 | |||
2786 | 2007-09-26 Holger Weiss <hweiss@users.sourceforge.net> | ||
2787 | |||
2788 | * NEWS, plugins/check_radius.c: Drop the weird and undocumented | ||
2789 | behaviour of using positional argument parsing instead of getopt(3) | ||
2790 | if 8 command line arguments were given (as suggested by Matthias) | ||
2791 | and check whether all required arguments have been specified in | ||
2792 | order to spit out proper error messages and to avoid a possible | ||
2793 | segfault (as suggested by Thomas). git-svn-id: | ||
2794 | |||
2795 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1800 f882894a-f735-0410-b71e-b25c423dba1c | ||
2796 | |||
2797 | 2007-09-26 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | ||
2798 | |||
2799 | * NEWS, THANKS.in, plugins/check_ntp.c: Patch #1798774: check_ntp: | ||
2800 | honor ntp flags git-svn-id: | ||
2801 | |||
2802 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1799 f882894a-f735-0410-b71e-b25c423dba1c | ||
2803 | |||
2804 | 2007-09-24 Ton Voon <tonvoon@users.sourceforge.net> | ||
2805 | |||
2806 | * : Update N::P with new version, redirecting help, version and | ||
2807 | usage to stdout git-svn-id: | ||
2808 | |||
2809 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1798 f882894a-f735-0410-b71e-b25c423dba1c | ||
2810 | |||
2811 | 2007-09-24 Ton Voon <tonvoon@users.sourceforge.net> | ||
2812 | |||
2813 | * doc/developer-guidelines.sgml: State that stderr should not have | ||
2814 | any output git-svn-id: | ||
2815 | |||
2816 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1796 f882894a-f735-0410-b71e-b25c423dba1c | ||
2817 | |||
2818 | 2007-09-24 Holger Weiss <hweiss@users.sourceforge.net> | ||
2819 | |||
2820 | * NEWS, configure.in, plugins/netutils.c: Let ./configure | ||
2821 | --without-ipv6 suppress non-IPv4 DNS lookups (noted by Mark Frost on | ||
2822 | nagios-users@) git-svn-id: | ||
2823 | |||
2824 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1794 f882894a-f735-0410-b71e-b25c423dba1c | ||
2825 | |||
2826 | 2007-09-23 Matthias Eble <psychotrahe@users.sourceforge.net> | ||
2827 | |||
2828 | * plugins/check_disk.c, plugins/negate.c: Removed some c99 style | ||
2829 | comments git-svn-id: | ||
2830 | |||
2831 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1793 f882894a-f735-0410-b71e-b25c423dba1c | ||
2832 | |||
2833 | 2007-09-23 Matthias Eble <psychotrahe@users.sourceforge.net> | ||
2834 | |||
2835 | * NEWS, plugins/check_by_ssh.c: Added multiline output capability to | ||
2836 | check_by_ssh. Thanks to Matthias Flacke (#1769653) git-svn-id: | ||
2837 | |||
2838 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1792 f882894a-f735-0410-b71e-b25c423dba1c | ||
2839 | |||
2840 | 2007-09-23 Matthias Eble <psychotrahe@users.sourceforge.net> | ||
2841 | |||
2842 | * BUGS: removed solved issues git-svn-id: | ||
2843 | |||
2844 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1791 f882894a-f735-0410-b71e-b25c423dba1c | ||
2845 | |||
2846 | 2007-09-23 Matthias Eble <psychotrahe@users.sourceforge.net> | ||
2847 | |||
2848 | * REQUIREMENTS: Added radiusclient-ng support to requirement notes git-svn-id: | ||
2849 | |||
2850 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1790 f882894a-f735-0410-b71e-b25c423dba1c | ||
2851 | |||
2852 | 2007-09-23 Matthias Eble <psychotrahe@users.sourceforge.net> | ||
2853 | |||
2854 | * NEWS, plugins/check_disk.c: Fixed bug: stat was called on remote | ||
2855 | fs even if -l was given Added -L option to call stat on remote fs | ||
2856 | but without threshold comparison git-svn-id: | ||
2857 | |||
2858 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1789 f882894a-f735-0410-b71e-b25c423dba1c | ||
2859 | |||
2860 | 2007-09-23 Matthias Eble <psychotrahe@users.sourceforge.net> | ||
2861 | |||
2862 | * NEWS, THANKS.in, configure.in, plugins/check_radius.c: Added | ||
2863 | radiusclient-ng support for check_radius. Thanks to Sebastien Guay | ||
2864 | (#1218438) git-svn-id: | ||
2865 | |||
2866 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1788 f882894a-f735-0410-b71e-b25c423dba1c | ||
2867 | |||
2868 | 2007-09-22 Matthias Eble <psychotrahe@users.sourceforge.net> | ||
2869 | |||
2870 | * lib/utils_disk.c, lib/utils_tcp.c, plugins/check_disk.c: | ||
2871 | substituted bool/true/false with int/TRUE/FALSE (discussed on | ||
2872 | np-devel) git-svn-id: | ||
2873 | |||
2874 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1787 f882894a-f735-0410-b71e-b25c423dba1c | ||
2875 | |||
2876 | 2007-09-22 Matthias Eble <psychotrahe@users.sourceforge.net> | ||
2877 | |||
2878 | * NEWS, lib/tests/test_disk.c, lib/utils_disk.c, lib/utils_disk.h, | ||
2879 | plugins/check_disk.c, plugins/t/check_disk.t: Added -i/-I to ignore | ||
2880 | pathes/partitions based on regular expressions Added check_disk -A | ||
2881 | selecting all filesystems -E option must now be passed before -p or | ||
2882 | -r/-R Passing -E after -p or -r results in UNKNOWN state Fixed bug | ||
2883 | when mixing case sensitive and insensitive regexes git-svn-id: | ||
2884 | |||
2885 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1786 f882894a-f735-0410-b71e-b25c423dba1c | ||
2886 | |||
2887 | 2007-09-22 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | ||
2888 | |||
2889 | * NEWS, plugins/negate.c, plugins/t/negate.t: Rewrite the "map | ||
2890 | changes to return codes" patch nearly from scratch. git-svn-id: | ||
2891 | |||
2892 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1785 f882894a-f735-0410-b71e-b25c423dba1c | ||
2893 | |||
2894 | 2007-09-21 Ton Voon <tonvoon@users.sourceforge.net> | ||
2895 | |||
2896 | * NEWS, configure.in, lib/Makefile.am, lib/tests/Makefile.am, | ||
2897 | lib/tests/test_cmd.c, lib/tests/test_cmd.t, lib/utils_cmd.c, | ||
2898 | lib/utils_cmd.h, plugins/Makefile.am, plugins/negate.c, | ||
2899 | plugins/t/negate.pl, plugins/t/negate.t: Stop double expansion of | ||
2900 | parameters for negate - works like time command now git-svn-id: | ||
2901 | |||
2902 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1784 f882894a-f735-0410-b71e-b25c423dba1c | ||
2903 | |||
2904 | 2007-09-21 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | ||
2905 | |||
2906 | * plugins/check_disk.c: My solaris box needs %llu to display 64bits | ||
2907 | integers. git-svn-id: | ||
2908 | |||
2909 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1783 f882894a-f735-0410-b71e-b25c423dba1c | ||
2910 | |||
2911 | 2007-09-21 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | ||
2912 | |||
2913 | * plugins/check_disk.c: - Added some variables at verbose==3 - Removed support for verbose<0 (-q). -q was broken and tried to to | ||
2914 | the same as -e. - -q in now an undocumented alias of -e (for | ||
2915 | backward-compatibility). NB: Long help text for -d was already | ||
2916 | missing. - Reordered the switches so that: Â a. less-important ones are in | ||
2917 | alphabetical order b. short and long help orders match. - Enclosed "-p | -x" inside braces instead of brackets as one or the | ||
2918 | other is required. git-svn-id: | ||
2919 | |||
2920 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1782 f882894a-f735-0410-b71e-b25c423dba1c | ||
2921 | |||
2922 | 2007-09-17 Ton Voon <tonvoon@users.sourceforge.net> | ||
2923 | |||
2924 | * Makefile.am: Include directories and files required for perl | ||
2925 | modules git-svn-id: | ||
2926 | |||
2927 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1781 f882894a-f735-0410-b71e-b25c423dba1c | ||
2928 | |||
2929 | 2007-09-15 Holger Weiss <hweiss@users.sourceforge.net> | ||
2930 | |||
2931 | * NEWS, plugins/check_smtp.c: Properly handle SMTP server responses | ||
2932 | which are split into multiple packets (noted by Chris Adams on | ||
2933 | nagiosplug-help@). TODO: The new recvline()/recvlines() functions | ||
2934 | should buffer received data instead of reading one byte at a time | ||
2935 | and they should be moved to netutils.c so that other plugins can use | ||
2936 | them, too. git-svn-id: | ||
2937 | |||
2938 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1780 f882894a-f735-0410-b71e-b25c423dba1c | ||
2939 | |||
2940 | 2007-09-15 Holger Weiss <hweiss@users.sourceforge.net> | ||
2941 | |||
2942 | * NEWS, plugins-root/check_icmp.c: Correct all instances of | ||
2943 | misaligned memory access. This fixes bus erros on platforms which | ||
2944 | require alignment (such as SPARC and MIPS). git-svn-id: | ||
2945 | |||
2946 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1779 f882894a-f735-0410-b71e-b25c423dba1c | ||
2947 | |||
2948 | 2007-09-15 Holger Weiss <hweiss@users.sourceforge.net> | ||
2949 | |||
2950 | * tools/devmode: Remove "-Wtraditional" from our development GCC | ||
2951 | flags. We use ANSI C. git-svn-id: | ||
2952 | |||
2953 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1778 f882894a-f735-0410-b71e-b25c423dba1c | ||
2954 | |||
2955 | 2007-09-13 Ton Voon <tonvoon@users.sourceforge.net> | ||
2956 | |||
2957 | * Makefile.am, configure.in, perlmods/Makefile.am, | ||
2958 | perlmods/install_order, tools/build_perl_modules: Adding in optional | ||
2959 | Nagios::Plugin perl module (and dependencies) compilation and | ||
2960 | installation git-svn-id: | ||
2961 | |||
2962 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1777 f882894a-f735-0410-b71e-b25c423dba1c | ||
2963 | |||
2964 | 2007-08-28 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | ||
2965 | |||
2966 | * contrib/check_apc_ups.pl, contrib/check_appletalk.pl, | ||
2967 | contrib/check_linux_raid.pl, contrib/check_snmp_procs.pl: These | ||
2968 | plugins assumed the "use lib util.pm;" would be substituted like | ||
2969 | standard Perl plugins (in plugins-scripts) which isn't the case in | ||
2970 | contrib. I changed the "use lib" line to use the default path. | ||
2971 | People using custom paths will have to change it manually. git-svn-id: | ||
2972 | |||
2973 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1771 f882894a-f735-0410-b71e-b25c423dba1c | ||
2974 | |||
2975 | 2007-08-09 Holger Weiss <hweiss@users.sourceforge.net> | ||
2976 | |||
2977 | * plugins/check_disk.c: Don't use C++ style comments (noted by | ||
2978 | Johannes Kingma on nagiosplug-help@) git-svn-id: | ||
2979 | |||
2980 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1770 f882894a-f735-0410-b71e-b25c423dba1c | ||
2981 | |||
2982 | 2007-07-31 Holger Weiss <hweiss@users.sourceforge.net> | ||
2983 | |||
2984 | * plugins/check_smtp.c: Read the response to an SMTP QUIT command | ||
2985 | before closing the socket (noted by Dieter Hendricks on | ||
2986 | nagiosplug-help@) git-svn-id: | ||
2987 | |||
2988 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1769 f882894a-f735-0410-b71e-b25c423dba1c | ||
2989 | |||
2990 | 2007-07-29 Holger Weiss <hweiss@users.sourceforge.net> | ||
2991 | |||
2992 | * lib/utils_base.c: Don't use C++ style comments. git-svn-id: | ||
2993 | |||
2994 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1768 f882894a-f735-0410-b71e-b25c423dba1c | ||
2995 | |||
2996 | 2007-07-27 Holger Weiss <hweiss@users.sourceforge.net> | ||
2997 | |||
2998 | * tools/tinderbox_build: If the TMPDIR environment variable is set, | ||
2999 | use that instead of "/tmp" as the installation directory. git-svn-id: | ||
3000 | |||
3001 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1767 f882894a-f735-0410-b71e-b25c423dba1c | ||
3002 | |||
3003 | 2007-07-26 Holger Weiss <hweiss@users.sourceforge.net> | ||
3004 | |||
3005 | * NEWS, plugins-root/check_dhcp.c: The "--serverip" and | ||
3006 | "--requestedip" options now accept host names, too. This doesn't | ||
3007 | quite fit the option names and so far I haven't changed the "--help" | ||
3008 | output which currently only talks about IP addresses. However, I | ||
3009 | don't see why resolving host names should not be supported. Also note that for the moment, I added a quick'n'dirty | ||
3010 | resolve_host() function which should really go into netutils.c. I | ||
3011 | just wanted to think about its interface a bit more before providing | ||
3012 | such a function globally. git-svn-id: | ||
3013 | |||
3014 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1766 f882894a-f735-0410-b71e-b25c423dba1c | ||
3015 | |||
3016 | 2007-07-26 Holger Weiss <hweiss@users.sourceforge.net> | ||
3017 | |||
3018 | * NEWS, plugins-root/check_dhcp.c: New "-m, --mac" option which | ||
3019 | allows for specifying the MAC address to use in the DHCP request. git-svn-id: | ||
3020 | |||
3021 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1765 f882894a-f735-0410-b71e-b25c423dba1c | ||
3022 | |||
3023 | 2007-07-26 Holger Weiss <hweiss@users.sourceforge.net> | ||
3024 | |||
3025 | * plugins-root/check_dhcp.c: Make sure strncpy(3)d buffers are | ||
3026 | nul-terminated. git-svn-id: | ||
3027 | |||
3028 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1764 f882894a-f735-0410-b71e-b25c423dba1c | ||
3029 | |||
3030 | 2007-07-26 Holger Weiss <hweiss@users.sourceforge.net> | ||
3031 | |||
3032 | * plugins-root/check_dhcp.c: A few minor fixes/improvements which | ||
3033 | were included with (but unrelated to) the "--unicast" patch (Andreas | ||
3034 | Ericsson and Heiti Ernits - 1218235) git-svn-id: | ||
3035 | |||
3036 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1763 f882894a-f735-0410-b71e-b25c423dba1c | ||
3037 | |||
3038 | 2007-07-26 Holger Weiss <hweiss@users.sourceforge.net> | ||
3039 | |||
3040 | * NEWS, THANKS.in, configure.in, plugins-root/check_dhcp.c: New "-u, | ||
3041 | --unicast" option which gives check_dhcp the ability to mimic a DHCP | ||
3042 | relay server in order to check remote subnets (Heiti Ernits and | ||
3043 | Andreas Ericsson - 1218235) git-svn-id: | ||
3044 | |||
3045 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1762 f882894a-f735-0410-b71e-b25c423dba1c | ||
3046 | |||
3047 | 2007-07-24 Ton Voon <tonvoon@users.sourceforge.net> | ||
3048 | |||
3049 | * .cvsignore, build-aux/.cvsignore, doc/.cvsignore, gl/.cvsignore, | ||
3050 | intl/.cvsignore, lib/.cvsignore, lib/tests/.cvsignore, | ||
3051 | m4/.cvsignore, pkg/solaris/.cvsignore, plugins-root/.cvsignore, | ||
3052 | plugins-scripts/.cvsignore, plugins/.cvsignore, | ||
3053 | plugins/t/.cvsignore, po/.cvsignore: Removing all .cvsignore files git-svn-id: | ||
3054 | |||
3055 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1761 f882894a-f735-0410-b71e-b25c423dba1c | ||
3056 | |||
3057 | 2007-07-24 Ton Voon <tonvoon@users.sourceforge.net> | ||
3058 | |||
3059 | * tools/sfsnapshot, tools/sfwebcron: Updated to use svn instead of | ||
3060 | cvs git-svn-id: | ||
3061 | |||
3062 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1760 f882894a-f735-0410-b71e-b25c423dba1c | ||
3063 | |||
3064 | 2007-07-21 Holger Weiss <hweiss@users.sourceforge.net> | ||
3065 | |||
3066 | * NEWS, plugins/check_http.c: Add "Connection: close" to the HTTP | ||
3067 | request header, which tells HTTP/1.1 servers to close the connection | ||
3068 | after completion of the response. This should be compatible with | ||
3069 | HTTP/1.0, as HTTP/1.0 allows for custom header fields which should | ||
3070 | be ignored if not recognized by the server. With some server | ||
3071 | configurations, the server would keep the connection alive without | ||
3072 | this header line (despite the plugin requesting HTTP/1.0), resulting | ||
3073 | in the plugin running into either the server's or it's own timeout | ||
3074 | (reported by Roman Schliessmeyer and Jesse Morgan via IRC). git-svn-id: | ||
3075 | |||
3076 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1759 f882894a-f735-0410-b71e-b25c423dba1c | ||
3077 | |||
3078 | 2007-07-15 Matthias Eble <psychotrahe@users.sourceforge.net> | ||
3079 | |||
3080 | * THANKS.in, plugins/check_procs.c: Make ps column count in zombie | ||
3081 | detection less restrictive. Thanks to Andrew Elwell (#1280470) git-svn-id: | ||
3082 | |||
3083 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1758 f882894a-f735-0410-b71e-b25c423dba1c | ||
3084 | |||
3085 | 2007-07-14 Matthias Eble <psychotrahe@users.sourceforge.net> | ||
3086 | |||
3087 | * THANKS.in, plugins/check_smtp.c: Fixed segfault in argument | ||
3088 | processing. Thanks to Christoph Schell (#1742066) git-svn-id: | ||
3089 | |||
3090 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1757 f882894a-f735-0410-b71e-b25c423dba1c | ||
3091 | |||
3092 | 2007-07-14 Matthias Eble <psychotrahe@users.sourceforge.net> | ||
3093 | |||
3094 | * THANKS.in, plugins/check_ntp.c: check_ntp: Fixed typo in typo in | ||
3095 | argument sanity check. Thanks to Aurelien Bompard (#1753506) git-svn-id: | ||
3096 | |||
3097 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1756 f882894a-f735-0410-b71e-b25c423dba1c | ||
3098 | |||
3099 | 2007-07-10 Matthias Eble <psychotrahe@users.sourceforge.net> | ||
3100 | |||
3101 | * NEWS, plugins/check_disk.c: Added examples for new features to | ||
3102 | check_disk git-svn-id: | ||
3103 | |||
3104 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1755 f882894a-f735-0410-b71e-b25c423dba1c | ||
3105 | |||
3106 | 2007-07-10 Matthias Eble <psychotrahe@users.sourceforge.net> | ||
3107 | |||
3108 | * NEWS, plugins/check_disk.c, plugins/t/check_disk.t: Check_disk now | ||
3109 | calls stat() for all filesystems to check. Check_disk prints an | ||
3110 | strerror() message if the call of stat() fails. git-svn-id: | ||
3111 | |||
3112 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1754 f882894a-f735-0410-b71e-b25c423dba1c | ||
3113 | |||
3114 | 2007-07-07 Matthias Eble <psychotrahe@users.sourceforge.net> | ||
3115 | |||
3116 | * plugins/check_ldap.c: Added -v/--verbose argument to call | ||
3117 | ldap_perror() for detailed messages on failure. git-svn-id: | ||
3118 | |||
3119 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1753 f882894a-f735-0410-b71e-b25c423dba1c | ||
3120 | |||
3121 | 2007-07-07 Matthias Eble <psychotrahe@users.sourceforge.net> | ||
3122 | |||
3123 | * plugins/utils.c: Changed output order of print_revision | ||
3124 | print_revision now uses clean_revstring git-svn-id: | ||
3125 | |||
3126 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1752 f882894a-f735-0410-b71e-b25c423dba1c | ||
3127 | |||
3128 | 2007-07-07 Matthias Eble <psychotrahe@users.sourceforge.net> | ||
3129 | |||
3130 | * plugins-scripts/utils.pm.in: Changed print_revision output order | ||
3131 | in utils.pm git-svn-id: | ||
3132 | |||
3133 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1751 f882894a-f735-0410-b71e-b25c423dba1c | ||
3134 | |||
3135 | 2007-07-07 Matthias Eble <psychotrahe@users.sourceforge.net> | ||
3136 | |||
3137 | * plugins-scripts/check_file_age.pl: substituted $ID$ through | ||
3138 | $Revision$ in print_revision call git-svn-id: | ||
3139 | |||
3140 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1750 f882894a-f735-0410-b71e-b25c423dba1c | ||
3141 | |||
3142 | 2007-07-07 Matthias Eble <psychotrahe@users.sourceforge.net> | ||
3143 | |||
3144 | * plugins-scripts/check_log.sh, plugins-scripts/check_oracle.sh, | ||
3145 | plugins-scripts/utils.sh.in: Changed order in -V/--version output | ||
3146 | Fixed -V output for check_log and check_oracle git-svn-id: | ||
3147 | |||
3148 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1749 f882894a-f735-0410-b71e-b25c423dba1c | ||
3149 | |||
3150 | 2007-07-06 Matthias Eble <psychotrahe@users.sourceforge.net> | ||
3151 | |||
3152 | * doc/developer-guidelines.sgml: Added hint to avoid using the | ||
3153 | boolean type in C as discussed on the devel list git-svn-id: | ||
3154 | |||
3155 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1748 f882894a-f735-0410-b71e-b25c423dba1c | ||
3156 | |||
3157 | 2007-06-20 Matthias Eble <psychotrahe@users.sourceforge.net> | ||
3158 | |||
3159 | * plugins/check_ldap.c: Fixed default behaviour of check_ldaps git-svn-id: | ||
3160 | |||
3161 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1747 f882894a-f735-0410-b71e-b25c423dba1c | ||
3162 | |||
3163 | 2007-06-20 Matthias Eble <psychotrahe@users.sourceforge.net> | ||
3164 | |||
3165 | * NEWS, plugins/check_ldap.c: Clarified check_ldaps behaviour. New | ||
3166 | arguments to explicitly select secure connect behaviour | ||
3167 | (--starttls/--ssl). git-svn-id: | ||
3168 | |||
3169 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1746 f882894a-f735-0410-b71e-b25c423dba1c | ||
3170 | |||
3171 | 2007-06-20 Matthias Eble <psychotrahe@users.sourceforge.net> | ||
3172 | |||
3173 | * plugins/check_cluster.c: added -V/--version to check_cluster git-svn-id: | ||
3174 | |||
3175 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1745 f882894a-f735-0410-b71e-b25c423dba1c | ||
3176 | |||
3177 | 2007-06-18 Matthias Eble <psychotrahe@users.sourceforge.net> | ||
3178 | |||
3179 | * REQUIREMENTS, configure.in, plugins/.cvsignore: Make Linux | ||
3180 | specific plugin check_ide_smart build if appropriate headers are | ||
3181 | found git-svn-id: | ||
3182 | |||
3183 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1744 f882894a-f735-0410-b71e-b25c423dba1c | ||
3184 | |||
3185 | 2007-06-17 Holger Weiss <hweiss@users.sourceforge.net> | ||
3186 | |||
3187 | * plugins/check_http.c: Minor fixes. git-svn-id: | ||
3188 | |||
3189 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1743 f882894a-f735-0410-b71e-b25c423dba1c | ||
3190 | |||
3191 | 2007-06-17 Holger Weiss <hweiss@users.sourceforge.net> | ||
3192 | |||
3193 | * NEWS, plugins/check_http.c: Fix buffer overflow vulnerabilities | ||
3194 | when parsing HTTP redirect 'Location:' strings using sscanf(3) | ||
3195 | (Nobuhiro Ban - 1687867) git-svn-id: | ||
3196 | |||
3197 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1742 f882894a-f735-0410-b71e-b25c423dba1c | ||
3198 | |||
3199 | 2007-06-15 Holger Weiss <hweiss@users.sourceforge.net> | ||
3200 | |||
3201 | * plugins/check_http.c: When following redirects, the plugin | ||
3202 | supported 'Location:' header fields which spanned multiple lines. | ||
3203 | However, it was not checked whether extra lines are preceeded with | ||
3204 | white space, which could lead to the following header field name | ||
3205 | being interpreted as the value of the 'Location:' field if the | ||
3206 | latter was empty for some reason. git-svn-id: | ||
3207 | |||
3208 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1741 f882894a-f735-0410-b71e-b25c423dba1c | ||
3209 | |||
3210 | 2007-06-15 Holger Weiss <hweiss@users.sourceforge.net> | ||
3211 | |||
3212 | * plugins/check_http.c: `host_name' is a NULL pointer if the "-I" | ||
3213 | flag is used instead of "-H", so use `server_address' instead. | ||
3214 | Fixes a possible segfault when following redirects to relative URLs | ||
3215 | (reported by Ingo Lantschner). git-svn-id: | ||
3216 | |||
3217 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1740 f882894a-f735-0410-b71e-b25c423dba1c | ||
3218 | |||
3219 | 2007-06-13 Matthias Eble <psychotrahe@users.sourceforge.net> | ||
3220 | |||
3221 | * plugins/check_ide_smart.c: Fixed some syntax errors to make | ||
3222 | check_ide_smart build git-svn-id: | ||
3223 | |||
3224 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1739 f882894a-f735-0410-b71e-b25c423dba1c | ||
3225 | |||
3226 | 2007-06-12 Holger Weiss <hweiss@users.sourceforge.net> | ||
3227 | |||
3228 | * plugins/check_by_ssh.c: Add "-v" to help/usage output. git-svn-id: | ||
3229 | |||
3230 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1738 f882894a-f735-0410-b71e-b25c423dba1c | ||
3231 | |||
3232 | 2007-06-12 Matthias Eble <psychotrahe@users.sourceforge.net> | ||
3233 | |||
3234 | * plugins/popen.c: Removed debug line git-svn-id: | ||
3235 | |||
3236 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1737 f882894a-f735-0410-b71e-b25c423dba1c | ||
3237 | |||
3238 | 2007-06-11 Matthias Eble <psychotrahe@users.sourceforge.net> | ||
3239 | |||
3240 | * THANKS.in, plugins/popen.c: Fixed problem with popen.c not parsing | ||
3241 | --longopt='foo bar' correctly (Daniel Bimschas #1291987) git-svn-id: | ||
3242 | |||
3243 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1736 f882894a-f735-0410-b71e-b25c423dba1c | ||
3244 | |||
3245 | 2007-06-04 Ton Voon <tonvoon@users.sourceforge.net> | ||
3246 | |||
3247 | * THANKS.in: Removed duplicate names git-svn-id: | ||
3248 | |||
3249 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1735 f882894a-f735-0410-b71e-b25c423dba1c | ||
3250 | |||
3251 | 2007-06-04 Ton Voon <tonvoon@users.sourceforge.net> | ||
3252 | |||
3253 | * BUGS, ChangeLog, NEWS, configure.in, package.def: For 1.4.9 | ||
3254 | release git-svn-id: | ||
3255 | |||
3256 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1733 f882894a-f735-0410-b71e-b25c423dba1c | ||
3257 | |||
3258 | 2007-06-03 Matthias Eble <psychotrahe@users.sourceforge.net> | ||
3259 | |||
3260 | * lib/tests/test_tcp.c: Minor corrections to test_tcp.c git-svn-id: | ||
3261 | |||
3262 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1732 f882894a-f735-0410-b71e-b25c423dba1c | ||
3263 | |||
3264 | 2007-06-03 Matthias Eble <psychotrahe@users.sourceforge.net> | ||
3265 | |||
3266 | * lib/tests/Makefile.am: Makefile.am changes for test_tcp.c git-svn-id: | ||
3267 | |||
3268 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1731 f882894a-f735-0410-b71e-b25c423dba1c | ||
3269 | |||
3270 | 2007-06-03 Matthias Eble <psychotrahe@users.sourceforge.net> | ||
3271 | |||
3272 | * configure.in, lib/tests/.cvsignore, lib/tests/test_tcp.c, | ||
3273 | lib/tests/test_tcp.t: Added test cases for utils_tcp git-svn-id: | ||
3274 | |||
3275 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1730 f882894a-f735-0410-b71e-b25c423dba1c | ||
3276 | |||
3277 | 2007-06-03 Matthias Eble <psychotrahe@users.sourceforge.net> | ||
3278 | |||
3279 | * NEWS, lib/Makefile.am, lib/utils_tcp.c, lib/utils_tcp.h, | ||
3280 | plugins/check_tcp.c: Moved check_tcp's expect string testing into | ||
3281 | utils_tcp for testing purposes. Added -A/--all flag to test for | ||
3282 | every expect string passed. git-svn-id: | ||
3283 | |||
3284 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1729 f882894a-f735-0410-b71e-b25c423dba1c | ||
3285 | |||
3286 | 2007-06-01 Holger Weiss <hweiss@users.sourceforge.net> | ||
3287 | |||
3288 | * BUGS, NEWS: Fix possible check_http segfaults when following HTTP | ||
3289 | redirects. git-svn-id: | ||
3290 | |||
3291 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1728 f882894a-f735-0410-b71e-b25c423dba1c | ||
3292 | |||
3293 | 2007-06-01 Holger Weiss <hweiss@users.sourceforge.net> | ||
3294 | |||
3295 | * plugins/check_http.c: Fix an off-by-one error where a realloc(3) | ||
3296 | call doesn't allocate space for nul-termination (Aravind Gottipati - | ||
3297 | 1729692) git-svn-id: | ||
3298 | |||
3299 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1727 f882894a-f735-0410-b71e-b25c423dba1c | ||
3300 | |||
3301 | 2007-06-01 Holger Weiss <hweiss@users.sourceforge.net> | ||
3302 | |||
3303 | * plugins/sslutils.c: Call the SSL library initialization functions | ||
3304 | only once (not for every SSL connection). git-svn-id: | ||
3305 | |||
3306 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1726 f882894a-f735-0410-b71e-b25c423dba1c | ||
3307 | |||
3308 | 2007-06-01 Holger Weiss <hweiss@users.sourceforge.net> | ||
3309 | |||
3310 | * plugins/sslutils.c: Save an entire CPU cycle if c points to NULL | ||
3311 | already. git-svn-id: | ||
3312 | |||
3313 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1725 f882894a-f735-0410-b71e-b25c423dba1c | ||
3314 | |||
3315 | 2007-06-01 Holger Weiss <hweiss@users.sourceforge.net> | ||
3316 | |||
3317 | * plugins/sslutils.c: Set the pointers to the SSL and SSL_CTX | ||
3318 | objects back to NULL after freeing them in np_net_ssl_cleanup(). | ||
3319 | This fixes a check_http segfault if an SSL site redirects to a | ||
3320 | non-SSL one (reported by Aravind Gottipati via IRC). git-svn-id: | ||
3321 | |||
3322 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1724 f882894a-f735-0410-b71e-b25c423dba1c | ||
3323 | |||
3324 | 2007-05-29 Matthias Eble <psychotrahe@users.sourceforge.net> | ||
3325 | |||
3326 | * plugins/check_tcp.c: Fix segfault when -e is specified multiple | ||
3327 | times. Thanks to John Rouillard and Ralph Roessner (#1475899) git-svn-id: | ||
3328 | |||
3329 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1723 f882894a-f735-0410-b71e-b25c423dba1c | ||
3330 | |||
3331 | 2007-05-29 Matthias Eble <psychotrahe@users.sourceforge.net> | ||
3332 | |||
3333 | * plugins/check_tcp.c: No more warn/crit values in performance data | ||
3334 | if -w and -c are not specified. Thanks to Simon Bellwood (#1181554) git-svn-id: | ||
3335 | |||
3336 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1722 f882894a-f735-0410-b71e-b25c423dba1c | ||
3337 | |||
3338 | 2007-05-29 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | ||
3339 | |||
3340 | * NEWS, plugins/check_snmp.c: check_snmp don't warn anymore if | ||
3341 | something is printed on stderr git-svn-id: | ||
3342 | |||
3343 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1721 f882894a-f735-0410-b71e-b25c423dba1c | ||
3344 | |||
3345 | 2007-05-29 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | ||
3346 | |||
3347 | * plugins/check_snmp.c: change a bunch of whitespaces (no code was | ||
3348 | harmed) git-svn-id: | ||
3349 | |||
3350 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1720 f882894a-f735-0410-b71e-b25c423dba1c | ||
3351 | |||
3352 | 2007-05-27 Matthias Eble <psychotrahe@users.sourceforge.net> | ||
3353 | |||
3354 | * THANKS.in, plugins-scripts/check_oracle.sh: check_oracle does not | ||
3355 | need a valid ORACLE_HOME if called with --db. Thanks to Jason Martin | ||
3356 | (#1505551) git-svn-id: | ||
3357 | |||
3358 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1719 f882894a-f735-0410-b71e-b25c423dba1c | ||
3359 | |||
3360 | 2007-05-27 M. Sean Finney <seanius@users.sourceforge.net> | ||
3361 | |||
3362 | * lib/utils_base.c, lib/utils_base.h, plugins-root/check_dhcp.c, | ||
3363 | plugins-root/check_icmp.c: added functions to utils_base: np_check_if_root() - returns nonzero if geteuid()==0 np_warn_if_not_root() - uses the above to print an informative | ||
3364 | warning added uses of these functions to check_dhcp and | ||
3365 | check_icmp. git-svn-id: | ||
3366 | |||
3367 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1718 f882894a-f735-0410-b71e-b25c423dba1c | ||
3368 | |||
3369 | 2007-05-24 Ton Voon <tonvoon@users.sourceforge.net> | ||
3370 | |||
3371 | * plugins/t/negate.pl: Test for new functionality in negate (not | ||
3372 | automatically run in make test) git-svn-id: | ||
3373 | |||
3374 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1717 f882894a-f735-0410-b71e-b25c423dba1c | ||
3375 | |||
3376 | 2007-05-24 Ton Voon <tonvoon@users.sourceforge.net> | ||
3377 | |||
3378 | * plugins/check_dummy.c, plugins/t/check_dummy.t: Tests for | ||
3379 | check_dummy git-svn-id: | ||
3380 | |||
3381 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1716 f882894a-f735-0410-b71e-b25c423dba1c | ||
3382 | |||
3383 | 2007-05-23 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | ||
3384 | |||
3385 | * NEWS, plugins/check_http.c, po/de.po, po/fr.po, | ||
3386 | po/nagios-plugins.pot: Update many strings in check_http to get more | ||
3387 | consistent output Update translation files; fix all check_http | ||
3388 | changes in French and most changes in German. git-svn-id: | ||
3389 | |||
3390 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1715 f882894a-f735-0410-b71e-b25c423dba1c | ||
3391 | |||
3392 | 2007-05-18 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | ||
3393 | |||
3394 | * plugins/t/check_tcp.t: Make check_tcp.t compatible with picky web | ||
3395 | servers. git-svn-id: | ||
3396 | |||
3397 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1714 f882894a-f735-0410-b71e-b25c423dba1c | ||
3398 | |||
3399 | 2007-05-13 Holger Weiss <hweiss@users.sourceforge.net> | ||
3400 | |||
3401 | * plugins/check_http.c: Add missing options to the usage output. git-svn-id: | ||
3402 | |||
3403 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1713 f882894a-f735-0410-b71e-b25c423dba1c | ||
3404 | |||
3405 | 2007-05-13 Matthias Eble <psychotrahe@users.sourceforge.net> | ||
3406 | |||
3407 | * THANKS.in, plugins-root/check_dhcp.c: check_dhcp now adds | ||
3408 | mandatory end option (Thanks to Enrico Scholz - #1675306) git-svn-id: | ||
3409 | |||
3410 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1712 f882894a-f735-0410-b71e-b25c423dba1c | ||
3411 | |||
3412 | 2007-05-12 Matthias Eble <psychotrahe@users.sourceforge.net> | ||
3413 | |||
3414 | * plugins/check_cluster.c: Fixed glibc error caused in utils_base.c | ||
3415 | due to uninitialized thresholds struct (spotted on ubundu 6.06 LTS). git-svn-id: | ||
3416 | |||
3417 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1711 f882894a-f735-0410-b71e-b25c423dba1c | ||
3418 | |||
3419 | 2007-05-12 Ton Voon <tonvoon@users.sourceforge.net> | ||
3420 | |||
3421 | * ABOUT-NLS, build-aux/mkinstalldirs, configure.in: Updating gettext | ||
3422 | files from coreutils-6.9. mkinstalldirs needs to be in build-aux for | ||
3423 | some systems without gettext natively. Also have at top level, | ||
3424 | though gettext documentation says file not neceesary git-svn-id: | ||
3425 | |||
3426 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1710 f882894a-f735-0410-b71e-b25c423dba1c | ||
3427 | |||
3428 | 2007-05-09 Matthias Eble <psychotrahe@users.sourceforge.net> | ||
3429 | |||
3430 | * plugins/check_ups.c: small typo in --help git-svn-id: | ||
3431 | |||
3432 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1709 f882894a-f735-0410-b71e-b25c423dba1c | ||
3433 | |||
3434 | 2007-05-09 Matthias Eble <psychotrahe@users.sourceforge.net> | ||
3435 | |||
3436 | * THANKS.in, plugins/check_ups.c: Fixed --help output (Ask Bjoern | ||
3437 | Hansen - #1714823) git-svn-id: | ||
3438 | |||
3439 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1708 f882894a-f735-0410-b71e-b25c423dba1c | ||
3440 | |||
3441 | 2007-05-09 Matthias Eble <psychotrahe@users.sourceforge.net> | ||
3442 | |||
3443 | * plugins/t/check_disk.t: added testcase to verify that old | ||
3444 | positional arguments only select one path git-svn-id: | ||
3445 | |||
3446 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1707 f882894a-f735-0410-b71e-b25c423dba1c | ||
3447 | |||
3448 | 2007-05-03 Matthias Eble <psychotrahe@users.sourceforge.net> | ||
3449 | |||
3450 | * ChangeLog, THANKS.in, plugins/check_disk.c: fixed backward | ||
3451 | incompatibility introduced in 1.4.8 where all partitions are | ||
3452 | selected, if path is specified as last argument (without using -p). | ||
3453 | Thanks to Emil Michles (Emilis) on #nagios git-svn-id: | ||
3454 | |||
3455 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1706 f882894a-f735-0410-b71e-b25c423dba1c | ||
3456 | |||
3457 | 2007-05-02 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | ||
3458 | |||
3459 | * tools/distclean: Making Solaris happy git-svn-id: | ||
3460 | |||
3461 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1705 f882894a-f735-0410-b71e-b25c423dba1c | ||
3462 | |||
3463 | 2007-05-02 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | ||
3464 | |||
3465 | * NEWS: /* Nothing */ git-svn-id: | ||
3466 | |||
3467 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1704 f882894a-f735-0410-b71e-b25c423dba1c | ||
3468 | |||
3469 | 2007-05-02 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | ||
3470 | |||
3471 | * NEWS, THANKS.in, plugins/check_time.c: Fix check_time returning | ||
3472 | wrong OK when time is before the epoch on some arch git-svn-id: | ||
3473 | |||
3474 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1703 f882894a-f735-0410-b71e-b25c423dba1c | ||
3475 | |||
3476 | 2007-04-28 Matthias Eble <psychotrahe@users.sourceforge.net> | ||
3477 | |||
3478 | * plugins/t/check_cluster.t: added test cases for check_cluster git-svn-id: | ||
3479 | |||
3480 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1702 f882894a-f735-0410-b71e-b25c423dba1c | ||
3481 | |||
3482 | 2007-04-25 Ton Voon <tonvoon@users.sourceforge.net> | ||
3483 | |||
3484 | * tools/tinderbox_build: Test installs into temporary directories git-svn-id: | ||
3485 | |||
3486 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1701 f882894a-f735-0410-b71e-b25c423dba1c | ||
3487 | |||
3488 | 2007-04-25 Ton Voon <tonvoon@users.sourceforge.net> | ||
3489 | |||
3490 | * NEWS, configure.in, plugins/check_load.c, plugins/common.h, | ||
3491 | plugins/t/check_load.t: check_load can optionally divide by number | ||
3492 | of cpus git-svn-id: | ||
3493 | |||
3494 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1700 f882894a-f735-0410-b71e-b25c423dba1c | ||
3495 | |||
3496 | 2007-04-23 Holger Weiss <hweiss@users.sourceforge.net> | ||
3497 | |||
3498 | * plugins/check_ping.c: #ifdef can only test a single macro, not an | ||
3499 | expression. git-svn-id: | ||
3500 | |||
3501 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1699 f882894a-f735-0410-b71e-b25c423dba1c | ||
3502 | |||
3503 | 2007-04-20 Holger Weiss <hweiss@users.sourceforge.net> | ||
3504 | |||
3505 | * plugins-root/check_dhcp.c: Remove unused variables. git-svn-id: | ||
3506 | |||
3507 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1698 f882894a-f735-0410-b71e-b25c423dba1c | ||
3508 | |||
3509 | 2007-04-20 Holger Weiss <hweiss@users.sourceforge.net> | ||
3510 | |||
3511 | * plugins/check_cluster.c: Include "utils_base.h". git-svn-id: | ||
3512 | |||
3513 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1697 f882894a-f735-0410-b71e-b25c423dba1c | ||
3514 | |||
3515 | 2007-04-20 Holger Weiss <hweiss@users.sourceforge.net> | ||
3516 | |||
3517 | * lib/utils_base.h: Declare print_thresholds(). git-svn-id: | ||
3518 | |||
3519 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1696 f882894a-f735-0410-b71e-b25c423dba1c | ||
3520 | |||
3521 | 2007-04-20 Holger Weiss <hweiss@users.sourceforge.net> | ||
3522 | |||
3523 | * plugins/check_cluster.c: Predeclare functions and remove unused | ||
3524 | variables. git-svn-id: | ||
3525 | |||
3526 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1695 f882894a-f735-0410-b71e-b25c423dba1c | ||
3527 | |||
3528 | 2007-04-20 Holger Weiss <hweiss@users.sourceforge.net> | ||
3529 | |||
3530 | * THANKS.in, plugins-root/check_dhcp.c: Use the 'server identifier' | ||
3531 | option instead of the 'siaddr' field as the DHCP server address; see | ||
3532 | RFC 2131, 2. (Denis Knauf - 1667488) git-svn-id: | ||
3533 | |||
3534 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1694 f882894a-f735-0410-b71e-b25c423dba1c | ||
3535 | |||
3536 | 2007-04-19 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | ||
3537 | |||
3538 | * NEWS, configure.in: Fix compilation of check_ldap, check_radius | ||
3539 | and check_pgsql (*ding*) git-svn-id: | ||
3540 | |||
3541 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1693 f882894a-f735-0410-b71e-b25c423dba1c | ||
3542 | |||
3543 | 2007-04-18 Holger Weiss <hweiss@users.sourceforge.net> | ||
3544 | |||
3545 | * NEWS, plugins/check_by_ssh.c: Revert my previous change to | ||
3546 | "-S/--skip" in favour of the two options "-E/--skip-stderr" and | ||
3547 | "-S/--skip-stdout". Both of them support omitting the number of | ||
3548 | lines to skip, in which case all output on the respective file | ||
3549 | descriptor is skipped. "--skip" is kept as an alias for | ||
3550 | "--skip-stdout" for backwards compatibility with recent releases. Also, print a message if no (non-skipped) stdout/stderr output is | ||
3551 | available. This fixes a segfault if the remote command prints no | ||
3552 | output. git-svn-id: | ||
3553 | |||
3554 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1692 f882894a-f735-0410-b71e-b25c423dba1c | ||
3555 | |||
3556 | 2007-04-15 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | ||
3557 | |||
3558 | * plugins/check_cluster.c: Localization and help fixes (Thanks | ||
3559 | Benoit M.) git-svn-id: | ||
3560 | |||
3561 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1691 f882894a-f735-0410-b71e-b25c423dba1c | ||
3562 | |||
3563 | 2007-04-15 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | ||
3564 | |||
3565 | * plugins/check_cluster.c: Cosmetic change git-svn-id: | ||
3566 | |||
3567 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1690 f882894a-f735-0410-b71e-b25c423dba1c | ||
3568 | |||
3569 | 2007-04-15 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | ||
3570 | |||
3571 | * contrib/check_cluster2.README: More details about the changes git-svn-id: | ||
3572 | |||
3573 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1689 f882894a-f735-0410-b71e-b25c423dba1c | ||
3574 | |||
3575 | 2007-04-15 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | ||
3576 | |||
3577 | * NEWS, plugins/Makefile.am, plugins/check_cluster.c: Add thresholds | ||
3578 | support for check_cluster + lots of standardization. Add forgotten | ||
3579 | items to NEWS. git-svn-id: | ||
3580 | |||
3581 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1688 f882894a-f735-0410-b71e-b25c423dba1c | ||
3582 | |||
3583 | 2007-04-15 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | ||
3584 | |||
3585 | * BUGS, plugins/check_snmp.c: Fix bug #1344584: Counter64 values not | ||
3586 | handled correctly git-svn-id: | ||
3587 | |||
3588 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1687 f882894a-f735-0410-b71e-b25c423dba1c | ||
3589 | |||
3590 | 2007-04-14 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | ||
3591 | |||
3592 | * BUGS: Works for me git-svn-id: | ||
3593 | |||
3594 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1686 f882894a-f735-0410-b71e-b25c423dba1c | ||
3595 | |||
3596 | 2007-04-14 Holger Weiss <hweiss@users.sourceforge.net> | ||
3597 | |||
3598 | * BUGS, plugins/check_by_ssh.c: Up to revision 1.35, the "-S" option | ||
3599 | skipped the specified number of lines written to stderr. With | ||
3600 | revision 1.36 and newer, "-S" skipped the specified number of lines | ||
3601 | written to stdout. Now, "-S" skips the specified number of lines | ||
3602 | written to stderr; and if the number specified via "-S" minus the | ||
3603 | number of lines written to stderr is larger than 0, the difference | ||
3604 | is used as the number of lines written to stdout to skip. Also, the | ||
3605 | "--help" output was fixed. (Hector - 1675286) git-svn-id: | ||
3606 | |||
3607 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1685 f882894a-f735-0410-b71e-b25c423dba1c | ||
3608 | |||
3609 | 2007-04-13 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | ||
3610 | |||
3611 | * plugins/.cvsignore: ... Some CVS magic too git-svn-id: | ||
3612 | |||
3613 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1684 f882894a-f735-0410-b71e-b25c423dba1c | ||
3614 | |||
3615 | 2007-04-13 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | ||
3616 | |||
3617 | * contrib/check_cluster2.README, plugins/Makefile.am, | ||
3618 | plugins/check_cluster.c: automake magic for check_cluster git-svn-id: | ||
3619 | |||
3620 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1683 f882894a-f735-0410-b71e-b25c423dba1c | ||
3621 | |||
3622 | 2007-04-11 Ton Voon <tonvoon@users.sourceforge.net> | ||
3623 | |||
3624 | * doc/RELEASING: Add news item to nagiosplugins.org git-svn-id: | ||
3625 | |||
3626 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1682 f882894a-f735-0410-b71e-b25c423dba1c | ||
3627 | |||
3628 | 2007-04-11 Ton Voon <tonvoon@users.sourceforge.net> | ||
3629 | |||
3630 | * AUTHORS, BUGS, ChangeLog, NEWS, configure.in, package.def: 1.4.8 | ||
3631 | release git-svn-id: | ||
3632 | |||
3633 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1680 f882894a-f735-0410-b71e-b25c423dba1c | ||
3634 | |||
3635 | 2007-04-10 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | ||
3636 | |||
3637 | * po/POTFILES.in, po/de.po, po/fr.po, po/nagios-plugins.pot: Add | ||
3638 | some check_ntp translations git-svn-id: | ||
3639 | |||
3640 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1679 f882894a-f735-0410-b71e-b25c423dba1c | ||
3641 | |||
3642 | 2007-04-10 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | ||
3643 | |||
3644 | * plugins/check_ntp.c: - Fix possibility of printing scientific numbers in perfdata - Use fperfdata function for perfdata formatting - Make the printing part a bit more flexible (similar to check_disk) git-svn-id: | ||
3645 | |||
3646 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1678 f882894a-f735-0410-b71e-b25c423dba1c | ||
3647 | |||
3648 | 2007-04-10 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | ||
3649 | |||
3650 | * po/de.po, po/fr.po, po/nagios-plugins.pot: Hopefully this is | ||
3651 | correct. Need to make more changes so I'm commiting these. git-svn-id: | ||
3652 | |||
3653 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1677 f882894a-f735-0410-b71e-b25c423dba1c | ||
3654 | |||
3655 | 2007-04-04 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | ||
3656 | |||
3657 | * plugins/check_ntp.c: Fix for getting dispersion instead of jitter | ||
3658 | on older servers (like xntpd on Solaris). git-svn-id: | ||
3659 | |||
3660 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1676 f882894a-f735-0410-b71e-b25c423dba1c | ||
3661 | |||
3662 | 2007-04-03 Holger Weiss <hweiss@users.sourceforge.net> | ||
3663 | |||
3664 | * plugins/check_ntp.c: Fix the synchronization source selection on | ||
3665 | big-endian systems. git-svn-id: | ||
3666 | |||
3667 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1675 f882894a-f735-0410-b71e-b25c423dba1c | ||
3668 | |||
3669 | 2007-04-03 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | ||
3670 | |||
3671 | * plugins/check_ntp.c: Temporary fix for jitter calculation git-svn-id: | ||
3672 | |||
3673 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1674 f882894a-f735-0410-b71e-b25c423dba1c | ||
3674 | |||
3675 | 2007-04-02 Holger Weiss <hweiss@users.sourceforge.net> | ||
3676 | |||
3677 | * plugins/check_ntp.c: Don't rely on the assumption that the size of | ||
3678 | a READSTAT response is a multiple of sizeof(ntp_assoc_status_pair). git-svn-id: | ||
3679 | |||
3680 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1673 f882894a-f735-0410-b71e-b25c423dba1c | ||
3681 | |||
3682 | 2007-04-02 Ton Voon <tonvoon@users.sourceforge.net> | ||
3683 | |||
3684 | * lib/tests/Makefile.am: Add libgnu.a as regex functions required git-svn-id: | ||
3685 | |||
3686 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1672 f882894a-f735-0410-b71e-b25c423dba1c | ||
3687 | |||
3688 | 2007-04-02 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | ||
3689 | |||
3690 | * plugins/check_ntp.c: Fix byte order in verbose logging git-svn-id: | ||
3691 | |||
3692 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1671 f882894a-f735-0410-b71e-b25c423dba1c | ||
3693 | |||
3694 | 2007-04-02 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | ||
3695 | |||
3696 | * plugins/check_ntp.c: Seems like we don't get any jitter sometimes. | ||
3697 | While this needs to be fixed we should at least handle it | ||
3698 | gracefully. git-svn-id: | ||
3699 | |||
3700 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1670 f882894a-f735-0410-b71e-b25c423dba1c | ||
3701 | |||
3702 | 2007-04-01 Matthias Eble <psychotrahe@users.sourceforge.net> | ||
3703 | |||
3704 | * plugins/t/check_http.t: check_http.t: - added internet_access | ||
3705 | variable to skip tests where internet access is required. - added host_tcp_http2 variable for a webserver serving the string | ||
3706 | 'nagios' in index - no tests are skipped if the new vars are not defined (existing | ||
3707 | installations) git-svn-id: | ||
3708 | |||
3709 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1669 f882894a-f735-0410-b71e-b25c423dba1c | ||
3710 | |||
3711 | 2007-04-01 Matthias Eble <psychotrahe@users.sourceforge.net> | ||
3712 | |||
3713 | * lib/utils_disk.c: utils_disk: fixed handling if check_disk -p is a | ||
3714 | device (np_set_best_match()) git-svn-id: | ||
3715 | |||
3716 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1668 f882894a-f735-0410-b71e-b25c423dba1c | ||
3717 | |||
3718 | 2007-03-31 Holger Weiss <hweiss@users.sourceforge.net> | ||
3719 | |||
3720 | * NEWS: Various check_ntp fixes git-svn-id: | ||
3721 | |||
3722 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1667 f882894a-f735-0410-b71e-b25c423dba1c | ||
3723 | |||
3724 | 2007-03-31 Holger Weiss <hweiss@users.sourceforge.net> | ||
3725 | |||
3726 | * plugins/check_ntp.c: Fix an out-of-bounds memcpy(3) and add a | ||
3727 | realloc(3) error check in jitter_request(). git-svn-id: | ||
3728 | |||
3729 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1666 f882894a-f735-0410-b71e-b25c423dba1c | ||
3730 | |||
3731 | 2007-03-31 Holger Weiss <hweiss@users.sourceforge.net> | ||
3732 | |||
3733 | * plugins/check_ntp.c: Add a warning to the verbose output if | ||
3734 | jitter_request() found no synchronization source. git-svn-id: | ||
3735 | |||
3736 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1665 f882894a-f735-0410-b71e-b25c423dba1c | ||
3737 | |||
3738 | 2007-03-31 Holger Weiss <hweiss@users.sourceforge.net> | ||
3739 | |||
3740 | * plugins/check_ntp.c: Avoid division by zero. git-svn-id: | ||
3741 | |||
3742 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1664 f882894a-f735-0410-b71e-b25c423dba1c | ||
3743 | |||
3744 | 2007-03-31 Holger Weiss <hweiss@users.sourceforge.net> | ||
3745 | |||
3746 | * plugins/check_ntp.c: Remove the '-O' option, as it's ignored. git-svn-id: | ||
3747 | |||
3748 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1663 f882894a-f735-0410-b71e-b25c423dba1c | ||
3749 | |||
3750 | 2007-03-30 Ton Voon <tonvoon@users.sourceforge.net> | ||
3751 | |||
3752 | * m4/np_mysqlclient.m4: Use AS_HELP_STRING instead of | ||
3753 | ACX_HELP_STRING git-svn-id: | ||
3754 | |||
3755 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1662 f882894a-f735-0410-b71e-b25c423dba1c | ||
3756 | |||
3757 | 2007-03-30 Ton Voon <tonvoon@users.sourceforge.net> | ||
3758 | |||
3759 | * NEWS, configure.in, m4/np_mysqlclient.m4: Fix AC_CHECK_LIB for | ||
3760 | mysql_init - add dependent libraries. mysql detection separated into | ||
3761 | external m4 file git-svn-id: | ||
3762 | |||
3763 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1661 f882894a-f735-0410-b71e-b25c423dba1c | ||
3764 | |||
3765 | 2007-03-30 Matthias Eble <psychotrahe@users.sourceforge.net> | ||
3766 | |||
3767 | * lib/tests/test_disk.c, plugins/t/check_disk.t: Test Cases for | ||
3768 | check_disk's -r, -R, -C and -g git-svn-id: | ||
3769 | |||
3770 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1660 f882894a-f735-0410-b71e-b25c423dba1c | ||
3771 | |||
3772 | 2007-03-30 Matthias Eble <psychotrahe@users.sourceforge.net> | ||
3773 | |||
3774 | * plugins/check_disk.c: check_disk: minor fix for -C if bestmatch != | ||
3775 | -p git-svn-id: | ||
3776 | |||
3777 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1659 f882894a-f735-0410-b71e-b25c423dba1c | ||
3778 | |||
3779 | 2007-03-30 Matthias Eble <psychotrahe@users.sourceforge.net> | ||
3780 | |||
3781 | * lib/utils_disk.c, lib/utils_disk.h, plugins/check_disk.c: | ||
3782 | check_disk: added regex functionality -r and -R. see np-devel mail | ||
3783 | (2007-02-10) git-svn-id: | ||
3784 | |||
3785 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1658 f882894a-f735-0410-b71e-b25c423dba1c | ||
3786 | |||
3787 | 2007-03-30 Matthias Eble <psychotrahe@users.sourceforge.net> | ||
3788 | |||
3789 | * lib/utils_disk.c, lib/utils_disk.h, plugins/check_disk.c: | ||
3790 | check_disk: added grouping functionality. see np-devel mail | ||
3791 | (2007-02-10) git-svn-id: | ||
3792 | |||
3793 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1657 f882894a-f735-0410-b71e-b25c423dba1c | ||
3794 | |||
3795 | 2007-03-30 Matthias Eble <psychotrahe@users.sourceforge.net> | ||
3796 | |||
3797 | * lib/utils_disk.c, lib/utils_disk.h, plugins/check_disk.c: | ||
3798 | check_disk -C is more flexible now. See np-devel post (2007-02-10) git-svn-id: | ||
3799 | |||
3800 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1656 f882894a-f735-0410-b71e-b25c423dba1c | ||
3801 | |||
3802 | 2007-03-29 Holger Weiss <hweiss@users.sourceforge.net> | ||
3803 | |||
3804 | * THANKS.in, plugins/check_mysql.c: Fix argument processing (Felix | ||
3805 | Frank - 1690697) git-svn-id: | ||
3806 | |||
3807 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1655 f882894a-f735-0410-b71e-b25c423dba1c | ||
3808 | |||
3809 | 2007-03-29 Holger Weiss <hweiss@users.sourceforge.net> | ||
3810 | |||
3811 | * plugins-root/Makefile.am: Set the "read" and "execute" bits only | ||
3812 | for "user" and "group" in order to not overwrite | ||
3813 | "--without-world-permissions" for the root plugins. git-svn-id: | ||
3814 | |||
3815 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1654 f882894a-f735-0410-b71e-b25c423dba1c | ||
3816 | |||
3817 | 2007-03-29 Ton Voon <tonvoon@users.sourceforge.net> | ||
3818 | |||
3819 | * BUGS, ChangeLog, NEWS, configure.in, package.def: 1.4.7 release git-svn-id: | ||
3820 | |||
3821 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1652 f882894a-f735-0410-b71e-b25c423dba1c | ||
3822 | |||
3823 | 2007-03-29 Ton Voon <tonvoon@users.sourceforge.net> | ||
3824 | |||
3825 | * plugins/check_ntp.c: Adding help text for jitter flags git-svn-id: | ||
3826 | |||
3827 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1651 f882894a-f735-0410-b71e-b25c423dba1c | ||
3828 | |||
3829 | 2007-03-27 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | ||
3830 | |||
3831 | * THANKS.in, plugins-root/check_icmp.c: Fix bug #1494629 - | ||
3832 | check_icmp fails after some time on FreeBSD git-svn-id: | ||
3833 | |||
3834 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1650 f882894a-f735-0410-b71e-b25c423dba1c | ||
3835 | |||
3836 | 2007-03-25 Ton Voon <tonvoon@users.sourceforge.net> | ||
3837 | |||
3838 | * NEWS, configure.in: Reinstate --with-nagios-user/group and new | ||
3839 | --without-group-permissions ./configure options git-svn-id: | ||
3840 | |||
3841 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1649 f882894a-f735-0410-b71e-b25c423dba1c | ||
3842 | |||
3843 | 2007-03-22 Holger Weiss <hweiss@users.sourceforge.net> | ||
3844 | |||
3845 | * THANKS.in, plugins/common.h: Increase MAX_INPUT_BUFFER from 1k to | ||
3846 | 8k in order to increase I/O performance (Stefan Meier) git-svn-id: | ||
3847 | |||
3848 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1646 f882894a-f735-0410-b71e-b25c423dba1c | ||
3849 | |||
3850 | 2007-03-16 Gavin Carr <gonzai@users.sourceforge.net> | ||
3851 | |||
3852 | * plugins-scripts/check_ifoperstatus.pl: Fix bogus 'eq ( || )' | ||
3853 | constructions in check_ifoperstatus.pl. git-svn-id: | ||
3854 | |||
3855 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1642 f882894a-f735-0410-b71e-b25c423dba1c | ||
3856 | |||
3857 | 2007-03-12 Ton Voon <tonvoon@users.sourceforge.net> | ||
3858 | |||
3859 | * NEWS, plugins/check_ping.c, plugins/t/check_ping.t: check_ping's | ||
3860 | timeout interval is only +1 if ping command has a timeout value. | ||
3861 | Tests updated to check for 100% packet loss (always if ping has | ||
3862 | timeout), otherwise will check for "timed out" string git-svn-id: | ||
3863 | |||
3864 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1639 f882894a-f735-0410-b71e-b25c423dba1c | ||
3865 | |||
3866 | 2007-03-11 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | ||
3867 | |||
3868 | * plugins-root/t/check_icmp.t: Add tests for new check_icmp switch | ||
3869 | -m git-svn-id: | ||
3870 | |||
3871 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1638 f882894a-f735-0410-b71e-b25c423dba1c | ||
3872 | |||
3873 | 2007-03-11 Ton Voon <tonvoon@users.sourceforge.net> | ||
3874 | |||
3875 | * plugins-root/t/check_icmp.t, plugins/t/check_ping.t: Converted | ||
3876 | check_ping.t to new-style testcases. Added test case for check_icmp | ||
3877 | - requires sudo access git-svn-id: | ||
3878 | |||
3879 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1637 f882894a-f735-0410-b71e-b25c423dba1c | ||
3880 | |||
3881 | 2007-03-11 Ton Voon <tonvoon@users.sourceforge.net> | ||
3882 | |||
3883 | * plugins/check_ping.c: Fixed some help display. Removed -L from | ||
3884 | usage as deprecated option git-svn-id: | ||
3885 | |||
3886 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1636 f882894a-f735-0410-b71e-b25c423dba1c | ||
3887 | |||
3888 | 2007-03-08 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | ||
3889 | |||
3890 | * NEWS, THANKS.in, plugins-root/check_icmp.c: New switch to | ||
3891 | check_icmp to set the minimum required hosts for success. git-svn-id: | ||
3892 | |||
3893 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1635 f882894a-f735-0410-b71e-b25c423dba1c | ||
3894 | |||
3895 | 2007-03-08 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | ||
3896 | |||
3897 | * config_test/child_test.c: Ficing C++ style comments git-svn-id: | ||
3898 | |||
3899 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1634 f882894a-f735-0410-b71e-b25c423dba1c | ||
3900 | |||
3901 | 2007-03-08 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | ||
3902 | |||
3903 | * plugins-root/check_icmp.c: Fixed C++ style comments, but I don't | ||
3904 | get why those lines were originally commented out. git-svn-id: | ||
3905 | |||
3906 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1633 f882894a-f735-0410-b71e-b25c423dba1c | ||
3907 | |||
3908 | 2007-03-06 Ton Voon <tonvoon@users.sourceforge.net> | ||
3909 | |||
3910 | * plugins/check_http.c: Fix option handling (Nobuhiro Ban - 1657280) git-svn-id: | ||
3911 | |||
3912 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1632 f882894a-f735-0410-b71e-b25c423dba1c | ||
3913 | |||
3914 | 2007-03-06 Ton Voon <tonvoon@users.sourceforge.net> | ||
3915 | |||
3916 | * plugins/check_smtp.c: Fixed compile errors in check_smtp.c git-svn-id: | ||
3917 | |||
3918 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1631 f882894a-f735-0410-b71e-b25c423dba1c | ||
3919 | |||
3920 | 2007-03-06 Ton Voon <tonvoon@users.sourceforge.net> | ||
3921 | |||
3922 | * NEWS, THANKS.in, plugins/check_smtp.c: Fixed broken HELO cmd | ||
3923 | (Enrico Scholz - 1675279) git-svn-id: | ||
3924 | |||
3925 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1630 f882894a-f735-0410-b71e-b25c423dba1c | ||
3926 | |||
3927 | 2007-03-06 Ton Voon <tonvoon@users.sourceforge.net> | ||
3928 | |||
3929 | * NEWS, configure.in, plugins/check_procs.c: Use /usr/ucb/ps on | ||
3930 | Solaris in preference to pst3 (problems in 64bit mode) git-svn-id: | ||
3931 | |||
3932 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1629 f882894a-f735-0410-b71e-b25c423dba1c | ||
3933 | |||
3934 | 2007-03-06 Ton Voon <tonvoon@users.sourceforge.net> | ||
3935 | |||
3936 | * plugins/t/check_disk.t: Test failure if a filesystem which is a | ||
3937 | subset of another fails the inode check (Matthias Elbe - 1660953) git-svn-id: | ||
3938 | |||
3939 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1628 f882894a-f735-0410-b71e-b25c423dba1c | ||
3940 | |||
3941 | 2007-03-06 Ton Voon <tonvoon@users.sourceforge.net> | ||
3942 | |||
3943 | * NEWS, configure.in: Detect if check_mysql compile will work at | ||
3944 | ./configure time, due to some Redhat systems distributing | ||
3945 | mysql_config, but not the include files git-svn-id: | ||
3946 | |||
3947 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1627 f882894a-f735-0410-b71e-b25c423dba1c | ||
3948 | |||
3949 | 2007-03-06 Ton Voon <tonvoon@users.sourceforge.net> | ||
3950 | |||
3951 | * configure.in: Clearer message when --with-nagios-user is used for | ||
3952 | ./configure git-svn-id: | ||
3953 | |||
3954 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1626 f882894a-f735-0410-b71e-b25c423dba1c | ||
3955 | |||
3956 | 2007-03-06 Ton Voon <tonvoon@users.sourceforge.net> | ||
3957 | |||
3958 | * FAQ, INSTALLING, NEWS, README, plugins-root/Makefile.am: Root | ||
3959 | plugins installed with world executable permissions. Removed | ||
3960 | references to --with-nagios-user and --with-nagios-group in README git-svn-id: | ||
3961 | |||
3962 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1625 f882894a-f735-0410-b71e-b25c423dba1c | ||
3963 | |||
3964 | 2007-03-02 Ethan Galstad <egalstad@users.sourceforge.net> | ||
3965 | |||
3966 | * plugins/check_mrtgtraf.c: Fix for broken check_mrtgtraf git-svn-id: | ||
3967 | |||
3968 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1624 f882894a-f735-0410-b71e-b25c423dba1c | ||
3969 | |||
3970 | 2007-02-24 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | ||
3971 | |||
3972 | * doc/makefile: Fix the makefile ('[[' is bash-specific, 'rm -f' | ||
3973 | don't remove directories) git-svn-id: | ||
3974 | |||
3975 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1623 f882894a-f735-0410-b71e-b25c423dba1c | ||
3976 | |||
3977 | 2007-02-14 Ton Voon <tonvoon@users.sourceforge.net> | ||
3978 | |||
3979 | * NEWS, contrib/check_sybase: check_sybase now maintained in | ||
3980 | NagiosExchange git-svn-id: | ||
3981 | |||
3982 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1622 f882894a-f735-0410-b71e-b25c423dba1c | ||
3983 | |||
3984 | 2007-02-14 Ton Voon <tonvoon@users.sourceforge.net> | ||
3985 | |||
3986 | * plugins/check_disk.c: Fixed typo in help for -M git-svn-id: | ||
3987 | |||
3988 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1621 f882894a-f735-0410-b71e-b25c423dba1c | ||
3989 | |||
3990 | 2007-02-14 Ton Voon <tonvoon@users.sourceforge.net> | ||
3991 | |||
3992 | * plugins/check_tcp.c, plugins/t/check_tcp.t: Documentation fix re: | ||
3993 | --escape flag. Fix of ./check_tcp test to webservers to make it more | ||
3994 | standards compliant git-svn-id: | ||
3995 | |||
3996 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1620 f882894a-f735-0410-b71e-b25c423dba1c | ||
3997 | |||
3998 | 2007-02-09 Ton Voon <tonvoon@users.sourceforge.net> | ||
3999 | |||
4000 | * NEWS, THANKS.in, po/.cvsignore, po/Makefile.in.in: Fixed | ||
4001 | MKINSTALLDIRS problem on some systems - Lars Stavholm git-svn-id: | ||
4002 | |||
4003 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1619 f882894a-f735-0410-b71e-b25c423dba1c | ||
4004 | |||
4005 | 2007-02-07 Ton Voon <tonvoon@users.sourceforge.net> | ||
4006 | |||
4007 | * lib/Makefile.config-opts, lib/parse_ini.c, | ||
4008 | lib/tests/Makefile.config-opts, lib/tests/config-tiny.ini, | ||
4009 | lib/tests/plugin.ini, lib/tests/test_ini.c: Added test files to test | ||
4010 | the parse_ini.c routines. Requires libtap git-svn-id: | ||
4011 | |||
4012 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1614 f882894a-f735-0410-b71e-b25c423dba1c | ||
4013 | |||
4014 | 2007-02-07 Holger Weiss <hweiss@users.sourceforge.net> | ||
4015 | |||
4016 | * plugins/check_swap.c: Include <sys/param.h> before <sys/swap.h> in | ||
4017 | order to fix compilation on OpenBSD (nsturm - 1653934) git-svn-id: | ||
4018 | |||
4019 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1613 f882894a-f735-0410-b71e-b25c423dba1c | ||
4020 | |||
4021 | 2007-02-06 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | ||
4022 | |||
4023 | * plugins/check_tcp.c: Correct vim typo in comment block :P git-svn-id: | ||
4024 | |||
4025 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1612 f882894a-f735-0410-b71e-b25c423dba1c | ||
4026 | |||
4027 | 2007-02-06 Benoit Mortier <opensides@users.sourceforge.net> | ||
4028 | |||
4029 | * plugins/check_disk.c, plugins/check_http.c, | ||
4030 | plugins/check_ide_smart.c, plugins/check_mrtg.c, | ||
4031 | plugins/check_mrtgtraf.c, plugins/check_overcr.c, | ||
4032 | plugins/check_smtp.c, plugins/check_tcp.c, po/de.po, po/fr.po, | ||
4033 | po/nagios-plugins.pot: correcting some translation problems git-svn-id: | ||
4034 | |||
4035 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1611 f882894a-f735-0410-b71e-b25c423dba1c | ||
4036 | |||
4037 | 2007-02-06 M. Sean Finney <seanius@users.sourceforge.net> | ||
4038 | |||
4039 | * lib/parse_ini.c, lib/parse_ini.h: initial version of ini file | ||
4040 | parsing routines in C git-svn-id: | ||
4041 | |||
4042 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1610 f882894a-f735-0410-b71e-b25c423dba1c | ||
4043 | |||
4044 | 2007-02-06 Benoit Mortier <opensides@users.sourceforge.net> | ||
4045 | |||
4046 | * po/Makevars: adding PACKAGE_BUGREPORT to fix Report-Msgid-Bugs-To: git-svn-id: | ||
4047 | |||
4048 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1609 f882894a-f735-0410-b71e-b25c423dba1c | ||
4049 | |||
4050 | 2007-02-05 Ton Voon <tonvoon@users.sourceforge.net> | ||
4051 | |||
4052 | * AUTHORS, doc/RELEASING: Update list of team members. More notes on | ||
4053 | new releases git-svn-id: | ||
4054 | |||
4055 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1608 f882894a-f735-0410-b71e-b25c423dba1c | ||
4056 | |||
4057 | 2007-02-05 Ton Voon <tonvoon@users.sourceforge.net> | ||
4058 | |||
4059 | * BUGS, ChangeLog, NEWS, configure.in, package.def: For 1.4.6 | ||
4060 | release git-svn-id: | ||
4061 | |||
4062 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1606 f882894a-f735-0410-b71e-b25c423dba1c | ||
4063 | |||
4064 | 2007-02-02 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | ||
4065 | |||
4066 | * plugins/check_snmp.c: Fix parsing of multiple OIDs sets needmibs = | ||
4067 | TRUE git-svn-id: | ||
4068 | |||
4069 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1605 f882894a-f735-0410-b71e-b25c423dba1c | ||
4070 | |||
4071 | 2007-02-01 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | ||
4072 | |||
4073 | * plugins/check_tcp.c, plugins/t/check_jabber.t: Fix progname being | ||
4074 | partly set to upper case Change formating of invalid hostname output git-svn-id: | ||
4075 | |||
4076 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1604 f882894a-f735-0410-b71e-b25c423dba1c | ||
4077 | |||
4078 | 2007-02-01 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | ||
4079 | |||
4080 | * NEWS: Adding NEWS entry for check_jabber git-svn-id: | ||
4081 | |||
4082 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1603 f882894a-f735-0410-b71e-b25c423dba1c | ||
4083 | |||
4084 | 2007-02-01 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | ||
4085 | |||
4086 | * plugins-scripts/check_log.sh: Fix bug #1593073 Check_Log problem | ||
4087 | with log rotation git-svn-id: | ||
4088 | |||
4089 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1602 f882894a-f735-0410-b71e-b25c423dba1c | ||
4090 | |||
4091 | 2007-01-31 Ton Voon <tonvoon@users.sourceforge.net> | ||
4092 | |||
4093 | * plugins/t/check_jabber.t: Converted to new style object and | ||
4094 | Test::More testing. Skipped jabber server tests if not defined git-svn-id: | ||
4095 | |||
4096 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1601 f882894a-f735-0410-b71e-b25c423dba1c | ||
4097 | |||
4098 | 2007-01-31 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | ||
4099 | |||
4100 | * plugins/t/check_jabber.t: Add check_jabber test. Will ask for a | ||
4101 | jabber host (default should be OK) git-svn-id: | ||
4102 | |||
4103 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1600 f882894a-f735-0410-b71e-b25c423dba1c | ||
4104 | |||
4105 | 2007-01-31 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | ||
4106 | |||
4107 | * plugins/check_tcp.c: Fix Debian Bug #392610: check_jabber always | ||
4108 | return warning git-svn-id: | ||
4109 | |||
4110 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1599 f882894a-f735-0410-b71e-b25c423dba1c | ||
4111 | |||
4112 | 2007-01-30 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | ||
4113 | |||
4114 | * plugins/check_tcp.c: Jail does not requires any arguments git-svn-id: | ||
4115 | |||
4116 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1598 f882894a-f735-0410-b71e-b25c423dba1c | ||
4117 | |||
4118 | 2007-01-30 Ton Voon <tonvoon@users.sourceforge.net> | ||
4119 | |||
4120 | * config.rpath: make dist failing without config.rpath in top level. | ||
4121 | File copied from build-aux/ git-svn-id: | ||
4122 | |||
4123 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1597 f882894a-f735-0410-b71e-b25c423dba1c | ||
4124 | |||
4125 | 2007-01-30 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | ||
4126 | |||
4127 | * plugins/check_tcp.c, plugins/t/check_tcp.t: Fix reporting bug | ||
4128 | using expect, affecting (not fixing) Debian bug #392610: | ||
4129 | check_jabber always return warning git-svn-id: | ||
4130 | |||
4131 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1596 f882894a-f735-0410-b71e-b25c423dba1c | ||
4132 | |||
4133 | 2007-01-30 Holger Weiss <hweiss@users.sourceforge.net> | ||
4134 | |||
4135 | * configure.in: grep(1) "-q" isn't portable (e.g., it won't work on | ||
4136 | Solaris 8), redirect output to /dev/null instead. git-svn-id: | ||
4137 | |||
4138 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1595 f882894a-f735-0410-b71e-b25c423dba1c | ||
4139 | |||
4140 | 2007-01-29 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | ||
4141 | |||
4142 | * plugins/check_disk.c, plugins/t/check_disk.t: Revert 1643463 | ||
4143 | (reversed disk thresholds) keeping the thresholds checks. git-svn-id: | ||
4144 | |||
4145 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1594 f882894a-f735-0410-b71e-b25c423dba1c | ||
4146 | |||
4147 | 2007-01-29 Holger Weiss <hweiss@users.sourceforge.net> | ||
4148 | |||
4149 | * configure.in: Automake 1.10 says: "compiling `test_disk.c' with | ||
4150 | per-target flags requires `AM_PROG_CC_C_O' in `configure.in'". git-svn-id: | ||
4151 | |||
4152 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1593 f882894a-f735-0410-b71e-b25c423dba1c | ||
4153 | |||
4154 | 2007-01-29 Ton Voon <tonvoon@users.sourceforge.net> | ||
4155 | |||
4156 | * build-aux/config.rpath, config.rpath: Move config.rpath into | ||
4157 | build-aux for automake 1.10 git-svn-id: | ||
4158 | |||
4159 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1592 f882894a-f735-0410-b71e-b25c423dba1c | ||
4160 | |||
4161 | 2007-01-28 Holger Weiss <hweiss@users.sourceforge.net> | ||
4162 | |||
4163 | * INSTALLING: Remove description of deprecated ./configure | ||
4164 | --with-nagios-{user,group} options. git-svn-id: | ||
4165 | |||
4166 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1591 f882894a-f735-0410-b71e-b25c423dba1c | ||
4167 | |||
4168 | 2007-01-28 Holger Weiss <hweiss@users.sourceforge.net> | ||
4169 | |||
4170 | * plugins-root/check_dhcp.c, plugins/check_apt.c, | ||
4171 | plugins/check_by_ssh.c, plugins/check_dig.c, plugins/check_dns.c, | ||
4172 | plugins/check_fping.c, plugins/check_game.c, plugins/check_hpjd.c, | ||
4173 | plugins/check_http.c, plugins/check_ide_smart.c, | ||
4174 | plugins/check_ldap.c, plugins/check_load.c, plugins/check_mrtg.c, | ||
4175 | plugins/check_mrtgtraf.c, plugins/check_mysql.c, | ||
4176 | plugins/check_mysql_query.c, plugins/check_nagios.c, | ||
4177 | plugins/check_nt.c, plugins/check_ntp.c, plugins/check_nwstat.c, | ||
4178 | plugins/check_overcr.c, plugins/check_pgsql.c, | ||
4179 | plugins/check_ping.c, plugins/check_procs.c, | ||
4180 | plugins/check_radius.c, plugins/check_real.c, plugins/check_smtp.c, | ||
4181 | plugins/check_snmp.c, plugins/check_ssh.c, plugins/check_swap.c, | ||
4182 | plugins/check_tcp.c, plugins/check_time.c, plugins/check_ups.c, | ||
4183 | plugins/check_users.c, plugins/negate.c, plugins/urlize.c, | ||
4184 | plugins/utils.c, plugins/utils.h: Don't try to print `optarg' (which | ||
4185 | will be a NULL pointer) if an unknown command line option was used, | ||
4186 | as this leads to a segfault on some systems. The unknown option | ||
4187 | will be printed by getopt(3) anyway. So, simply call print_usage() | ||
4188 | and exit UNKNOWN via the new usage5() instead. git-svn-id: | ||
4189 | |||
4190 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1590 f882894a-f735-0410-b71e-b25c423dba1c | ||
4191 | |||
4192 | 2007-01-27 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | ||
4193 | |||
4194 | * plugins/check_disk.c, plugins/t/check_disk.t: Fix #1643463: | ||
4195 | Miscalculating thresholds check_disk git-svn-id: | ||
4196 | |||
4197 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1589 f882894a-f735-0410-b71e-b25c423dba1c | ||
4198 | |||
4199 | 2007-01-27 Holger Weiss <hweiss@users.sourceforge.net> | ||
4200 | |||
4201 | * lib/utils_base.c: Change the variable names `true' and `false' | ||
4202 | (which are keywords in C99) to `yes' and `no'. Fixes compilation | ||
4203 | when using SGI's MIPSpro c99(1). git-svn-id: | ||
4204 | |||
4205 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1588 f882894a-f735-0410-b71e-b25c423dba1c | ||
4206 | |||
4207 | 2007-01-27 Holger Weiss <hweiss@users.sourceforge.net> | ||
4208 | |||
4209 | * plugins/common.h: Include GNULib's "dirname.h" in order to pull in | ||
4210 | the base_name() prototype, fixes compilation of check_procs using | ||
4211 | SGI's MIPSpro C. git-svn-id: | ||
4212 | |||
4213 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1587 f882894a-f735-0410-b71e-b25c423dba1c | ||
4214 | |||
4215 | 2007-01-27 Holger Weiss <hweiss@users.sourceforge.net> | ||
4216 | |||
4217 | * ACKNOWLEDGEMENTS, NEWS: Fix typos. git-svn-id: | ||
4218 | |||
4219 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1586 f882894a-f735-0410-b71e-b25c423dba1c | ||
4220 | |||
4221 | 2007-01-27 Holger Weiss <hweiss@users.sourceforge.net> | ||
4222 | |||
4223 | * NEWS: Added "-o,--ssh-option=OPTION" which hands "-o OPTION" over | ||
4224 | to ssh(1) and "-q,--quiet" which tells ssh(1) to suppress warnings | ||
4225 | (Gerhard Lausser - 1472491) git-svn-id: | ||
4226 | |||
4227 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1585 f882894a-f735-0410-b71e-b25c423dba1c | ||
4228 | |||
4229 | 2007-01-27 Holger Weiss <hweiss@users.sourceforge.net> | ||
4230 | |||
4231 | * plugins-root/check_dhcp.c: Include <sys/param.h> which is a | ||
4232 | prerequisite for <sys/sysctl.h> on NetBSD and OpenBSD (at least). git-svn-id: | ||
4233 | |||
4234 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1584 f882894a-f735-0410-b71e-b25c423dba1c | ||
4235 | |||
4236 | 2007-01-25 Ton Voon <tonvoon@users.sourceforge.net> | ||
4237 | |||
4238 | * Makefile.am, README, configure.in, doc/RELEASING: Update | ||
4239 | references to NEWS instead of CHANGES. Fix compile of libtap test | ||
4240 | programs git-svn-id: | ||
4241 | |||
4242 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1583 f882894a-f735-0410-b71e-b25c423dba1c | ||
4243 | |||
4244 | 2007-01-25 Ton Voon <tonvoon@users.sourceforge.net> | ||
4245 | |||
4246 | * build-aux/.cvsignore, build-aux/ltmain.sh, config.guess, | ||
4247 | config.sub, configure.in, ltmain.sh: Use build-aux directory. | ||
4248 | Removed unnecessary checks in configure.in. Keeping libtool to link | ||
4249 | to libtap - can't find a suitable replacement method git-svn-id: | ||
4250 | |||
4251 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1582 f882894a-f735-0410-b71e-b25c423dba1c | ||
4252 | |||
4253 | 2007-01-24 Ton Voon <tonvoon@users.sourceforge.net> | ||
4254 | |||
4255 | * ACKNOWLEDGEMENTS, CHANGES, NEWS, config.rpath, configure.in, | ||
4256 | doc/developer-guidelines.sgml, gl/.cvsignore, plugins/Makefile.am, | ||
4257 | plugins/check_procs.c, po/POTFILES.in: Various cleanups in the | ||
4258 | syncing with gnulib git-svn-id: | ||
4259 | |||
4260 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1581 f882894a-f735-0410-b71e-b25c423dba1c | ||
4261 | |||
4262 | 2007-01-24 Ton Voon <tonvoon@users.sourceforge.net> | ||
4263 | |||
4264 | * Makefile.am, NEWS, config.rpath, configure.in, | ||
4265 | doc/developer-guidelines.sgml, gl/Makefile.am, gl/alloca.c, | ||
4266 | gl/alloca_.h, gl/asnprintf.c, gl/asprintf.c, gl/basename.c, | ||
4267 | gl/c-strtod.c, gl/c-strtod.h, gl/cloexec.c, gl/cloexec.h, | ||
4268 | gl/creat-safer.c, gl/dirname.c, gl/dirname.h, gl/dup-safer.c, | ||
4269 | gl/error.c, gl/error.h, gl/exit.h, gl/exitfail.c, gl/exitfail.h, | ||
4270 | gl/fcntl--.h, gl/fcntl-safer.h, gl/fd-safer.c, gl/fsusage.c, | ||
4271 | gl/fsusage.h, gl/full-read.c, gl/full-read.h, gl/full-write.c, | ||
4272 | gl/full-write.h, gl/gai_strerror.c, gl/getaddrinfo.c, | ||
4273 | gl/getaddrinfo.h, gl/gethostname.c, gl/getloadavg.c, gl/getopt.c, | ||
4274 | gl/getopt1.c, gl/getopt_.h, gl/getopt_int.h, gl/gettext.h, | ||
4275 | gl/inet_ntop.c, gl/inet_ntop.h, gl/intprops.h, | ||
4276 | gl/m4/absolute-header.m4, gl/m4/alloca.m4, gl/m4/arpa_inet_h.m4, | ||
4277 | gl/m4/c-strtod.m4, gl/m4/cloexec.m4, gl/m4/codeset.m4, | ||
4278 | gl/m4/dirname.m4, gl/m4/dos.m4, gl/m4/double-slash-root.m4, | ||
4279 | gl/m4/eoverflow.m4, gl/m4/error.m4, gl/m4/exitfail.m4, | ||
4280 | gl/m4/extensions.m4, gl/m4/fcntl-safer.m4, gl/m4/fstypename.m4, | ||
4281 | gl/m4/fsusage.m4, gl/m4/getaddrinfo.m4, gl/m4/gethostname.m4, | ||
4282 | gl/m4/getloadavg.m4, gl/m4/getopt.m4, gl/m4/gettext.m4, | ||
4283 | gl/m4/glibc2.m4, gl/m4/glibc21.m4, gl/m4/gnulib-cache.m4, | ||
4284 | gl/m4/gnulib-common.m4, gl/m4/gnulib-comp.m4, gl/m4/gnulib-tool.m4, | ||
4285 | gl/m4/iconv.m4, gl/m4/inet_ntop.m4, gl/m4/inline.m4, | ||
4286 | gl/m4/intdiv0.m4, gl/m4/intl.m4, gl/m4/intldir.m4, gl/m4/intmax.m4, | ||
4287 | gl/m4/intmax_t.m4, gl/m4/inttypes-pri.m4, gl/m4/inttypes_h.m4, | ||
4288 | gl/m4/lcmessage.m4, gl/m4/lib-ld.m4, gl/m4/lib-link.m4, | ||
4289 | gl/m4/lib-prefix.m4, gl/m4/lock.m4, gl/m4/longdouble.m4, | ||
4290 | gl/m4/longlong.m4, gl/m4/ls-mntd-fs.m4, gl/m4/mbchar.m4, | ||
4291 | gl/m4/mbiter.m4, gl/m4/mbrtowc.m4, gl/m4/memchr.m4, | ||
4292 | gl/m4/minmax.m4, gl/m4/mountlist.m4, gl/m4/netinet_in_h.m4, | ||
4293 | gl/m4/nls.m4, gl/m4/onceonly_2_57.m4, gl/m4/po.m4, | ||
4294 | gl/m4/printf-posix.m4, gl/m4/progtest.m4, gl/m4/regex.m4, | ||
4295 | gl/m4/safe-read.m4, gl/m4/safe-write.m4, gl/m4/size_max.m4, | ||
4296 | gl/m4/snprintf.m4, gl/m4/socklen.m4, gl/m4/sockpfaf.m4, | ||
4297 | gl/m4/ssize_t.m4, gl/m4/stdbool.m4, gl/m4/stdint.m4, | ||
4298 | gl/m4/stdint_h.m4, gl/m4/strcase.m4, gl/m4/strdup.m4, | ||
4299 | gl/m4/strndup.m4, gl/m4/strnlen.m4, gl/m4/sys_socket_h.m4, | ||
4300 | gl/m4/uintmax_t.m4, gl/m4/ulonglong.m4, gl/m4/unistd-safer.m4, | ||
4301 | gl/m4/unistd_h.m4, gl/m4/vasnprintf.m4, gl/m4/vasprintf.m4, | ||
4302 | gl/m4/visibility.m4, gl/m4/vsnprintf.m4, gl/m4/wchar.m4, | ||
4303 | gl/m4/wchar_t.m4, gl/m4/wctype.m4, gl/m4/wcwidth.m4, | ||
4304 | gl/m4/wint_t.m4, gl/m4/xalloc.m4, gl/m4/xsize.m4, | ||
4305 | gl/m4/xstrndup.m4, gl/malloc.c, gl/mbchar.c, gl/mbchar.h, | ||
4306 | gl/mbuiter.h, gl/memchr.c, gl/minmax.h, gl/mountlist.c, | ||
4307 | gl/mountlist.h, gl/open-safer.c, gl/pipe-safer.c, gl/printf-args.c, | ||
4308 | gl/printf-args.h, gl/printf-parse.c, gl/printf-parse.h, | ||
4309 | gl/regcomp.c, gl/regex.c, gl/regex.h, gl/regex_internal.c, | ||
4310 | gl/regex_internal.h, gl/regexec.c, gl/safe-read.c, gl/safe-read.h, | ||
4311 | gl/safe-write.c, gl/safe-write.h, gl/size_max.h, gl/snprintf.c, | ||
4312 | gl/snprintf.h, gl/socket_.h, gl/stdbool_.h, gl/stdint_.h, | ||
4313 | gl/strcase.h, gl/strcasecmp.c, gl/strdup.c, gl/strdup.h, | ||
4314 | gl/stripslash.c, gl/strncasecmp.c, gl/strndup.c, gl/strndup.h, | ||
4315 | gl/strnlen.c, gl/strnlen.h, gl/strnlen1.c, gl/strnlen1.h, | ||
4316 | gl/unistd--.h, gl/unistd-safer.h, gl/unistd_.h, gl/vasnprintf.c, | ||
4317 | gl/vasnprintf.h, gl/vasprintf.c, gl/vasprintf.h, gl/vsnprintf.c, | ||
4318 | gl/vsnprintf.h, gl/wchar_.h, gl/wctype_.h, gl/wcwidth.h, | ||
4319 | gl/xalloc-die.c, gl/xalloc.h, gl/xmalloc.c, gl/xsize.h, | ||
4320 | gl/xstrndup.c, gl/xstrndup.h, lib/Makefile.am, lib/alloca.c, | ||
4321 | lib/alloca_.h, lib/basename.c, lib/c-strtod.c, lib/c-strtod.h, | ||
4322 | lib/c-strtold.c, lib/cloexec.c, lib/cloexec.h, lib/creat-safer.c, | ||
4323 | lib/dirname.h, lib/dup-safer.c, lib/error.c, lib/error.h, | ||
4324 | lib/exit.h, lib/exitfail.c, lib/exitfail.h, lib/fcntl--.h, | ||
4325 | lib/fcntl-safer.h, lib/fd-safer.c, lib/fsusage.c, lib/fsusage.h, | ||
4326 | lib/full-read.c, lib/full-read.h, lib/full-write.c, | ||
4327 | lib/full-write.h, lib/getloadavg.c, lib/getopt.c, lib/getopt1.c, | ||
4328 | lib/getopt_.h, lib/getopt_int.h, lib/gettext.h, lib/intprops.h, | ||
4329 | lib/malloc.c, lib/mountlist.c, lib/mountlist.h, lib/open-safer.c, | ||
4330 | lib/pipe-safer.c, lib/realloc.c, lib/regcomp.c, lib/regex.c, | ||
4331 | lib/regex.h, lib/regex_internal.c, lib/regex_internal.h, | ||
4332 | lib/regexec.c, lib/safe-read.c, lib/safe-read.h, lib/safe-write.c, | ||
4333 | lib/safe-write.h, lib/snprintf.c, lib/stdbool_.h, lib/strcase.h, | ||
4334 | lib/strtod.c, lib/tests/Makefile.am, lib/unistd--.h, | ||
4335 | lib/unistd-safer.h, lib/unlocked-io.h, lib/xalloc-die.c, | ||
4336 | lib/xalloc.h, lib/xmalloc.c, lib/xstrdup.c, m4/Makefile.am.in, | ||
4337 | m4/afs.m4, m4/alloca.m4, m4/basename.m4, m4/c-strtod.m4, | ||
4338 | m4/codeset.m4, m4/dos.m4, m4/error.m4, m4/exitfail.m4, | ||
4339 | m4/extensions.m4, m4/fcntl-safer.m4, m4/fstypename.m4, | ||
4340 | m4/fsusage.m4, m4/getopt.m4, m4/gettext.m4, m4/glibc21.m4, | ||
4341 | m4/iconv.m4, m4/inttypes-pri.m4, m4/inttypes.m4, m4/inttypes_h.m4, | ||
4342 | m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4, m4/longdouble.m4, | ||
4343 | m4/longlong.m4, m4/ls-mntd-fs.m4, m4/mountlist.m4, m4/nls.m4, | ||
4344 | m4/np_coreutils.m4, m4/np_curl.m4, m4/onceonly_2_57.m4, m4/po.m4, | ||
4345 | m4/progtest.m4, m4/regex.m4, m4/restrict.m4, m4/signed.m4, | ||
4346 | m4/stdbool.m4, m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4, | ||
4347 | m4/unistd-safer.m4, m4/unlocked-io.m4, m4/wchar_t.m4, m4/wint_t.m4, | ||
4348 | m4/xalloc.m4, plugins-root/Makefile.am, plugins/Makefile.am, | ||
4349 | plugins/check_smtp.c, plugins/common.h, plugins/getaddrinfo.c, | ||
4350 | plugins/getaddrinfo.h, plugins/gethostbyname.c, | ||
4351 | plugins/gethostbyname.h, plugins/netutils.h, tools/setup, | ||
4352 | tools/update_coreutils: Sync with gnulib - lots of extraneous code | ||
4353 | removed in preference to GNU code git-svn-id: | ||
4354 | |||
4355 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1580 f882894a-f735-0410-b71e-b25c423dba1c | ||
4356 | |||
4357 | 2007-01-23 Holger Weiss <hweiss@users.sourceforge.net> | ||
4358 | |||
4359 | * THANKS.in, plugins/check_ssh.c: Support `check_ssh | ||
4360 | --hostname=ADDRESS' (but keep `--host=ADDRESS' for backward | ||
4361 | compatibility) (Ville Mattila - 1642780) git-svn-id: | ||
4362 | |||
4363 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1579 f882894a-f735-0410-b71e-b25c423dba1c | ||
4364 | |||
4365 | 2007-01-23 Holger Weiss <hweiss@users.sourceforge.net> | ||
4366 | |||
4367 | * REQUIREMENTS: Location updates git-svn-id: | ||
4368 | |||
4369 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1578 f882894a-f735-0410-b71e-b25c423dba1c | ||
4370 | |||
4371 | 2007-01-23 Holger Weiss <hweiss@users.sourceforge.net> | ||
4372 | |||
4373 | * plugins/check_tcp.c: Add missing `break' to the switch-case block | ||
4374 | that handles the `-m' option (Nobuhiro Ban - 1642682) git-svn-id: | ||
4375 | |||
4376 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1577 f882894a-f735-0410-b71e-b25c423dba1c | ||
4377 | |||
4378 | 2007-01-23 Holger Weiss <hweiss@users.sourceforge.net> | ||
4379 | |||
4380 | * THANKS.in, plugins/check_radius.c: Initialize `data' to zero, | ||
4381 | fixes potential segfault (Nobuhiro Ban - 1642658) git-svn-id: | ||
4382 | |||
4383 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1576 f882894a-f735-0410-b71e-b25c423dba1c | ||
4384 | |||
4385 | 2007-01-23 Holger Weiss <hweiss@users.sourceforge.net> | ||
4386 | |||
4387 | * lib/mountlist.c: Add support for statvfs(2) which is needed in | ||
4388 | order to compile the plugins on NetBSD 3.0 and newer. The current | ||
4389 | coreutils release supports statvfs(2), so this patch won't be needed | ||
4390 | anymore when updating the coreutils files. git-svn-id: | ||
4391 | |||
4392 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1575 f882894a-f735-0410-b71e-b25c423dba1c | ||
4393 | |||
4394 | 2007-01-22 Holger Weiss <hweiss@users.sourceforge.net> | ||
4395 | |||
4396 | * plugins/check_by_ssh.c: Added "-o,--ssh-option=OPTION" which hands | ||
4397 | "-o OPTION" over to ssh(1) and "-q,--quiet" which tells ssh(1) to | ||
4398 | suppress warnings (Gerhard Lausser - 1472491) git-svn-id: | ||
4399 | |||
4400 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1574 f882894a-f735-0410-b71e-b25c423dba1c | ||
4401 | |||
4402 | 2007-01-20 Ton Voon <tonvoon@users.sourceforge.net> | ||
4403 | |||
4404 | * doc/developer-guidelines.sgml: Updated policy on contributed | ||
4405 | plugins git-svn-id: | ||
4406 | |||
4407 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1573 f882894a-f735-0410-b71e-b25c423dba1c | ||
4408 | |||
4409 | 2007-01-20 Ton Voon <tonvoon@users.sourceforge.net> | ||
4410 | |||
4411 | * doc/LEAVERS, doc/NEW_STARTERS, doc/RELEASING: Administrative notes git-svn-id: | ||
4412 | |||
4413 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1572 f882894a-f735-0410-b71e-b25c423dba1c | ||
4414 | |||
4415 | 2007-01-20 M. Sean Finney <seanius@users.sourceforge.net> | ||
4416 | |||
4417 | * plugins/check_ntp.c: compilation fixes for check_ntp.c: - check_ntp.c:290: warning: overflow in implicit constant conversion fixed with an explicit cast to int8_t. - check_ntp.c:544: warning: pointer of type ‘void *’ used | ||
4418 | in arithmetic fixed by casting to ptrdiff_t before arithmetic and | ||
4419 | (void*) afterwards - in TVtoNTP64, cast arithmetic result passed to R32 as uint64_t. git-svn-id: | ||
4420 | |||
4421 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1571 f882894a-f735-0410-b71e-b25c423dba1c | ||
4422 | |||
4423 | 2007-01-20 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | ||
4424 | |||
4425 | * plugins/check_http.c, plugins/check_ldap.c: Fix bug #1632091: | ||
4426 | printf format string typos. Add some more cosmetic changes. git-svn-id: | ||
4427 | |||
4428 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1570 f882894a-f735-0410-b71e-b25c423dba1c | ||
4429 | |||
4430 | 2007-01-20 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | ||
4431 | |||
4432 | * plugins-root/check_icmp.c: Fix bug #1632078: critical threshold % | ||
4433 | incorrectly displayed by check_icmp git-svn-id: | ||
4434 | |||
4435 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1569 f882894a-f735-0410-b71e-b25c423dba1c | ||
4436 | |||
4437 | 2007-01-20 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | ||
4438 | |||
4439 | * CHANGES, THANKS.in, plugins/netutils.c: Fix bug #1632072 pointer | ||
4440 | error in plugins/netutils.c. Add changelog entry for previous | ||
4441 | commit. git-svn-id: | ||
4442 | |||
4443 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1568 f882894a-f735-0410-b71e-b25c423dba1c | ||
4444 | |||
4445 | 2007-01-17 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | ||
4446 | |||
4447 | * THANKS.in, plugins/check_procs.c: Fix bug #1630970 Fix for buffer | ||
4448 | overflow of check_procs procprog string git-svn-id: | ||
4449 | |||
4450 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1566 f882894a-f735-0410-b71e-b25c423dba1c | ||
4451 | |||
4452 | 2007-01-08 Ton Voon <tonvoon@users.sourceforge.net> | ||
4453 | |||
4454 | * CHANGES, THANKS.in, plugins/t/check_disk.t: Added notes about | ||
4455 | check_disk perf data fix. Added test to check perf data is same when | ||
4456 | mount points reversed git-svn-id: | ||
4457 | |||
4458 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1565 f882894a-f735-0410-b71e-b25c423dba1c | ||
4459 | |||
4460 | 2007-01-07 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | ||
4461 | |||
4462 | * plugins/check_disk.c: Fix bug #1627970: check_disk performance | ||
4463 | output for more then one partition git-svn-id: | ||
4464 | |||
4465 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1564 f882894a-f735-0410-b71e-b25c423dba1c | ||
4466 | |||
4467 | 2007-01-06 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | ||
4468 | |||
4469 | * plugins/check_ping.c: Fix bug #1629008: check_ping fails to handle | ||
4470 | Packet filtered error git-svn-id: | ||
4471 | |||
4472 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1563 f882894a-f735-0410-b71e-b25c423dba1c | ||
4473 | |||
4474 | 2007-01-06 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | ||
4475 | |||
4476 | * plugins/check_ping.c: Revert last patch: it works but not really | ||
4477 | for the reason I though. git-svn-id: | ||
4478 | |||
4479 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1562 f882894a-f735-0410-b71e-b25c423dba1c | ||
4480 | |||
4481 | 2007-01-06 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | ||
4482 | |||
4483 | * plugins/check_ping.c: Fix the way check_ping calculate the maximum | ||
4484 | run time git-svn-id: | ||
4485 | |||
4486 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1561 f882894a-f735-0410-b71e-b25c423dba1c | ||
4487 | |||
4488 | 2007-01-04 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | ||
4489 | |||
4490 | * plugins/check_real.c: Fix bug #1574863: check_real does not accept | ||
4491 | the '-v' option git-svn-id: | ||
4492 | |||
4493 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1560 f882894a-f735-0410-b71e-b25c423dba1c | ||
4494 | |||
4495 | 2007-01-04 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | ||
4496 | |||
4497 | * plugins/check_ping.c: Fix bug #1592605: check_ping times out git-svn-id: | ||
4498 | |||
4499 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1559 f882894a-f735-0410-b71e-b25c423dba1c | ||
4500 | |||
4501 | 2007-01-04 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | ||
4502 | |||
4503 | * tools/README, tools/distclean: Adding my distclean script git-svn-id: | ||
4504 | |||
4505 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1558 f882894a-f735-0410-b71e-b25c423dba1c | ||
4506 | |||
4507 | 2006-12-23 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | ||
4508 | |||
4509 | * plugins/t/check_snmp.t: Regexps in check_snmp tests fails where | ||
4510 | they shouldn't. git-svn-id: | ||
4511 | |||
4512 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1557 f882894a-f735-0410-b71e-b25c423dba1c | ||
4513 | |||
4514 | 2006-12-21 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | ||
4515 | |||
4516 | * NPTest.pm: - Fixing small error (wrong file name) in NPTest.pm documentation. git-svn-id: | ||
4517 | |||
4518 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1556 f882894a-f735-0410-b71e-b25c423dba1c | ||
4519 | |||
4520 | 2006-12-20 Ton Voon <tonvoon@users.sourceforge.net> | ||
4521 | |||
4522 | * CHANGES, THANKS.in, plugins/check_http.c, plugins/t/check_http.t: | ||
4523 | Removed unused timestamp variable (Matthias Eble) Fixed redirection | ||
4524 | test. Added extra tests for funny syntax when checking certificates, | ||
4525 | updated help for more common syntax git-svn-id: | ||
4526 | |||
4527 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1555 f882894a-f735-0410-b71e-b25c423dba1c | ||
4528 | |||
4529 | 2006-12-20 Ton Voon <tonvoon@users.sourceforge.net> | ||
4530 | |||
4531 | * lib/utils_disk.c, lib/utils_disk.h, plugins/check_disk.c, | ||
4532 | plugins/t/check_disk.t: Fixed inode thresholds, regressed from | ||
4533 | previous release git-svn-id: | ||
4534 | |||
4535 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1554 f882894a-f735-0410-b71e-b25c423dba1c | ||
4536 | |||
4537 | 2006-12-20 Benoit Mortier <opensides@users.sourceforge.net> | ||
4538 | |||
4539 | * po/de.po, po/fr.po, po/nagios-plugins.pot: updated the | ||
4540 | nagios-pulgins.pot files now that localization is clean first pass | ||
4541 | at updating the french locale git-svn-id: | ||
4542 | |||
4543 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1553 f882894a-f735-0410-b71e-b25c423dba1c | ||
4544 | |||
4545 | 2006-12-12 Ton Voon <tonvoon@users.sourceforge.net> | ||
4546 | |||
4547 | * plugins-scripts/t/utils.t: Enhanced test for single letters in | ||
4548 | fqdn git-svn-id: | ||
4549 | |||
4550 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1549 f882894a-f735-0410-b71e-b25c423dba1c | ||
4551 | |||
4552 | 2006-12-12 Ton Voon <tonvoon@users.sourceforge.net> | ||
4553 | |||
4554 | * plugins-scripts/utils.pm.in: Allow single characters in fqdn (Dave | ||
4555 | Alden) git-svn-id: | ||
4556 | |||
4557 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1548 f882894a-f735-0410-b71e-b25c423dba1c | ||
4558 | |||
4559 | 2006-12-07 Ton Voon <tonvoon@users.sourceforge.net> | ||
4560 | |||
4561 | * CHANGES, THANKS.in, configure.in: Fixed HP/UX's swapinfo command | ||
4562 | for check_procs (Dick van den Burg - 1573700) git-svn-id: | ||
4563 | |||
4564 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1547 f882894a-f735-0410-b71e-b25c423dba1c | ||
4565 | |||
4566 | 2006-12-07 Ton Voon <tonvoon@users.sourceforge.net> | ||
4567 | |||
4568 | * THANKS.in, plugins/check_disk.c, plugins/check_swap.c, | ||
4569 | plugins/common.h, plugins/netutils.h: Fix coredump on 64bit Solaris. | ||
4570 | Also adds more error conditions and moves swap specific includes out | ||
4571 | of common.h (Duncan Ferguson - 1588031) git-svn-id: | ||
4572 | |||
4573 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1546 f882894a-f735-0410-b71e-b25c423dba1c | ||
4574 | |||
4575 | 2006-12-06 Ton Voon <tonvoon@users.sourceforge.net> | ||
4576 | |||
4577 | * plugins/Makefile.am: Move SSL libs to correct order per plugin git-svn-id: | ||
4578 | |||
4579 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1545 f882894a-f735-0410-b71e-b25c423dba1c | ||
4580 | |||
4581 | 2006-12-06 Ton Voon <tonvoon@users.sourceforge.net> | ||
4582 | |||
4583 | * plugins/Makefile.am: Only include -lssl for plugins that require | ||
4584 | it git-svn-id: | ||
4585 | |||
4586 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1544 f882894a-f735-0410-b71e-b25c423dba1c | ||
4587 | |||
4588 | 2006-12-06 Ton Voon <tonvoon@users.sourceforge.net> | ||
4589 | |||
4590 | * configure.in: Flag common compile error because of no ar on | ||
4591 | Solaris git-svn-id: | ||
4592 | |||
4593 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1543 f882894a-f735-0410-b71e-b25c423dba1c | ||
4594 | |||
4595 | 2006-12-06 Ton Voon <tonvoon@users.sourceforge.net> | ||
4596 | |||
4597 | * Makefile.am: Remove CVS files from distribution git-svn-id: | ||
4598 | |||
4599 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1542 f882894a-f735-0410-b71e-b25c423dba1c | ||
4600 | |||
4601 | 2006-12-06 Ton Voon <tonvoon@users.sourceforge.net> | ||
4602 | |||
4603 | * doc/developer-guidelines.sgml: Add libtool requirement for | ||
4604 | development git-svn-id: | ||
4605 | |||
4606 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1541 f882894a-f735-0410-b71e-b25c423dba1c | ||
4607 | |||
4608 | 2006-11-09 Ton Voon <tonvoon@users.sourceforge.net> | ||
4609 | |||
4610 | * CHANGES, THANKS.in, plugins/check_ping.c, plugins/netutils.c: | ||
4611 | Reduced DNS lookups in check_ping and netutils.c in IPv6 | ||
4612 | configurations (Pawel Malachowski) git-svn-id: | ||
4613 | |||
4614 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1535 f882894a-f735-0410-b71e-b25c423dba1c | ||
4615 | |||
4616 | 2006-11-03 Ton Voon <tonvoon@users.sourceforge.net> | ||
4617 | |||
4618 | * lib/Makefile.am, lib/alloca.c, lib/alloca_.h: Add alloca files, | ||
4619 | required for *BSD git-svn-id: | ||
4620 | |||
4621 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1534 f882894a-f735-0410-b71e-b25c423dba1c | ||
4622 | |||
4623 | 2006-11-01 Ton Voon <tonvoon@users.sourceforge.net> | ||
4624 | |||
4625 | * ChangeLog, configure.in, package.def: For 1.4.5 release git-svn-id: | ||
4626 | |||
4627 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1532 f882894a-f735-0410-b71e-b25c423dba1c | ||
4628 | |||
4629 | 2006-10-27 Ton Voon <tonvoon@users.sourceforge.net> | ||
4630 | |||
4631 | * plugins-scripts/t/utils.t, plugins-scripts/utils.pm.in: More edge | ||
4632 | testcases. Allow anything if ends with a . as long as correct | ||
4633 | characters git-svn-id: | ||
4634 | |||
4635 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1531 f882894a-f735-0410-b71e-b25c423dba1c | ||
4636 | |||
4637 | 2006-10-26 Ton Voon <tonvoon@users.sourceforge.net> | ||
4638 | |||
4639 | * NPTest.pm: New test variables default to "none", so no changes | ||
4640 | required to tinderbox satelites git-svn-id: | ||
4641 | |||
4642 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1530 f882894a-f735-0410-b71e-b25c423dba1c | ||
4643 | |||
4644 | 2006-10-26 Ton Voon <tonvoon@users.sourceforge.net> | ||
4645 | |||
4646 | * THANKS.in, plugins-scripts/check_oracle.sh: Fixed error if | ||
4647 | dba_free_space has no free segments (Florian Gleixner) git-svn-id: | ||
4648 | |||
4649 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1529 f882894a-f735-0410-b71e-b25c423dba1c | ||
4650 | |||
4651 | 2006-10-26 Ton Voon <tonvoon@users.sourceforge.net> | ||
4652 | |||
4653 | * plugins-scripts/Makefile.am, plugins-scripts/t/utils.t, | ||
4654 | plugins-scripts/utils.pm.in: Fixed regression where hostnames with | ||
4655 | hyphens were rejected (1581402 - Holger Weiss) git-svn-id: | ||
4656 | |||
4657 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1528 f882894a-f735-0410-b71e-b25c423dba1c | ||
4658 | |||
4659 | 2006-10-26 Ton Voon <tonvoon@users.sourceforge.net> | ||
4660 | |||
4661 | * : Removing unnecessary tarball git-svn-id: | ||
4662 | |||
4663 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1527 f882894a-f735-0410-b71e-b25c423dba1c | ||
4664 | |||
4665 | 2006-10-26 Ton Voon <tonvoon@users.sourceforge.net> | ||
4666 | |||
4667 | * THANKS.in, plugins/check_disk.c, plugins/check_http.c: Remove C | ||
4668 | style comments (1583467 - Markus Baertschi) git-svn-id: | ||
4669 | |||
4670 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1526 f882894a-f735-0410-b71e-b25c423dba1c | ||
4671 | |||
4672 | 2006-10-24 Benoit Mortier <opensides@users.sourceforge.net> | ||
4673 | |||
4674 | * plugins-root/check_icmp.c: more fixes and removal of certain | ||
4675 | sentences not needed git-svn-id: | ||
4676 | |||
4677 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1525 f882894a-f735-0410-b71e-b25c423dba1c | ||
4678 | |||
4679 | 2006-10-24 Benoit Mortier <opensides@users.sourceforge.net> | ||
4680 | |||
4681 | * plugins-root/check_icmp.c, plugins/check_nt.c: last localization | ||
4682 | fixes for core plugins in c git-svn-id: | ||
4683 | |||
4684 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1524 f882894a-f735-0410-b71e-b25c423dba1c | ||
4685 | |||
4686 | 2006-10-24 Benoit Mortier <opensides@users.sourceforge.net> | ||
4687 | |||
4688 | * plugins/check_nt.c: next round of localization fixes git-svn-id: | ||
4689 | |||
4690 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1523 f882894a-f735-0410-b71e-b25c423dba1c | ||
4691 | |||
4692 | 2006-10-24 Ton Voon <tonvoon@users.sourceforge.net> | ||
4693 | |||
4694 | * plugins-root/Makefile.am, plugins-root/check_icmp.c: Fixed compile | ||
4695 | on non-glibc platforms git-svn-id: | ||
4696 | |||
4697 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1522 f882894a-f735-0410-b71e-b25c423dba1c | ||
4698 | |||
4699 | 2006-10-24 Ton Voon <tonvoon@users.sourceforge.net> | ||
4700 | |||
4701 | * plugins/check_http.c: Restored accidently regressed fix git-svn-id: | ||
4702 | |||
4703 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1521 f882894a-f735-0410-b71e-b25c423dba1c | ||
4704 | |||
4705 | 2006-10-23 Benoit Mortier <opensides@users.sourceforge.net> | ||
4706 | |||
4707 | * plugins/check_http.c: localization fixes git-svn-id: | ||
4708 | |||
4709 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1520 f882894a-f735-0410-b71e-b25c423dba1c | ||
4710 | |||
4711 | 2006-10-23 Benoit Mortier <opensides@users.sourceforge.net> | ||
4712 | |||
4713 | * plugins-root/check_icmp.c: first pass a making check icmp | ||
4714 | respecting nagiosplugins rules git-svn-id: | ||
4715 | |||
4716 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1519 f882894a-f735-0410-b71e-b25c423dba1c | ||
4717 | |||
4718 | 2006-10-22 Benoit Mortier <opensides@users.sourceforge.net> | ||
4719 | |||
4720 | * plugins/check_nt.c: latest localization fixes for tonight ;-) git-svn-id: | ||
4721 | |||
4722 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1518 f882894a-f735-0410-b71e-b25c423dba1c | ||
4723 | |||
4724 | 2006-10-22 Benoit Mortier <opensides@users.sourceforge.net> | ||
4725 | |||
4726 | * plugins/check_ldap.c: localization fixes git-svn-id: | ||
4727 | |||
4728 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1517 f882894a-f735-0410-b71e-b25c423dba1c | ||
4729 | |||
4730 | 2006-10-22 Benoit Mortier <opensides@users.sourceforge.net> | ||
4731 | |||
4732 | * plugins-root/check_icmp.c: putting default template for copyright | ||
4733 | and explanations git-svn-id: | ||
4734 | |||
4735 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1516 f882894a-f735-0410-b71e-b25c423dba1c | ||
4736 | |||
4737 | 2006-10-22 Benoit Mortier <opensides@users.sourceforge.net> | ||
4738 | |||
4739 | * plugins-root/check_icmp.c: revert mistake when commiting fixes git-svn-id: | ||
4740 | |||
4741 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1515 f882894a-f735-0410-b71e-b25c423dba1c | ||
4742 | |||
4743 | 2006-10-22 Benoit Mortier <opensides@users.sourceforge.net> | ||
4744 | |||
4745 | * plugins-root/check_icmp.c, plugins/check_apt.c, | ||
4746 | plugins/check_procs.c: more localization fixes git-svn-id: | ||
4747 | |||
4748 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1514 f882894a-f735-0410-b71e-b25c423dba1c | ||
4749 | |||
4750 | 2006-10-20 Ton Voon <tonvoon@users.sourceforge.net> | ||
4751 | |||
4752 | * plugins/check_snmp.c: Reverting back accidently regressed code git-svn-id: | ||
4753 | |||
4754 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1513 f882894a-f735-0410-b71e-b25c423dba1c | ||
4755 | |||
4756 | 2006-10-20 Benoit Mortier <opensides@users.sourceforge.net> | ||
4757 | |||
4758 | * plugins/check_mrtg.c: more localization fixes git-svn-id: | ||
4759 | |||
4760 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1512 f882894a-f735-0410-b71e-b25c423dba1c | ||
4761 | |||
4762 | 2006-10-20 Benoit Mortier <opensides@users.sourceforge.net> | ||
4763 | |||
4764 | * plugins-root/check_dhcp.c, plugins/check_apt.c: localization | ||
4765 | updates git-svn-id: | ||
4766 | |||
4767 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1511 f882894a-f735-0410-b71e-b25c423dba1c | ||
4768 | |||
4769 | 2006-10-19 Benoit Mortier <opensides@users.sourceforge.net> | ||
4770 | |||
4771 | * plugins/check_snmp.c: adding missing check_snmp git-svn-id: | ||
4772 | |||
4773 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1510 f882894a-f735-0410-b71e-b25c423dba1c | ||
4774 | |||
4775 | 2006-10-19 Benoit Mortier <opensides@users.sourceforge.net> | ||
4776 | |||
4777 | * plugins/check_radius.c, plugins/check_real.c, | ||
4778 | plugins/check_smtp.c, plugins/check_ssh.c, plugins/check_swap.c, | ||
4779 | plugins/check_tcp.c, plugins/check_time.c, plugins/check_ups.c, | ||
4780 | plugins/check_users.c, plugins/negate.c, plugins/urlize.c: another | ||
4781 | round of localization cleaning git-svn-id: | ||
4782 | |||
4783 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1509 f882894a-f735-0410-b71e-b25c423dba1c | ||
4784 | |||
4785 | 2006-10-19 Ton Voon <tonvoon@users.sourceforge.net> | ||
4786 | |||
4787 | * BUGS, ChangeLog, configure.in, package.def: For 1.4.4 release git-svn-id: | ||
4788 | |||
4789 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1507 f882894a-f735-0410-b71e-b25c423dba1c | ||
4790 | |||
4791 | 2006-10-19 Ton Voon <tonvoon@users.sourceforge.net> | ||
4792 | |||
4793 | * CHANGES: Added info re: 1.4.4 in prep for release git-svn-id: | ||
4794 | |||
4795 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1506 f882894a-f735-0410-b71e-b25c423dba1c | ||
4796 | |||
4797 | 2006-10-19 Ton Voon <tonvoon@users.sourceforge.net> | ||
4798 | |||
4799 | * THANKS.in, plugins/check_snmp.c: Initialise strings for Fedora | ||
4800 | Core 5 (Henning Schmiedehausen) git-svn-id: | ||
4801 | |||
4802 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1505 f882894a-f735-0410-b71e-b25c423dba1c | ||
4803 | |||
4804 | 2006-10-19 Ton Voon <tonvoon@users.sourceforge.net> | ||
4805 | |||
4806 | * THANKS.in, plugins/check_snmp.c: Removed asprintf for perf data | ||
4807 | (Craig Orsinger, Robby Giffin - 1310495) git-svn-id: | ||
4808 | |||
4809 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1504 f882894a-f735-0410-b71e-b25c423dba1c | ||
4810 | |||
4811 | 2006-10-19 Ton Voon <tonvoon@users.sourceforge.net> | ||
4812 | |||
4813 | * THANKS.in, plugins/check_snmp.c: type variable not cleared in Sol | ||
4814 | 10 (Kyle Tucker) git-svn-id: | ||
4815 | |||
4816 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1503 f882894a-f735-0410-b71e-b25c423dba1c | ||
4817 | |||
4818 | 2006-10-19 Ton Voon <tonvoon@users.sourceforge.net> | ||
4819 | |||
4820 | * THANKS.in, plugins/check_http.c, plugins/t/check_http.t: | ||
4821 | Redirection error if other headers beginning with L (Aravind | ||
4822 | Gottipati - 1562572) git-svn-id: | ||
4823 | |||
4824 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1502 f882894a-f735-0410-b71e-b25c423dba1c | ||
4825 | |||
4826 | 2006-10-19 Ton Voon <tonvoon@users.sourceforge.net> | ||
4827 | |||
4828 | * THANKS.in, plugins-scripts/utils.pm.in: Allow hostnames beginning | ||
4829 | with digits (O'Shaughnessy Evans - 1567390) git-svn-id: | ||
4830 | |||
4831 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1501 f882894a-f735-0410-b71e-b25c423dba1c | ||
4832 | |||
4833 | 2006-10-19 Ton Voon <tonvoon@users.sourceforge.net> | ||
4834 | |||
4835 | * plugins/t/check_smtp.t: Added tests for SMTP servers without TLS | ||
4836 | and with TLS git-svn-id: | ||
4837 | |||
4838 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1500 f882894a-f735-0410-b71e-b25c423dba1c | ||
4839 | |||
4840 | 2006-10-19 Benoit Mortier <opensides@users.sourceforge.net> | ||
4841 | |||
4842 | * plugins/check_apt.c, plugins/check_by_ssh.c, plugins/check_dig.c, | ||
4843 | plugins/check_dns.c, plugins/check_dummy.c, plugins/check_fping.c, | ||
4844 | plugins/check_game.c, plugins/check_hpjd.c, plugins/check_http.c, | ||
4845 | plugins/check_ide_smart.c, plugins/check_ldap.c, | ||
4846 | plugins/check_load.c, plugins/check_mrtg.c, | ||
4847 | plugins/check_mrtgtraf.c, plugins/check_mysql.c, | ||
4848 | plugins/check_mysql_query.c, plugins/check_nagios.c, | ||
4849 | plugins/check_nt.c, plugins/check_ntp.c, plugins/check_nwstat.c, | ||
4850 | plugins/check_overcr.c, plugins/check_pgsql.c, | ||
4851 | plugins/check_ping.c, plugins/check_procs.c: first pass at cleaning | ||
4852 | localization for new release first pass at making all the headre be | ||
4853 | the same licence, plugin, etc... git-svn-id: | ||
4854 | |||
4855 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1499 f882894a-f735-0410-b71e-b25c423dba1c | ||
4856 | |||
4857 | 2006-10-18 Ton Voon <tonvoon@users.sourceforge.net> | ||
4858 | |||
4859 | * plugins/check_disk.c, plugins/t/check_disk.t: Re-added perf data | ||
4860 | to check_disk git-svn-id: | ||
4861 | |||
4862 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1498 f882894a-f735-0410-b71e-b25c423dba1c | ||
4863 | |||
4864 | 2006-10-18 Ton Voon <tonvoon@users.sourceforge.net> | ||
4865 | |||
4866 | * lib/tests/test_disk.c, lib/utils_disk.h: Fix tests for exact | ||
4867 | matches when searching filesystems git-svn-id: | ||
4868 | |||
4869 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1497 f882894a-f735-0410-b71e-b25c423dba1c | ||
4870 | |||
4871 | 2006-10-18 Ton Voon <tonvoon@users.sourceforge.net> | ||
4872 | |||
4873 | * lib/utils_base.c, lib/utils_base.h: Cater for different errors | ||
4874 | when setting thresholds git-svn-id: | ||
4875 | |||
4876 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1496 f882894a-f735-0410-b71e-b25c423dba1c | ||
4877 | |||
4878 | 2006-10-12 Ton Voon <tonvoon@users.sourceforge.net> | ||
4879 | |||
4880 | * plugins/check_smtp.c, plugins/t/check_smtp.t: Resend EHLO after | ||
4881 | TLS negotiation as per RFC3207 (Holger Weiss - 1482832) git-svn-id: | ||
4882 | |||
4883 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1493 f882894a-f735-0410-b71e-b25c423dba1c | ||
4884 | |||
4885 | 2006-10-12 Ton Voon <tonvoon@users.sourceforge.net> | ||
4886 | |||
4887 | * plugins/check_ntp.c: Removed extraneous comma in perf data output git-svn-id: | ||
4888 | |||
4889 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1492 f882894a-f735-0410-b71e-b25c423dba1c | ||
4890 | |||
4891 | 2006-10-12 Ton Voon <tonvoon@users.sourceforge.net> | ||
4892 | |||
4893 | * plugins/check_disk.c, plugins/t/check_disk.t: Remove the "- free | ||
4894 | space" if status is OK git-svn-id: | ||
4895 | |||
4896 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1491 f882894a-f735-0410-b71e-b25c423dba1c | ||
4897 | |||
4898 | 2006-10-12 Ton Voon <tonvoon@users.sourceforge.net> | ||
4899 | |||
4900 | * NPTest.pm, THANKS.in, plugins/check_disk.c, | ||
4901 | plugins/t/check_disk.t: Fixed output from -e in check_disk (Andreas | ||
4902 | Behal) git-svn-id: | ||
4903 | |||
4904 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1490 f882894a-f735-0410-b71e-b25c423dba1c | ||
4905 | |||
4906 | 2006-10-02 Ton Voon <tonvoon@users.sourceforge.net> | ||
4907 | |||
4908 | * plugins/t/check_load.t: Fix test failure on poseidon git-svn-id: | ||
4909 | |||
4910 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1487 f882894a-f735-0410-b71e-b25c423dba1c | ||
4911 | |||
4912 | 2006-09-21 Ton Voon <tonvoon@users.sourceforge.net> | ||
4913 | |||
4914 | * THANKS.in, plugins/check_nwstat.c: Added perfdata for most | ||
4915 | variables and new parameters: VMU, VMF, VMP, NRMH, NRMP, NRMM, NRMS, | ||
4916 | NSS1 to NSS7 (Christian Mies) git-svn-id: | ||
4917 | |||
4918 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1480 f882894a-f735-0410-b71e-b25c423dba1c | ||
4919 | |||
4920 | 2006-09-02 M. Sean Finney <seanius@users.sourceforge.net> | ||
4921 | |||
4922 | * lib/utils_base.h, plugins/utils.h: - explicitly include utils_base.h from utils.h - put utils.h inside of an #ifndef/#endif git-svn-id: | ||
4923 | |||
4924 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1474 f882894a-f735-0410-b71e-b25c423dba1c | ||
4925 | |||
4926 | 2006-09-02 M. Sean Finney <seanius@users.sourceforge.net> | ||
4927 | |||
4928 | * plugins/check_tcp.c: - fix for warning/critical timeouts in check_tcp.c, in which the | ||
3193 | plugin would exit with a usage error if non-int timeouts were | 4929 | plugin would exit with a usage error if non-int timeouts were |
3194 | passed. - change --warning-time/--critical-time to just | 4930 | passed. - change --warning-time/--critical-time to just |
3195 | --warning/--critical, as it's what --help says. | 4931 | --warning/--critical, as it's what --help says. git-svn-id: |
4932 | |||
4933 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1473 f882894a-f735-0410-b71e-b25c423dba1c | ||
4934 | |||
4935 | 2006-08-14 Ton Voon <tonvoon@users.sourceforge.net> | ||
4936 | |||
4937 | * THANKS.in, plugins/check_disk.c: Fixed inode percent free output | ||
4938 | (Mike Emigh - 1531899) git-svn-id: | ||
4939 | |||
4940 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1469 f882894a-f735-0410-b71e-b25c423dba1c | ||
4941 | |||
4942 | 2006-08-14 Ton Voon <tonvoon@users.sourceforge.net> | ||
4943 | |||
4944 | * plugins/t/check_ntp.t: Fixed skip of no ntp test git-svn-id: | ||
4945 | |||
4946 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1468 f882894a-f735-0410-b71e-b25c423dba1c | ||
4947 | |||
4948 | 2006-08-11 Ton Voon <tonvoon@users.sourceforge.net> | ||
4949 | |||
4950 | * plugins/check_ntp.c, plugins/t/check_ntp.t: Catch no responses | ||
4951 | from any server (1538341 - nmdias) git-svn-id: | ||
4952 | |||
4953 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1467 f882894a-f735-0410-b71e-b25c423dba1c | ||
4954 | |||
4955 | 2006-08-03 Ton Voon <tonvoon@users.sourceforge.net> | ||
4956 | |||
4957 | * tools/tinderbox_build: Interpret the snapshot datestamp as GMT git-svn-id: | ||
4958 | |||
4959 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1465 f882894a-f735-0410-b71e-b25c423dba1c | ||
4960 | |||
4961 | 2006-07-31 Harper Mann <harpermann@users.sourceforge.net> | ||
4962 | |||
4963 | * plugins/check_nt.c: Bug: 694259 fix. After consulting with the | ||
4964 | target service authors, we decided to keep the default port as 1248 | ||
4965 | and add a note about other services sometimes using this port and | ||
4966 | suggesting to change the port. Closing bug. git-svn-id: | ||
4967 | |||
4968 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1464 f882894a-f735-0410-b71e-b25c423dba1c | ||
4969 | |||
4970 | 2006-07-31 Ton Voon <tonvoon@users.sourceforge.net> | ||
4971 | |||
4972 | * doc/developer-guidelines.sgml: M4 requirement for developer | ||
4973 | platform git-svn-id: | ||
4974 | |||
4975 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1463 f882894a-f735-0410-b71e-b25c423dba1c | ||
4976 | |||
4977 | 2006-07-29 Ton Voon <tonvoon@users.sourceforge.net> | ||
4978 | |||
4979 | * plugins-root/check_dhcp.c, plugins/common.h: Fix two Solaris | ||
4980 | compile problems git-svn-id: | ||
4981 | |||
4982 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1462 f882894a-f735-0410-b71e-b25c423dba1c | ||
4983 | |||
4984 | 2006-07-29 Ton Voon <tonvoon@users.sourceforge.net> | ||
4985 | |||
4986 | * po/POTFILES.in: Remove reference to check_udp.c git-svn-id: | ||
4987 | |||
4988 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1461 f882894a-f735-0410-b71e-b25c423dba1c | ||
4989 | |||
4990 | 2006-07-28 Ton Voon <tonvoon@users.sourceforge.net> | ||
4991 | |||
4992 | * configure.in, plugins-scripts/Makefile.am, plugins/Makefile.am: | ||
4993 | Cleanup references to old check_udp and INSTALL_OPTS. Error if | ||
4994 | --with-nagios-user or --with-nagios-group specified for configure git-svn-id: | ||
4995 | |||
4996 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1460 f882894a-f735-0410-b71e-b25c423dba1c | ||
4997 | |||
4998 | 2006-07-28 Ton Voon <tonvoon@users.sourceforge.net> | ||
4999 | |||
5000 | * CHANGES, plugins/Makefile.am, plugins/check_udp.c, | ||
5001 | plugins/t/check_udp.t: check_udp.c deprecated and check_udp now | ||
5002 | linked to check_tcp. check_udp2 removed git-svn-id: | ||
5003 | |||
5004 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1459 f882894a-f735-0410-b71e-b25c423dba1c | ||
5005 | |||
5006 | 2006-07-27 Ton Voon <tonvoon@users.sourceforge.net> | ||
5007 | |||
5008 | * doc/developer-guidelines.sgml: Example ranges (Nathan Vonnahme) git-svn-id: | ||
5009 | |||
5010 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1458 f882894a-f735-0410-b71e-b25c423dba1c | ||
5011 | |||
5012 | 2006-07-19 Ton Voon <tonvoon@users.sourceforge.net> | ||
5013 | |||
5014 | * THANKS.in, configure.in: Stricter autoconf 2.60 rules (Lance | ||
5015 | Albertson - 1522900) git-svn-id: | ||
5016 | |||
5017 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1457 f882894a-f735-0410-b71e-b25c423dba1c | ||
5018 | |||
5019 | 2006-07-19 Ton Voon <tonvoon@users.sourceforge.net> | ||
5020 | |||
5021 | * plugins/common.h: Fix to add uintmax_t, for check_disk.c compile git-svn-id: | ||
5022 | |||
5023 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1456 f882894a-f735-0410-b71e-b25c423dba1c | ||
5024 | |||
5025 | 2006-07-19 Ton Voon <tonvoon@users.sourceforge.net> | ||
5026 | |||
5027 | * plugins/common.h: Fix for CHAR_MAX on Solaris 9 git-svn-id: | ||
5028 | |||
5029 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1455 f882894a-f735-0410-b71e-b25c423dba1c | ||
5030 | |||
5031 | 2006-07-14 Ton Voon <tonvoon@users.sourceforge.net> | ||
5032 | |||
5033 | * lib/Makefile.am, lib/utils_base.c: Missing header files git-svn-id: | ||
5034 | |||
5035 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1454 f882894a-f735-0410-b71e-b25c423dba1c | ||
5036 | |||
5037 | 2006-07-14 Ton Voon <tonvoon@users.sourceforge.net> | ||
5038 | |||
5039 | * plugins/check_disk.c: Fix inode percents using coreutils' | ||
5040 | percentage calculation technique git-svn-id: | ||
5041 | |||
5042 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1453 f882894a-f735-0410-b71e-b25c423dba1c | ||
5043 | |||
5044 | 2006-07-13 Ton Voon <tonvoon@users.sourceforge.net> | ||
5045 | |||
5046 | * CHANGES, lib/tests/test_utils.c, lib/utils_base.c, | ||
5047 | lib/utils_base.h, lib/utils_disk.c, lib/utils_disk.h, | ||
5048 | plugins/check_disk.c, plugins/t/check_disk.t: Major fixes to | ||
5049 | check_disk. Now should return same data as df git-svn-id: | ||
5050 | |||
5051 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1452 f882894a-f735-0410-b71e-b25c423dba1c | ||
5052 | |||
5053 | 2006-07-13 Ton Voon <tonvoon@users.sourceforge.net> | ||
5054 | |||
5055 | * Makefile.am, configure.in, lib/Makefile.am, lib/tests/.cvsignore, | ||
5056 | lib/tests/Makefile.am, lib/tests/README, lib/tests/test_disk.c, | ||
5057 | lib/tests/test_disk.t, lib/tests/test_utils.c, | ||
5058 | lib/tests/test_utils.t, plugins/Makefile.am, plugins/check_disk.c, | ||
5059 | plugins/check_dns.c, plugins/check_mysql.c, | ||
5060 | plugins/check_mysql_query.c, plugins/tests/.cvsignore, | ||
5061 | plugins/tests/Makefile.am, plugins/tests/README, | ||
5062 | plugins/tests/test_disk.c, plugins/tests/test_disk.t, | ||
5063 | plugins/tests/test_utils.c, plugins/tests/test_utils.t, | ||
5064 | plugins/utils.c, plugins/utils.h, plugins/utils_disk.c, | ||
5065 | plugins/utils_disk.h: Move new util_* functions to lib/ git-svn-id: | ||
5066 | |||
5067 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1451 f882894a-f735-0410-b71e-b25c423dba1c | ||
5068 | |||
5069 | 2006-07-13 Ton Voon <tonvoon@users.sourceforge.net> | ||
5070 | |||
5071 | * configure.in, lib/basename.c, lib/dirname.h, m4/basename.m4, | ||
5072 | m4/dos.m4, m4/np_coreutils.m4, plugins/check_procs.c, | ||
5073 | plugins/utils.c, plugins/utils.h: Using coreutils' base_name | ||
5074 | function because of portability issues with Tru64 git-svn-id: | ||
5075 | |||
5076 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1450 f882894a-f735-0410-b71e-b25c423dba1c | ||
5077 | |||
5078 | 2006-07-12 Ton Voon <tonvoon@users.sourceforge.net> | ||
5079 | |||
5080 | * plugins/check_disk.c, plugins/t/check_disk.t, | ||
5081 | plugins/utils_disk.c, plugins/utils_disk.h: Added -E option for | ||
5082 | exact match of filesystem. Restructured main filesystem loop. Added | ||
5083 | extra tests for possible duplicate filesystems. git-svn-id: | ||
5084 | |||
5085 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1449 f882894a-f735-0410-b71e-b25c423dba1c | ||
5086 | |||
5087 | 2006-07-12 Ton Voon <tonvoon@users.sourceforge.net> | ||
5088 | |||
5089 | * plugins/check_disk.c, plugins/tests/.cvsignore, | ||
5090 | plugins/tests/test_disk.c, plugins/utils_disk.c, | ||
5091 | plugins/utils_disk.h: Moving parameter_list into utils_disk.h. Given | ||
5092 | list of mount points, can now work out best match or exact match. git-svn-id: | ||
5093 | |||
5094 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1448 f882894a-f735-0410-b71e-b25c423dba1c | ||
5095 | |||
5096 | 2006-07-12 Ton Voon <tonvoon@users.sourceforge.net> | ||
5097 | |||
5098 | * plugins/Makefile.am, plugins/check_disk.c, | ||
5099 | plugins/tests/Makefile.am, plugins/tests/test_disk.c, | ||
5100 | plugins/tests/test_disk.t, plugins/utils_disk.c, | ||
5101 | plugins/utils_disk.h: Moving check_disk functions into utils_disk.c | ||
5102 | and testing them git-svn-id: | ||
5103 | |||
5104 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1447 f882894a-f735-0410-b71e-b25c423dba1c | ||
5105 | |||
5106 | 2006-07-11 Ton Voon <tonvoon@users.sourceforge.net> | ||
5107 | |||
5108 | * lib/creat-safer.c, lib/dup-safer.c, lib/fcntl--.h, | ||
5109 | lib/fcntl-safer.h, lib/fd-safer.c, lib/open-safer.c, | ||
5110 | lib/pipe-safer.c, lib/unistd--.h, lib/unistd-safer.h, | ||
5111 | m4/fcntl-safer.m4, m4/np_coreutils.m4, m4/unistd-safer.m4: Extra | ||
5112 | files from coreutils required for getloadavg.c to compile on Tru64 | ||
5113 | (Ciro Iriarte - 1520331) git-svn-id: | ||
5114 | |||
5115 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1446 f882894a-f735-0410-b71e-b25c423dba1c | ||
5116 | |||
5117 | 2006-07-10 Ton Voon <tonvoon@users.sourceforge.net> | ||
5118 | |||
5119 | * lib/Makefile.am: Didn't add intprops.h into distribution correctly git-svn-id: | ||
5120 | |||
5121 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1445 f882894a-f735-0410-b71e-b25c423dba1c | ||
5122 | |||
5123 | 2006-07-07 Harper Mann <harpermann@users.sourceforge.net> | ||
5124 | |||
5125 | * plugins/urlize.c: Added check for two arguments. Was segfaulting | ||
5126 | if no or one arg. Now returns help. git-svn-id: | ||
5127 | |||
5128 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1444 f882894a-f735-0410-b71e-b25c423dba1c | ||
5129 | |||
5130 | 2006-07-05 Ton Voon <tonvoon@users.sourceforge.net> | ||
5131 | |||
5132 | * plugins-scripts/check_mailq.pl: Fixed checking of return codes | ||
5133 | from external mailq programs git-svn-id: | ||
5134 | |||
5135 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1443 f882894a-f735-0410-b71e-b25c423dba1c | ||
5136 | |||
5137 | 2006-07-05 Ton Voon <tonvoon@users.sourceforge.net> | ||
5138 | |||
5139 | * tools/tinderbox_build: Add instructions for manually sending | ||
5140 | Tinderbox build logs git-svn-id: | ||
5141 | |||
5142 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1442 f882894a-f735-0410-b71e-b25c423dba1c | ||
5143 | |||
5144 | 2006-07-05 Ton Voon <tonvoon@users.sourceforge.net> | ||
5145 | |||
5146 | * lib/Makefile.am, lib/intprops.h: Missing intprops.h for Tru64 | ||
5147 | (Ciro Iriarte - 1517379) git-svn-id: | ||
5148 | |||
5149 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1441 f882894a-f735-0410-b71e-b25c423dba1c | ||
5150 | |||
5151 | 2006-07-04 Ton Voon <tonvoon@users.sourceforge.net> | ||
5152 | |||
5153 | * THANKS.in, m4/alloca.m4, m4/np_coreutils.m4: Added alloca.h check | ||
5154 | and fixed locale.h, wchar.h (Ari Pollak - 1516578) git-svn-id: | ||
5155 | |||
5156 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1440 f882894a-f735-0410-b71e-b25c423dba1c | ||
5157 | |||
5158 | 2006-07-03 Ton Voon <tonvoon@users.sourceforge.net> | ||
5159 | |||
5160 | * plugins/check_dig.c: Fixed -p getopt call (Allan Bennett - | ||
5161 | 1511650) git-svn-id: | ||
5162 | |||
5163 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1439 f882894a-f735-0410-b71e-b25c423dba1c | ||
5164 | |||
5165 | 2006-07-03 Ton Voon <tonvoon@users.sourceforge.net> | ||
5166 | |||
5167 | * THANKS.in, lib/c-strtod.c, lib/c-strtod.h, lib/c-strtold.c, | ||
5168 | m4/c-strtod.m4, m4/np_coreutils.m4, plugins/Makefile.am: Fixed | ||
5169 | compile on Tru64 5.1b (Ciro Iriarte - 1515435) git-svn-id: | ||
5170 | |||
5171 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1438 f882894a-f735-0410-b71e-b25c423dba1c | ||
5172 | |||
5173 | 2006-06-21 Benoit Mortier <opensides@users.sourceforge.net> | ||
5174 | |||
5175 | * plugins/check_snmp.c, plugins/check_ssh.c: cleaning help and usage git-svn-id: | ||
5176 | |||
5177 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1437 f882894a-f735-0410-b71e-b25c423dba1c | ||
5178 | |||
5179 | 2006-06-21 Benoit Mortier <opensides@users.sourceforge.net> | ||
5180 | |||
5181 | * po/LINGUAS: fixing bug id #1509699 git-svn-id: | ||
5182 | |||
5183 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1436 f882894a-f735-0410-b71e-b25c423dba1c | ||
5184 | |||
5185 | 2006-06-20 Benoit Mortier <opensides@users.sourceforge.net> | ||
5186 | |||
5187 | * plugins/check_procs.c, plugins/check_radius.c, | ||
5188 | plugins/check_real.c, plugins/check_smtp.c, plugins/check_snmp.c, | ||
5189 | plugins/check_ssh.c: cleaning help and usage + license git-svn-id: | ||
5190 | |||
5191 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1435 f882894a-f735-0410-b71e-b25c423dba1c | ||
5192 | |||
5193 | 2006-06-18 Benoit Mortier <opensides@users.sourceforge.net> | ||
5194 | |||
5195 | * plugins/check_disk.c, plugins/check_time.c, plugins/check_udp.c, | ||
5196 | plugins/check_ups.c, plugins/check_users.c, | ||
5197 | plugins/gethostbyname.c, plugins/gethostbyname.h, plugins/negate.c, | ||
5198 | plugins/netutils.c, plugins/popen.c, plugins/runcmd.c, | ||
5199 | plugins/sslutils.c, plugins/urlize.c, plugins/utils.c: updating help | ||
5200 | and usage and license git-svn-id: | ||
5201 | |||
5202 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1434 f882894a-f735-0410-b71e-b25c423dba1c | ||
5203 | |||
5204 | 2006-06-17 Benoit Mortier <opensides@users.sourceforge.net> | ||
5205 | |||
5206 | * plugins/check_hpjd.c, plugins/check_nt.c, plugins/check_ntp.c, | ||
5207 | plugins/check_nwstat.c, plugins/check_overcr.c, | ||
5208 | plugins/check_pgsql.c, plugins/check_ping.c, plugins/check_procs.c: | ||
5209 | cleaning up help and usage git-svn-id: | ||
5210 | |||
5211 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1433 f882894a-f735-0410-b71e-b25c423dba1c | ||
5212 | |||
5213 | 2006-06-15 Benoit Mortier <opensides@users.sourceforge.net> | ||
5214 | |||
5215 | * plugins/check_ldap.c, plugins/check_load.c, plugins/check_mrtg.c, | ||
5216 | plugins/check_mysql.c, plugins/check_mysql_query.c, | ||
5217 | plugins/check_nagios.c: cleaning help and usage git-svn-id: | ||
5218 | |||
5219 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1432 f882894a-f735-0410-b71e-b25c423dba1c | ||
5220 | |||
5221 | 2006-06-15 Benoit Mortier <opensides@users.sourceforge.net> | ||
5222 | |||
5223 | * plugins/check_ide_smart.c: cleaning help and usage git-svn-id: | ||
5224 | |||
5225 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1430 f882894a-f735-0410-b71e-b25c423dba1c | ||
5226 | |||
5227 | 2006-06-14 Benoit Mortier <opensides@users.sourceforge.net> | ||
5228 | |||
5229 | * plugins/check_dns.c, plugins/check_dummy.c, | ||
5230 | plugins/check_fping.c, plugins/check_game.c: updating the help and | ||
5231 | usage for localization git-svn-id: | ||
5232 | |||
5233 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1427 f882894a-f735-0410-b71e-b25c423dba1c | ||
5234 | |||
5235 | 2006-06-14 Ton Voon <tonvoon@users.sourceforge.net> | ||
5236 | |||
5237 | * INSTALLING, doc/developer-guidelines.sgml: Updated requirements | ||
5238 | for development platform git-svn-id: | ||
5239 | |||
5240 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1426 f882894a-f735-0410-b71e-b25c423dba1c | ||
5241 | |||
5242 | 2006-06-14 Benoit Mortier <opensides@users.sourceforge.net> | ||
5243 | |||
5244 | * plugins/check_by_ssh.c, plugins/check_dig.c, plugins/check_disk.c: | ||
5245 | starting the BIG locale update ;-) git-svn-id: | ||
5246 | |||
5247 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1425 f882894a-f735-0410-b71e-b25c423dba1c | ||
5248 | |||
5249 | 2006-06-07 M. Sean Finney <seanius@users.sourceforge.net> | ||
5250 | |||
5251 | * contrib/check_linux_raid.pl: some gratuitous whitespace changes, | ||
5252 | and a fix to the "recovery =" detection logic in check_linux_raid.pl git-svn-id: | ||
5253 | |||
5254 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1418 f882894a-f735-0410-b71e-b25c423dba1c | ||
5255 | |||
5256 | 2006-06-07 M. Sean Finney <seanius@users.sourceforge.net> | ||
5257 | |||
5258 | * plugins-scripts/utils.pm.in: removed stale references to | ||
5259 | PATH_TO_NTPFOO, as it's no longer used. git-svn-id: | ||
5260 | |||
5261 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1417 f882894a-f735-0410-b71e-b25c423dba1c | ||
5262 | |||
5263 | 2006-06-07 Ton Voon <tonvoon@users.sourceforge.net> | ||
5264 | |||
5265 | * plugins-root/Makefile.am: Do not install setuid programs unless | ||
5266 | run as root git-svn-id: | ||
5267 | |||
5268 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1416 f882894a-f735-0410-b71e-b25c423dba1c | ||
5269 | |||
5270 | 2006-06-07 Ton Voon <tonvoon@users.sourceforge.net> | ||
5271 | |||
5272 | * plugins-root/Makefile.am, tools/setup: Fixed two build problems | ||
5273 | re: libtool and pst3 git-svn-id: | ||
5274 | |||
5275 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1415 f882894a-f735-0410-b71e-b25c423dba1c | ||
5276 | |||
5277 | 2006-06-06 M. Sean Finney <seanius@users.sourceforge.net> | ||
5278 | |||
5279 | * plugins/check_pgsql.c: modify the is_pg_dbname() function to allow | ||
5280 | databases with '-' in their name. reference: sf tracker #1500752 git-svn-id: | ||
5281 | |||
5282 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1414 f882894a-f735-0410-b71e-b25c423dba1c | ||
5283 | |||
5284 | 2006-06-03 M. Sean Finney <seanius@users.sourceforge.net> | ||
5285 | |||
5286 | * configure.in: removed the -R for openssl, as it should be figured | ||
5287 | out automatically by libtool and also controlled via the | ||
5288 | --enable-rpath/--disable-rpath configure options. furthermore | ||
5289 | keeping it in forces the rpath option on in spite of what's passed | ||
5290 | on the configure line. git-svn-id: | ||
5291 | |||
5292 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1413 f882894a-f735-0410-b71e-b25c423dba1c | ||
5293 | |||
5294 | 2006-06-01 M. Sean Finney <seanius@users.sourceforge.net> | ||
5295 | |||
5296 | * contrib/check_linux_raid.pl: gave some TLC to check_linux_raid git-svn-id: | ||
5297 | |||
5298 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1412 f882894a-f735-0410-b71e-b25c423dba1c | ||
5299 | |||
5300 | 2006-05-30 Ton Voon <tonvoon@users.sourceforge.net> | ||
5301 | |||
5302 | * configure.in: Default to search path for mysql_config git-svn-id: | ||
5303 | |||
5304 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1411 f882894a-f735-0410-b71e-b25c423dba1c | ||
5305 | |||
5306 | 2006-05-30 Ton Voon <tonvoon@users.sourceforge.net> | ||
5307 | |||
5308 | * THANKS.in: For reporting check_radius compile problem git-svn-id: | ||
5309 | |||
5310 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1410 f882894a-f735-0410-b71e-b25c423dba1c | ||
5311 | |||
5312 | 2006-05-30 Ton Voon <tonvoon@users.sourceforge.net> | ||
5313 | |||
5314 | * .cvsignore, config.guess, config.sub, | ||
5315 | doc/developer-guidelines.sgml, ltmain.sh: Added libtool files, at | ||
5316 | version 1.5.22, into CVS git-svn-id: | ||
5317 | |||
5318 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1409 f882894a-f735-0410-b71e-b25c423dba1c | ||
5319 | |||
5320 | 2006-05-25 Ethan Galstad <egalstad@users.sourceforge.net> | ||
5321 | |||
5322 | * plugins-root/check_dhcp.c: Applied patch for responses from | ||
5323 | helpers/relays, cleaned up different coding styles for consistency git-svn-id: | ||
5324 | |||
5325 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1408 f882894a-f735-0410-b71e-b25c423dba1c | ||
5326 | |||
5327 | 2006-05-25 Ton Voon <tonvoon@users.sourceforge.net> | ||
5328 | |||
5329 | * : Removed unnecessary file git-svn-id: | ||
5330 | |||
5331 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1407 f882894a-f735-0410-b71e-b25c423dba1c | ||
5332 | |||
5333 | 2006-05-25 Ton Voon <tonvoon@users.sourceforge.net> | ||
5334 | |||
5335 | * configure.in, lib/Makefile.am, plugins/common.h: Gettext fixes to | ||
5336 | sync with coreutils git-svn-id: | ||
5337 | |||
5338 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1406 f882894a-f735-0410-b71e-b25c423dba1c | ||
5339 | |||
5340 | 2006-05-25 Ethan Galstad <egalstad@users.sourceforge.net> | ||
5341 | |||
5342 | * plugins-root/check_dhcp.c: Fixed short interface name length, | ||
5343 | UNKNOWN return code (patches from tracker) git-svn-id: | ||
5344 | |||
5345 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1405 f882894a-f735-0410-b71e-b25c423dba1c | ||
5346 | |||
5347 | 2006-05-25 Ton Voon <tonvoon@users.sourceforge.net> | ||
5348 | |||
5349 | * plugins/check_http.c, plugins/t/check_http.t: Option to invert | ||
5350 | results from a regexp pattern match git-svn-id: | ||
5351 | |||
5352 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1404 f882894a-f735-0410-b71e-b25c423dba1c | ||
5353 | |||
5354 | 2006-05-25 Ton Voon <tonvoon@users.sourceforge.net> | ||
5355 | |||
5356 | * configure.in, lib/.cvsignore, lib/regcomp.c, lib/regex.c, | ||
5357 | lib/regex.h, lib/regex_internal.c, lib/regex_internal.h, | ||
5358 | lib/regexec.c, lib/strcase.h, m4/.cvsignore, m4/np_coreutils.m4, | ||
5359 | m4/regex.m4, m4/restrict.m4, plugins/check_apt.c, | ||
5360 | plugins/check_http.c, plugins/check_smtp.c, plugins/check_snmp.c: | ||
5361 | Use coreutils' regexp libraries, so regexp always available now git-svn-id: | ||
5362 | |||
5363 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1403 f882894a-f735-0410-b71e-b25c423dba1c | ||
5364 | |||
5365 | 2006-05-25 Ton Voon <tonvoon@users.sourceforge.net> | ||
5366 | |||
5367 | * m4/ls-mntd-fs.m4: Sync with coreutils 5.96 git-svn-id: | ||
5368 | |||
5369 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1402 f882894a-f735-0410-b71e-b25c423dba1c | ||
5370 | |||
5371 | 2006-05-24 Ton Voon <tonvoon@users.sourceforge.net> | ||
5372 | |||
5373 | * THANKS.in, configure.in: Fix for mysql 3.x (Jeremy Reed, Michael | ||
5374 | Tiernan - 1491936) git-svn-id: | ||
5375 | |||
5376 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1401 f882894a-f735-0410-b71e-b25c423dba1c | ||
5377 | |||
5378 | 2006-05-24 Ton Voon <tonvoon@users.sourceforge.net> | ||
5379 | |||
5380 | * doc/developer-guidelines.sgml: Reminder of no inline variable | ||
5381 | declarations git-svn-id: | ||
5382 | |||
5383 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1400 f882894a-f735-0410-b71e-b25c423dba1c | ||
5384 | |||
5385 | 2006-05-24 Ton Voon <tonvoon@users.sourceforge.net> | ||
5386 | |||
5387 | * plugins/check_snmp.c: Variables need to be declared at top of code | ||
5388 | for better portability (Gerhard Lausser) git-svn-id: | ||
5389 | |||
5390 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1399 f882894a-f735-0410-b71e-b25c423dba1c | ||
5391 | |||
5392 | 2006-05-19 Ton Voon <tonvoon@users.sourceforge.net> | ||
5393 | |||
5394 | * configure.in, doc/developer-guidelines.sgml: Requirement of | ||
5395 | automake 1.8.3, as coreutils needs it git-svn-id: | ||
5396 | |||
5397 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1398 f882894a-f735-0410-b71e-b25c423dba1c | ||
5398 | |||
5399 | 2006-05-19 Ton Voon <tonvoon@users.sourceforge.net> | ||
5400 | |||
5401 | * .cvsignore, config.rpath, mkinstalldirs, po/.cvsignore, | ||
5402 | po/remove-potcdate.sin: Adding more required files from gettext git-svn-id: | ||
5403 | |||
5404 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1397 f882894a-f735-0410-b71e-b25c423dba1c | ||
5405 | |||
5406 | 2006-05-18 Ton Voon <tonvoon@users.sourceforge.net> | ||
5407 | |||
5408 | * tools/setup: Bug in Makefile.am creation git-svn-id: | ||
5409 | |||
5410 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1396 f882894a-f735-0410-b71e-b25c423dba1c | ||
5411 | |||
5412 | 2006-05-18 Ton Voon <tonvoon@users.sourceforge.net> | ||
5413 | |||
5414 | * .cvsignore, ABOUT-NLS, m4/Makefile.am, m4/Makefile.am.in, | ||
5415 | po/.cvsignore, po/Makefile.in.in, tools/setup: Fixes from coreutils | ||
5416 | sync: some files now required and removed generateable files git-svn-id: | ||
5417 | |||
5418 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1395 f882894a-f735-0410-b71e-b25c423dba1c | ||
5419 | |||
5420 | 2006-05-18 Ton Voon <tonvoon@users.sourceforge.net> | ||
5421 | |||
5422 | * .cvsignore, Makefile.am, configure.in, | ||
5423 | doc/developer-guidelines.sgml, lib/Makefile.am, lib/cloexec.c, | ||
5424 | lib/cloexec.h, lib/error.c, lib/error.h, lib/exit.h, | ||
5425 | lib/exitfail.c, lib/exitfail.h, lib/fsusage.c, lib/fsusage.h, | ||
5426 | lib/full-read.c, lib/full-read.h, lib/full-write.c, | ||
5427 | lib/full-write.h, lib/getloadavg.c, lib/getopt.c, lib/getopt.h, | ||
5428 | lib/getopt1.c, lib/getopt_.h, lib/getopt_int.h, lib/gettext.h, | ||
5429 | lib/malloc.c, lib/mountlist.c, lib/mountlist.h, lib/realloc.c, | ||
5430 | lib/safe-read.c, lib/safe-read.h, lib/safe-write.c, | ||
5431 | lib/safe-write.h, lib/stdbool_.h, lib/strtod.c, lib/unlocked-io.h, | ||
5432 | lib/xalloc-die.c, lib/xalloc.h, lib/xmalloc.c, m4/.cvsignore, | ||
5433 | m4/Makefile.am, m4/afs.m4, m4/codeset.m4, m4/error.m4, | ||
5434 | m4/exitfail.m4, m4/extensions.m4, m4/fstypename.m4, m4/fsusage.m4, | ||
5435 | m4/getopt.m4, m4/gettext.m4, m4/glibc21.m4, m4/iconv.m4, | ||
5436 | m4/intdiv0.m4, m4/inttypes-pri.m4, m4/inttypes.m4, | ||
5437 | m4/inttypes_h.m4, m4/isc-posix.m4, m4/lcmessage.m4, m4/lib-ld.m4, | ||
5438 | m4/lib-link.m4, m4/lib-prefix.m4, m4/longdouble.m4, m4/longlong.m4, | ||
5439 | m4/ls-mntd-fs.m4, m4/malloc.m4, m4/mountlist.m4, m4/nls.m4, | ||
5440 | m4/np_coreutils.m4, m4/onceonly.m4, m4/onceonly_2_57.m4, m4/po.m4, | ||
5441 | m4/progtest.m4, m4/realloc.m4, m4/signed.m4, m4/stdbool.m4, | ||
5442 | m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4, | ||
5443 | m4/unlocked-io.m4, m4/wchar_t.m4, m4/wint_t.m4, m4/xalloc.m4, | ||
5444 | plugins-root/.cvsignore, plugins-root/check_dhcp.c, | ||
5445 | plugins/.cvsignore, plugins/check_disk.c, plugins/common.h, | ||
5446 | plugins/tests/.cvsignore, po/.cvsignore, tools/setup: Synchronise | ||
5447 | with coreutils 2.95. Gettext now synced with coreutils, so no longer | ||
5448 | development platform requirement git-svn-id: | ||
5449 | |||
5450 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1394 f882894a-f735-0410-b71e-b25c423dba1c | ||
5451 | |||
5452 | 2006-05-17 Ton Voon <tonvoon@users.sourceforge.net> | ||
5453 | |||
5454 | * configure.in: Fix for loading SSL libraries at runtime git-svn-id: | ||
5455 | |||
5456 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1393 f882894a-f735-0410-b71e-b25c423dba1c | ||
5457 | |||
5458 | 2006-05-17 Ton Voon <tonvoon@users.sourceforge.net> | ||
5459 | |||
5460 | * configure.in, plugins-root/Makefile.am: Fix compile problems on | ||
5461 | Solaris for pst3 and ssl libs git-svn-id: | ||
5462 | |||
5463 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1392 f882894a-f735-0410-b71e-b25c423dba1c | ||
5464 | |||
5465 | 2006-05-15 Ton Voon <tonvoon@users.sourceforge.net> | ||
5466 | |||
5467 | * CHANGES, contrib/check_disk_snmp.pl: check_disk_snmp.pl removed. | ||
5468 | Notice added to CHANGES git-svn-id: | ||
5469 | |||
5470 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1391 f882894a-f735-0410-b71e-b25c423dba1c | ||
5471 | |||
5472 | 2006-05-15 Ton Voon <tonvoon@users.sourceforge.net> | ||
5473 | |||
5474 | * tools/sfsnapshot: Changed snapshot generator due to cvs changes on | ||
5475 | SF git-svn-id: | ||
5476 | |||
5477 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1390 f882894a-f735-0410-b71e-b25c423dba1c | ||
5478 | |||
5479 | 2006-05-03 Ton Voon <tonvoon@users.sourceforge.net> | ||
5480 | |||
5481 | * doc/LEAVERS: Leavers process documented git-svn-id: | ||
5482 | |||
5483 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1389 f882894a-f735-0410-b71e-b25c423dba1c | ||
5484 | |||
5485 | 2006-05-02 Ton Voon <tonvoon@users.sourceforge.net> | ||
5486 | |||
5487 | * plugins/check_disk.c: Inode thresholds not always being | ||
5488 | initialised (James Fidell - 1476457) git-svn-id: | ||
5489 | |||
5490 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1388 f882894a-f735-0410-b71e-b25c423dba1c | ||
5491 | |||
5492 | 2006-05-02 Ton Voon <tonvoon@users.sourceforge.net> | ||
5493 | |||
5494 | * CHANGES: New check_ntp and check_apt plugins by Sean git-svn-id: | ||
5495 | |||
5496 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1387 f882894a-f735-0410-b71e-b25c423dba1c | ||
5497 | |||
5498 | 2006-05-01 M. Sean Finney <seanius@users.sourceforge.net> | ||
5499 | |||
5500 | * configure.in, plugins-scripts/Makefile.am, plugins/Makefile.am, | ||
5501 | plugins/check_ntp.c, plugins/common.h, plugins/runcmd.c: - check_ntp: - now roughly feature-complete. - various bugfixes, esp. offset calculation. - enhanced the asynchronous offset polling to set requests that haven't recieved a response in >= 1 second to stale and | ||
5502 | retransmit them, which results in much better performance on | ||
5503 | unreliable networks. - we only spend timeout/2 seconds polling offsets, and if we don't | ||
5504 | get everything by that point we work with what we have and set | ||
5505 | status to warning/critical depending on how much data we have. - set the same defaults as the perl script. - commit changes to configure.in to support automatic building of | ||
5506 | check_apt (if apt-get is installed and regex libraries available) | ||
5507 | and check_ntp (unconditionally), now defaulting to check_ntp.c instead of the perl | ||
5508 | script. if this is an issue we can back out the commit of course. | ||
5509 | an eye should be kept on check_ntp building and running correctly in | ||
5510 | different environments, esp. 64-bit and big-endian platforms, and | ||
5511 | those with more "esoteric" API's (do any of the platforms not have | ||
5512 | poll()?). - similar changes to Makefile.am's. - common.h: add statement to include sys/poll.h - runcmd.c: exit STATE_UNKNOWN if execve() fails. git-svn-id: | ||
5513 | |||
5514 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1386 f882894a-f735-0410-b71e-b25c423dba1c | ||
5515 | |||
5516 | 2006-04-28 Ton Voon <tonvoon@users.sourceforge.net> | ||
5517 | |||
5518 | * configure.in: Remove stupid error where pst3 was always compiled git-svn-id: | ||
5519 | |||
5520 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1385 f882894a-f735-0410-b71e-b25c423dba1c | ||
5521 | |||
5522 | 2006-04-28 Ton Voon <tonvoon@users.sourceforge.net> | ||
5523 | |||
5524 | * configure.in, plugins-root/Makefile.am: Added pst3 into | ||
5525 | distribution (Jason Kau - 1476451) git-svn-id: | ||
5526 | |||
5527 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1384 f882894a-f735-0410-b71e-b25c423dba1c | ||
5528 | |||
5529 | 2006-04-27 Ton Voon <tonvoon@users.sourceforge.net> | ||
5530 | |||
5531 | * configure.in, plugins/check_procs.c, plugins/tests/test_utils.c, | ||
5532 | plugins/utils.c, plugins/utils.h: Internal version of basename if | ||
5533 | one not found in system git-svn-id: | ||
5534 | |||
5535 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1383 f882894a-f735-0410-b71e-b25c423dba1c | ||
5536 | |||
5537 | 2006-04-19 Ton Voon <tonvoon@users.sourceforge.net> | ||
5538 | |||
5539 | * plugins/t/check_nagios.t: Fix check_nagios tests on MacOSX 10.4 git-svn-id: | ||
5540 | |||
5541 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1382 f882894a-f735-0410-b71e-b25c423dba1c | ||
5542 | |||
5543 | 2006-04-19 Subhendu Ghosh <sghosh@users.sourceforge.net> | ||
5544 | |||
5545 | * ChangeLog: ChangeLog update - release pending git-svn-id: | ||
5546 | |||
5547 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1380 f882894a-f735-0410-b71e-b25c423dba1c | ||
5548 | |||
5549 | 2006-04-19 Subhendu Ghosh <sghosh@users.sourceforge.net> | ||
5550 | |||
5551 | * configure.in, package.def: version update - release pending git-svn-id: | ||
5552 | |||
5553 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1379 f882894a-f735-0410-b71e-b25c423dba1c | ||
5554 | |||
5555 | 2006-04-17 Benoit Mortier <opensides@users.sourceforge.net> | ||
5556 | |||
5557 | * po/fr.po: Final commit of fr.po git-svn-id: | ||
5558 | |||
5559 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1378 f882894a-f735-0410-b71e-b25c423dba1c | ||
5560 | |||
5561 | 2006-04-17 Benoit Mortier <opensides@users.sourceforge.net> | ||
5562 | |||
5563 | * po/fr.po: another big chunk of fr.po Still 20 to go ;) git-svn-id: | ||
5564 | |||
5565 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1377 f882894a-f735-0410-b71e-b25c423dba1c | ||
5566 | |||
5567 | 2006-04-16 Benoit Mortier <opensides@users.sourceforge.net> | ||
5568 | |||
5569 | * po/fr.po: big revision of po file for 1.4.3 git-svn-id: | ||
5570 | |||
5571 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1376 f882894a-f735-0410-b71e-b25c423dba1c | ||
5572 | |||
5573 | 2006-04-15 Benoit Mortier <opensides@users.sourceforge.net> | ||
5574 | |||
5575 | * po/fr.po: second part of fr.po updating git-svn-id: | ||
5576 | |||
5577 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1375 f882894a-f735-0410-b71e-b25c423dba1c | ||
5578 | |||
5579 | 2006-04-14 Benoit Mortier <opensides@users.sourceforge.net> | ||
5580 | |||
5581 | * po/de.po, po/fr.po, po/nagios-plugins.pot: updated pot file sarted | ||
5582 | updating fr.po for nagios 1.4.3 git-svn-id: | ||
5583 | |||
5584 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1374 f882894a-f735-0410-b71e-b25c423dba1c | ||
5585 | |||
5586 | 2006-04-12 M. Sean Finney <seanius@users.sourceforge.net> | ||
5587 | |||
5588 | * plugins/check_ntp.c: the offset_requests are now parallelized. | ||
5589 | still stuff needs to be done (conveniently marked with XXX), but on | ||
5590 | well behaving networks the plugin should behave more or less | ||
5591 | identical to check_ntp.pl now. git-svn-id: | ||
5592 | |||
5593 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1373 f882894a-f735-0410-b71e-b25c423dba1c | ||
5594 | |||
5595 | 2006-04-12 M. Sean Finney <seanius@users.sourceforge.net> | ||
5596 | |||
5597 | * plugins/check_ntp.c: added a currently unused but "good for | ||
5598 | reference" version of offset_request which attempts to behave more | ||
5599 | like ntpdate, but this doesn't yet and the code isn't actually used | ||
5600 | yet. git-svn-id: | ||
5601 | |||
5602 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1372 f882894a-f735-0410-b71e-b25c423dba1c | ||
5603 | |||
5604 | 2006-04-11 M. Sean Finney <seanius@users.sourceforge.net> | ||
5605 | |||
5606 | * plugins/check_ntp.c: another big code-commit to check_ntp. jitter | ||
5607 | calculations now work, and the program is becoming much closer on | ||
5608 | the packet-for-packet level to how check_ntp.pl behaves. i'll send | ||
5609 | an email in the morning :) git-svn-id: | ||
5610 | |||
5611 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1371 f882894a-f735-0410-b71e-b25c423dba1c | ||
5612 | |||
5613 | 2006-04-06 Ton Voon <tonvoon@users.sourceforge.net> | ||
5614 | |||
5615 | * THANKS.in, plugins/utils.c: Stop coredump on Solaris if arg not | ||
5616 | specified (Jason Kau - 1465288) git-svn-id: | ||
5617 | |||
5618 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1370 f882894a-f735-0410-b71e-b25c423dba1c | ||
5619 | |||
5620 | 2006-04-05 Ton Voon <tonvoon@users.sourceforge.net> | ||
5621 | |||
5622 | * CHANGES: Notice added re: check_udp in next release git-svn-id: | ||
5623 | |||
5624 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1369 f882894a-f735-0410-b71e-b25c423dba1c | ||
5625 | |||
5626 | 2006-04-05 Ton Voon <tonvoon@users.sourceforge.net> | ||
5627 | |||
5628 | * plugins/check_procs.c: Use pid_t for pids (1463853) git-svn-id: | ||
5629 | |||
5630 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1368 f882894a-f735-0410-b71e-b25c423dba1c | ||
5631 | |||
5632 | 2006-04-05 Ton Voon <tonvoon@users.sourceforge.net> | ||
5633 | |||
5634 | * plugins/check_http.c, plugins/t/check_http.t: Allow multiple -k | ||
5635 | parameters (Gerd Mueller - 1457726) git-svn-id: | ||
5636 | |||
5637 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1367 f882894a-f735-0410-b71e-b25c423dba1c | ||
5638 | |||
5639 | 2006-04-05 M. Sean Finney <seanius@users.sourceforge.net> | ||
5640 | |||
5641 | * plugins/check_apt.c: finally??? cvs works again???? let me dig up | ||
5642 | my week-old cvs commit message..... i'm becoming very happy with check_apt now :) - now has support for an externally (configure.in) path to apt-get, though i still have that in #ifdefs for the time being. - support for defining what packages are "critical updates", via the already-existing security regexp or overridable on the cmdline - allow overriding of apt-get cmdline options - introduce a "no upgrade" in case someone just wants to check that they can download the package lists with -u but not check for | ||
5643 | upgrades. might need to change the name of this option to prevent | ||
5644 | confusion. - improved -h documentation git-svn-id: | ||
5645 | |||
5646 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1366 f882894a-f735-0410-b71e-b25c423dba1c | ||
5647 | |||
5648 | 2006-03-29 Ton Voon <tonvoon@users.sourceforge.net> | ||
5649 | |||
5650 | * THANKS.in, plugins/check_tcp.c, plugins/tests/test_utils.c, | ||
5651 | plugins/utils.c, plugins/utils.h: New function to for escaped | ||
5652 | strings from command line for send/quit. Adapted from Sebastian | ||
5653 | Wiesinger's patch (1292404) git-svn-id: | ||
5654 | |||
5655 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1365 f882894a-f735-0410-b71e-b25c423dba1c | ||
5656 | |||
5657 | 2006-03-29 Ton Voon <tonvoon@users.sourceforge.net> | ||
5658 | |||
5659 | * NPTest.pm: Will die if signal received from a testCmd git-svn-id: | ||
5660 | |||
5661 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1364 f882894a-f735-0410-b71e-b25c423dba1c | ||
5662 | |||
5663 | 2006-03-29 Ton Voon <tonvoon@users.sourceforge.net> | ||
5664 | |||
5665 | * plugins/t/check_udp.t: Allow 1 second delay in check_udp timeout git-svn-id: | ||
5666 | |||
5667 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1363 f882894a-f735-0410-b71e-b25c423dba1c | ||
5668 | |||
5669 | 2006-03-29 Ton Voon <tonvoon@users.sourceforge.net> | ||
5670 | |||
5671 | * plugins/t/check_http.t: Fix possible timeout issue on | ||
5672 | hostname_invalid git-svn-id: | ||
5673 | |||
5674 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1362 f882894a-f735-0410-b71e-b25c423dba1c | ||
5675 | |||
5676 | 2006-03-29 Ton Voon <tonvoon@users.sourceforge.net> | ||
5677 | |||
5678 | * plugins/t/check_dns.t: Fix test if response time is one second git-svn-id: | ||
5679 | |||
5680 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1361 f882894a-f735-0410-b71e-b25c423dba1c | ||
5681 | |||
5682 | 2006-03-29 M. Sean Finney <seanius@users.sourceforge.net> | ||
5683 | |||
5684 | * plugins/check_apt.c: now support for detecting critical/security | ||
5685 | updates, which sets the return code to STATE_CRITICAL instead of | ||
5686 | just STATE_WARNING as it was previously doing. git-svn-id: | ||
5687 | |||
5688 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1360 f882894a-f735-0410-b71e-b25c423dba1c | ||
5689 | |||
5690 | 2006-03-27 Ton Voon <tonvoon@users.sourceforge.net> | ||
5691 | |||
5692 | * plugins/t/check_udp.t: Set timeout within nc, rather than the test | ||
5693 | script git-svn-id: | ||
5694 | |||
5695 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1359 f882894a-f735-0410-b71e-b25c423dba1c | ||
5696 | |||
5697 | 2006-03-27 Ton Voon <tonvoon@users.sourceforge.net> | ||
5698 | |||
5699 | * plugins/check_disk.c: Fixed bug with malloc of wrong size git-svn-id: | ||
5700 | |||
5701 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1358 f882894a-f735-0410-b71e-b25c423dba1c | ||
5702 | |||
5703 | 2006-03-24 Ton Voon <tonvoon@users.sourceforge.net> | ||
5704 | |||
5705 | * plugins/t/check_dns.t: Fixing defaults to work git-svn-id: | ||
5706 | |||
5707 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1357 f882894a-f735-0410-b71e-b25c423dba1c | ||
5708 | |||
5709 | 2006-03-24 Ton Voon <tonvoon@users.sourceforge.net> | ||
5710 | |||
5711 | * CHANGES: Reintroduced --with-mysql configure option. Note about | ||
5712 | SSL cleanup git-svn-id: | ||
5713 | |||
5714 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1356 f882894a-f735-0410-b71e-b25c423dba1c | ||
5715 | |||
5716 | 2006-03-24 Ton Voon <tonvoon@users.sourceforge.net> | ||
5717 | |||
5718 | * plugins/check_http.c: -C now implies -S/--ssl as well git-svn-id: | ||
5719 | |||
5720 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1355 f882894a-f735-0410-b71e-b25c423dba1c | ||
5721 | |||
5722 | 2006-03-24 Ton Voon <tonvoon@users.sourceforge.net> | ||
5723 | |||
5724 | * plugins/t/check_hpjd.t, plugins/t/check_http.t: Tests converted to | ||
5725 | new style git-svn-id: | ||
5726 | |||
5727 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1354 f882894a-f735-0410-b71e-b25c423dba1c | ||
5728 | |||
5729 | 2006-03-24 Ton Voon <tonvoon@users.sourceforge.net> | ||
5730 | |||
5731 | * plugins/check_tcp.c, plugins/t/check_udp.t: udp checks require and | ||
5732 | send and receive option. Tests updated so if nc is available, will | ||
5733 | check send and receive working correctly git-svn-id: | ||
5734 | |||
5735 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1353 f882894a-f735-0410-b71e-b25c423dba1c | ||
5736 | |||
5737 | 2006-03-23 M. Sean Finney <seanius@users.sourceforge.net> | ||
5738 | |||
5739 | * plugins/check_apt.c: - addition of include/exclude option for package names in check_apt, using POSIX regexp support. - various commenting and tidying of code/logic/output. - still haven't committed the Makefile.am/configure.in stuff. git-svn-id: | ||
5740 | |||
5741 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1352 f882894a-f735-0410-b71e-b25c423dba1c | ||
5742 | |||
5743 | 2006-03-23 Ton Voon <tonvoon@users.sourceforge.net> | ||
5744 | |||
5745 | * NPTest.pm, plugins/check_disk.c, plugins/t/check_disk.t: | ||
5746 | check_disk now errors if a specified directory does not exist (cf df | ||
5747 | /foo) git-svn-id: | ||
5748 | |||
5749 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1351 f882894a-f735-0410-b71e-b25c423dba1c | ||
5750 | |||
5751 | 2006-03-23 Ton Voon <tonvoon@users.sourceforge.net> | ||
5752 | |||
5753 | * plugins/t/check_disk.t: Some versions of Test::More do not like | ||
5754 | the m#foo# syntax git-svn-id: | ||
5755 | |||
5756 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1350 f882894a-f735-0410-b71e-b25c423dba1c | ||
5757 | |||
5758 | 2006-03-23 Ton Voon <tonvoon@users.sourceforge.net> | ||
5759 | |||
5760 | * NPTest.pm, plugins/check_disk.c, plugins/t/check_disk.t: Incorrect | ||
5761 | output when checking non-existent disk (John Rouillard - 1326050) git-svn-id: | ||
5762 | |||
5763 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1349 f882894a-f735-0410-b71e-b25c423dba1c | ||
5764 | |||
5765 | 2006-03-23 M. Sean Finney <seanius@users.sourceforge.net> | ||
5766 | |||
5767 | * plugins/check_apt.c: more work on check_apt. more graceful error | ||
5768 | handling and information reporting, a couple new cmdline options. | ||
5769 | still not quite ready for prime-time, maybe tomorrow :) git-svn-id: | ||
5770 | |||
5771 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1348 f882894a-f735-0410-b71e-b25c423dba1c | ||
5772 | |||
5773 | 2006-03-22 Ton Voon <tonvoon@users.sourceforge.net> | ||
5774 | |||
5775 | * REQUIREMENTS, configure.in: Reinstated --with-mysql option git-svn-id: | ||
5776 | |||
5777 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1347 f882894a-f735-0410-b71e-b25c423dba1c | ||
5778 | |||
5779 | 2006-03-22 Ton Voon <tonvoon@users.sourceforge.net> | ||
5780 | |||
5781 | * plugins/check_dns.c, plugins/t/check_dns.t: Added warning and | ||
5782 | critical response times (John Rouillard - 1343159) git-svn-id: | ||
5783 | |||
5784 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1346 f882894a-f735-0410-b71e-b25c423dba1c | ||
5785 | |||
5786 | 2006-03-22 Ton Voon <tonvoon@users.sourceforge.net> | ||
5787 | |||
5788 | * plugins/t/check_pop.t: Convert to new style tests git-svn-id: | ||
5789 | |||
5790 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1345 f882894a-f735-0410-b71e-b25c423dba1c | ||
5791 | |||
5792 | 2006-03-22 Ton Voon <tonvoon@users.sourceforge.net> | ||
5793 | |||
5794 | * THANKS.in, plugins/check_tcp.c: Options to change line ends for -s | ||
5795 | and -q (John Rouillard - 1346104) git-svn-id: | ||
5796 | |||
5797 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1344 f882894a-f735-0410-b71e-b25c423dba1c | ||
5798 | |||
5799 | 2006-03-22 Ton Voon <tonvoon@users.sourceforge.net> | ||
5800 | |||
5801 | * plugins-scripts/check_log.sh: Remove PATH restriction git-svn-id: | ||
5802 | |||
5803 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1343 f882894a-f735-0410-b71e-b25c423dba1c | ||
5804 | |||
5805 | 2006-03-22 Ton Voon <tonvoon@users.sourceforge.net> | ||
5806 | |||
5807 | * plugins/check_dns.c, plugins/t/check_dns.t: New style tests. | ||
5808 | Cleanup of presentation of help. Added '' around -a checks git-svn-id: | ||
5809 | |||
5810 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1342 f882894a-f735-0410-b71e-b25c423dba1c | ||
5811 | |||
5812 | 2006-03-22 Ton Voon <tonvoon@users.sourceforge.net> | ||
5813 | |||
5814 | * plugins/check_by_ssh.c: Typo (Thomas Guettler - 1433447) git-svn-id: | ||
5815 | |||
5816 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1341 f882894a-f735-0410-b71e-b25c423dba1c | ||
5817 | |||
5818 | 2006-03-22 Ton Voon <tonvoon@users.sourceforge.net> | ||
5819 | |||
5820 | * plugins-scripts/check_log.sh, plugins-scripts/utils.sh.in: Remove | ||
5821 | hardlink to /bin/sed. Leave to PATH (Abs - 1391483) git-svn-id: | ||
5822 | |||
5823 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1340 f882894a-f735-0410-b71e-b25c423dba1c | ||
5824 | |||
5825 | 2006-03-22 M. Sean Finney <seanius@users.sourceforge.net> | ||
5826 | |||
5827 | * plugins/check_apt.c: initial version of a check_apt plugin... not | ||
5828 | editing configure/Makefile.am's until i'm happier with it (better | ||
5829 | output, better ways to define warning vs. critical thresholds... | ||
5830 | etc). git-svn-id: | ||
5831 | |||
5832 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1339 f882894a-f735-0410-b71e-b25c423dba1c | ||
5833 | |||
5834 | 2006-03-21 Ton Voon <tonvoon@users.sourceforge.net> | ||
5835 | |||
5836 | * THANKS.in, configure.in: Stop check_dns from compiling if nslookup | ||
5837 | does not exist (Sakari Lehtonen - 1412721) git-svn-id: | ||
5838 | |||
5839 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1338 f882894a-f735-0410-b71e-b25c423dba1c | ||
5840 | |||
5841 | 2006-03-21 Ton Voon <tonvoon@users.sourceforge.net> | ||
5842 | |||
5843 | * plugins/t/check_load.t: Updated to new Test::More method for | ||
5844 | testing git-svn-id: | ||
5845 | |||
5846 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1337 f882894a-f735-0410-b71e-b25c423dba1c | ||
5847 | |||
5848 | 2006-03-21 Ton Voon <tonvoon@users.sourceforge.net> | ||
5849 | |||
5850 | * configure.in: Fix for mysql 3.x git-svn-id: | ||
5851 | |||
5852 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1336 f882894a-f735-0410-b71e-b25c423dba1c | ||
5853 | |||
5854 | 2006-03-21 Ton Voon <tonvoon@users.sourceforge.net> | ||
5855 | |||
5856 | * plugins/check_tcp.c: Return CRITICAL if hostname invalid, as per | ||
5857 | guidelines git-svn-id: | ||
5858 | |||
5859 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1335 f882894a-f735-0410-b71e-b25c423dba1c | ||
5860 | |||
5861 | 2006-03-21 Ton Voon <tonvoon@users.sourceforge.net> | ||
5862 | |||
5863 | * tools/setup: Patch to workaround SFnot having libtool installed git-svn-id: | ||
5864 | |||
5865 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1334 f882894a-f735-0410-b71e-b25c423dba1c | ||
5866 | |||
5867 | 2006-03-21 Ton Voon <tonvoon@users.sourceforge.net> | ||
5868 | |||
5869 | * CHANGES, REQUIREMENTS, THANKS.in, configure.in, | ||
5870 | plugins/Makefile.am, plugins/tests/Makefile.am: mysql discovery | ||
5871 | based on mysql_config (Johan Fischer - 1359414) git-svn-id: | ||
5872 | |||
5873 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1333 f882894a-f735-0410-b71e-b25c423dba1c | ||
5874 | |||
5875 | 2006-03-20 M. Sean Finney <seanius@users.sourceforge.net> | ||
5876 | |||
5877 | * plugins/check_ntp.c: - shuffling some code around to keep things tidy. - now average the result of 4 queries just as ntpdate does - put things in place for jitter calculation git-svn-id: | ||
5878 | |||
5879 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1332 f882894a-f735-0410-b71e-b25c423dba1c | ||
5880 | |||
5881 | 2006-03-20 M. Sean Finney <seanius@users.sourceforge.net> | ||
5882 | |||
5883 | * plugins/check_ntp.c: ipv6 support for c-version of check_ntp git-svn-id: | ||
5884 | |||
5885 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1331 f882894a-f735-0410-b71e-b25c423dba1c | ||
5886 | |||
5887 | 2006-03-18 M. Sean Finney <seanius@users.sourceforge.net> | ||
5888 | |||
5889 | * plugins/check_ntp.c: initial version of the pure-c check_ntp | ||
5890 | implementation. jitter not yet implemented, and a couple other misc | ||
5891 | things to do, so i haven't yet patched Makefile.am git-svn-id: | ||
5892 | |||
5893 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1330 f882894a-f735-0410-b71e-b25c423dba1c | ||
5894 | |||
5895 | 2006-03-18 M. Sean Finney <seanius@users.sourceforge.net> | ||
5896 | |||
5897 | * plugins/check_http.c: return-logic related fix for cert checking, | ||
5898 | thanks to emmet hogan. git-svn-id: | ||
5899 | |||
5900 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1329 f882894a-f735-0410-b71e-b25c423dba1c | ||
5901 | |||
5902 | 2006-03-17 Ton Voon <tonvoon@users.sourceforge.net> | ||
5903 | |||
5904 | * plugins/tests/test_utils.t: Better error message re: tap library git-svn-id: | ||
5905 | |||
5906 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1328 f882894a-f735-0410-b71e-b25c423dba1c | ||
5907 | |||
5908 | 2006-03-17 Ton Voon <tonvoon@users.sourceforge.net> | ||
5909 | |||
5910 | * REQUIREMENTS, configure.in, plugins/Makefile.am, | ||
5911 | plugins/check_mysql.c, plugins/check_mysql_query.c, | ||
5912 | plugins/t/check_mysql.t: mysql detection cleanup: fixes runtime | ||
5913 | linking, autodetection of main locations, detection of lib64 and | ||
5914 | different layouts git-svn-id: | ||
5915 | |||
5916 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1327 f882894a-f735-0410-b71e-b25c423dba1c | ||
5917 | |||
5918 | 2006-03-17 Ton Voon <tonvoon@users.sourceforge.net> | ||
5919 | |||
5920 | * doc/developer-guidelines.sgml: Added requirement for developer | ||
5921 | system to have gnu libtool git-svn-id: | ||
5922 | |||
5923 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1326 f882894a-f735-0410-b71e-b25c423dba1c | ||
5924 | |||
5925 | 2006-03-16 Ton Voon <tonvoon@users.sourceforge.net> | ||
5926 | |||
5927 | * configure.in, plugins/tests/Makefile.am, tools/setup: Using | ||
5928 | libtool to get runpath for tap library git-svn-id: | ||
5929 | |||
5930 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1325 f882894a-f735-0410-b71e-b25c423dba1c | ||
5931 | |||
5932 | 2006-03-15 Ton Voon <tonvoon@users.sourceforge.net> | ||
5933 | |||
5934 | * THANKS.in, plugins/check_mysql.c, plugins/t/check_mysql.t: Alert | ||
5935 | on amount of time a slave is behind (Steven Kreuzer) git-svn-id: | ||
5936 | |||
5937 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1324 f882894a-f735-0410-b71e-b25c423dba1c | ||
5938 | |||
5939 | 2006-03-13 M. Sean Finney <seanius@users.sourceforge.net> | ||
5940 | |||
5941 | * plugins/check_swap.c: fix for (tracker id 1420741) "check_swap: | ||
5942 | incorrect totals for multiple partitions (BSD)" thanks to scott | ||
5943 | thompson git-svn-id: | ||
5944 | |||
5945 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1323 f882894a-f735-0410-b71e-b25c423dba1c | ||
5946 | |||
5947 | 2006-03-13 Ton Voon <tonvoon@users.sourceforge.net> | ||
5948 | |||
5949 | * plugins/check_ping.c: Change warning message if there is stderr | ||
5950 | output. This catches a problem where time was shifting backwards on | ||
5951 | a linux VMware guest during the ping git-svn-id: | ||
5952 | |||
5953 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1322 f882894a-f735-0410-b71e-b25c423dba1c | ||
5954 | |||
5955 | 2006-03-07 Ton Voon <tonvoon@users.sourceforge.net> | ||
5956 | |||
5957 | * plugins/t/check_http.t: Added tests for two external websites with | ||
5958 | certificates git-svn-id: | ||
5959 | |||
5960 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1321 f882894a-f735-0410-b71e-b25c423dba1c | ||
5961 | |||
5962 | 2006-03-07 Ton Voon <tonvoon@users.sourceforge.net> | ||
5963 | |||
5964 | * plugins/t/check_http.t: Tests re-written in new object format git-svn-id: | ||
5965 | |||
5966 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1320 f882894a-f735-0410-b71e-b25c423dba1c | ||
5967 | |||
5968 | 2006-02-24 Ton Voon <tonvoon@users.sourceforge.net> | ||
5969 | |||
5970 | * doc/developer-guidelines.sgml: Updated doc as tap library is now | ||
5971 | automatically discovered git-svn-id: | ||
5972 | |||
5973 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1319 f882894a-f735-0410-b71e-b25c423dba1c | ||
5974 | |||
5975 | 2006-02-24 Ton Voon <tonvoon@users.sourceforge.net> | ||
5976 | |||
5977 | * configure.in, plugins/tests/Makefile.am: Use the installed tap | ||
5978 | library instead of requesting a compiled object git-svn-id: | ||
5979 | |||
5980 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1318 f882894a-f735-0410-b71e-b25c423dba1c | ||
5981 | |||
5982 | 2006-02-17 Ton Voon <tonvoon@users.sourceforge.net> | ||
5983 | |||
5984 | * THANKS.in, plugins/popen.c: SIGALRM could be received before | ||
5985 | child_process is created (Jason Crawford) git-svn-id: | ||
5986 | |||
5987 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1317 f882894a-f735-0410-b71e-b25c423dba1c | ||
5988 | |||
5989 | 2006-02-17 M. Sean Finney <seanius@users.sourceforge.net> | ||
5990 | |||
5991 | * plugins/check_procs.c: set LC_NUMERIC to POSIX in check_procs.c git-svn-id: | ||
5992 | |||
5993 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1316 f882894a-f735-0410-b71e-b25c423dba1c | ||
5994 | |||
5995 | 2006-02-01 Ton Voon <tonvoon@users.sourceforge.net> | ||
5996 | |||
5997 | * plugins/t/check_mysql_query.t: If a mysql server has anonymous | ||
5998 | login, tests will always fail git-svn-id: | ||
5999 | |||
6000 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1315 f882894a-f735-0410-b71e-b25c423dba1c | ||
6001 | |||
6002 | 2006-02-01 Ton Voon <tonvoon@users.sourceforge.net> | ||
6003 | |||
6004 | * plugins/tests/Makefile.am: Need to distribute perl test file git-svn-id: | ||
6005 | |||
6006 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1314 f882894a-f735-0410-b71e-b25c423dba1c | ||
6007 | |||
6008 | 2006-01-31 Ton Voon <tonvoon@users.sourceforge.net> | ||
6009 | |||
6010 | * CHANGES: check_mysql_query included git-svn-id: | ||
6011 | |||
6012 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1313 f882894a-f735-0410-b71e-b25c423dba1c | ||
6013 | |||
6014 | 2006-01-31 Ton Voon <tonvoon@users.sourceforge.net> | ||
6015 | |||
6016 | * REQUIREMENTS: Note on MacOSX difference in mysql package git-svn-id: | ||
6017 | |||
6018 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1312 f882894a-f735-0410-b71e-b25c423dba1c | ||
6019 | |||
6020 | 2006-01-31 Ton Voon <tonvoon@users.sourceforge.net> | ||
6021 | |||
6022 | * configure.in, plugins/Makefile.am: Clean compile of | ||
6023 | check_mysql_query on MacOSX git-svn-id: | ||
6024 | |||
6025 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1311 f882894a-f735-0410-b71e-b25c423dba1c | ||
6026 | |||
6027 | 2006-01-31 Ton Voon <tonvoon@users.sourceforge.net> | ||
6028 | |||
6029 | * NPTest.pm: Sort ordering of tests git-svn-id: | ||
6030 | |||
6031 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1310 f882894a-f735-0410-b71e-b25c423dba1c | ||
6032 | |||
6033 | 2006-01-31 Ton Voon <tonvoon@users.sourceforge.net> | ||
6034 | |||
6035 | * configure.in, plugins/.cvsignore, plugins/Makefile.am, | ||
6036 | plugins/check_mysql_query.c, plugins/t/check_mysql_query.t, | ||
6037 | plugins/utils.h: Adding check_mysql_query, using new ranges and | ||
6038 | threshold checking git-svn-id: | ||
6039 | |||
6040 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1309 f882894a-f735-0410-b71e-b25c423dba1c | ||
6041 | |||
6042 | 2006-01-31 Ton Voon <tonvoon@users.sourceforge.net> | ||
6043 | |||
6044 | * plugins/t/check_mysql.t: Extra explanation in tests git-svn-id: | ||
6045 | |||
6046 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1308 f882894a-f735-0410-b71e-b25c423dba1c | ||
6047 | |||
6048 | 2006-01-31 Ton Voon <tonvoon@users.sourceforge.net> | ||
6049 | |||
6050 | * plugins/tests/test_utils.c: Fixed invalid free git-svn-id: | ||
6051 | |||
6052 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1307 f882894a-f735-0410-b71e-b25c423dba1c | ||
6053 | |||
6054 | 2006-01-31 Ton Voon <tonvoon@users.sourceforge.net> | ||
6055 | |||
6056 | * doc/developer-guidelines.sgml: Updated instructions on using | ||
6057 | libtap as configure option changed git-svn-id: | ||
6058 | |||
6059 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1306 f882894a-f735-0410-b71e-b25c423dba1c | ||
6060 | |||
6061 | 2006-01-31 Ton Voon <tonvoon@users.sourceforge.net> | ||
6062 | |||
6063 | * configure.in: Changed configure option to --with-libtap-srcdir | ||
6064 | because requires tap.h as well as tap.o git-svn-id: | ||
6065 | |||
6066 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1305 f882894a-f735-0410-b71e-b25c423dba1c | ||
6067 | |||
6068 | 2006-01-30 Ton Voon <tonvoon@users.sourceforge.net> | ||
6069 | |||
6070 | * doc/developer-guidelines.sgml, plugins/tests/test_utils.c, | ||
6071 | plugins/utils.c, plugins/utils.h: Clearly defined thresholds & | ||
6072 | ranges in docs. Added get_status routine. Added set_thresholds | ||
6073 | routine. Tests enhanced to check new routines git-svn-id: | ||
6074 | |||
6075 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1304 f882894a-f735-0410-b71e-b25c423dba1c | ||
6076 | |||
6077 | 2006-01-30 Ton Voon <tonvoon@users.sourceforge.net> | ||
6078 | |||
6079 | * configure.in, doc/developer-guidelines.sgml, plugins/Makefile.am, | ||
6080 | plugins/tests/.cvsignore, plugins/tests/Makefile.am, | ||
6081 | plugins/tests/README, plugins/tests/check_disk, | ||
6082 | plugins/tests/check_dns, plugins/tests/check_ftp, | ||
6083 | plugins/tests/check_hpjd, plugins/tests/check_http, | ||
6084 | plugins/tests/check_load, plugins/tests/check_ping, | ||
6085 | plugins/tests/check_procs, plugins/tests/check_swap, | ||
6086 | plugins/tests/check_users, plugins/tests/check_vsz, | ||
6087 | plugins/tests/test_utils.c, plugins/tests/test_utils.t, | ||
6088 | plugins/utils.c, plugins/utils.h: Added libtap tests for utils.c | ||
6089 | library functions. Removed redundant test files git-svn-id: | ||
6090 | |||
6091 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1303 f882894a-f735-0410-b71e-b25c423dba1c | ||
6092 | |||
6093 | 2006-01-21 Ton Voon <tonvoon@users.sourceforge.net> | ||
6094 | |||
6095 | * tools/sfsnapshot: Have to use own id for cvs checkout. Change | ||
6096 | compile server because old one not working consistently git-svn-id: | ||
6097 | |||
6098 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1302 f882894a-f735-0410-b71e-b25c423dba1c | ||
6099 | |||
6100 | 2005-12-19 Ton Voon <tonvoon@users.sourceforge.net> | ||
6101 | |||
6102 | * NPTest.pm: Break out of testing if a new parameter is required git-svn-id: | ||
6103 | |||
6104 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1301 f882894a-f735-0410-b71e-b25c423dba1c | ||
6105 | |||
6106 | 2005-12-16 Harper Mann <harpermann@users.sourceforge.net> | ||
6107 | |||
6108 | * contrib/check_log2.pl: Added ability to output critical on error. | ||
6109 | Fixed open so it properly fails if the log file open throws an | ||
6110 | error, turned on -w in the perl call, fixed warnings git-svn-id: | ||
6111 | |||
6112 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1300 f882894a-f735-0410-b71e-b25c423dba1c | ||
6113 | |||
6114 | 2005-12-15 Ton Voon <tonvoon@users.sourceforge.net> | ||
6115 | |||
6116 | * NPTest.pm, plugins/check_mysql.c, plugins/t/check_mysql.t: Display | ||
6117 | errors with slave queries correctly. Added extra tests for slaves git-svn-id: | ||
6118 | |||
6119 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1299 f882894a-f735-0410-b71e-b25c423dba1c | ||
6120 | |||
6121 | 2005-12-15 Ton Voon <tonvoon@users.sourceforge.net> | ||
6122 | |||
6123 | * NPTest.pm, doc/developer-guidelines.sgml, plugins/t/check_disk.t: | ||
6124 | New 3 parameter version of getTestParameters. Updated check_disk.t | ||
6125 | to reflect. Added notes re: testing in developer guidelines. git-svn-id: | ||
6126 | |||
6127 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1298 f882894a-f735-0410-b71e-b25c423dba1c | ||
6128 | |||
6129 | 2005-12-15 Ton Voon <tonvoon@users.sourceforge.net> | ||
6130 | |||
6131 | * plugins-scripts/check_file_age.pl, | ||
6132 | plugins-scripts/t/check_file_age.t: Allow directories and links to | ||
6133 | be tested by check_file_age. Sanitise output. Added tests git-svn-id: | ||
6134 | |||
6135 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1297 f882894a-f735-0410-b71e-b25c423dba1c | ||
6136 | |||
6137 | 2005-12-07 Harper Mann <harpermann@users.sourceforge.net> | ||
6138 | |||
6139 | * plugins/urlize.c: Nagiosplug bug 1266977. Added code to insert | ||
6140 | the closing </A> after the plugin output but before the performance | ||
6141 | output. git-svn-id: | ||
6142 | |||
6143 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1296 f882894a-f735-0410-b71e-b25c423dba1c | ||
6144 | |||
6145 | 2005-12-07 Ton Voon <tonvoon@users.sourceforge.net> | ||
6146 | |||
6147 | * THANKS.in, plugins/common.h: No floorf on Solaris 9 (Jon | ||
6148 | Vandegrift - 1374705) git-svn-id: | ||
6149 | |||
6150 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1295 f882894a-f735-0410-b71e-b25c423dba1c | ||
6151 | |||
6152 | 2005-12-02 Ton Voon <tonvoon@users.sourceforge.net> | ||
6153 | |||
6154 | * THANKS.in, doc/developer-guidelines.sgml, plugins/check_nagios.c, | ||
6155 | plugins/t/check_nagios.nagios1.status.log, | ||
6156 | plugins/t/check_nagios.nagios2.status.dat, plugins/t/check_nagios.t: | ||
6157 | Support for Nagios 1 and Nagios 2 status files (Gerhard Lausser - | ||
6158 | 1296242) git-svn-id: | ||
6159 | |||
6160 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1294 f882894a-f735-0410-b71e-b25c423dba1c | ||
6161 | |||
6162 | 2005-12-02 Ton Voon <tonvoon@users.sourceforge.net> | ||
6163 | |||
6164 | * plugins/t/.cvsignore: Ignore temporary files created for tests git-svn-id: | ||
6165 | |||
6166 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1293 f882894a-f735-0410-b71e-b25c423dba1c | ||
6167 | |||
6168 | 2005-12-01 Ton Voon <tonvoon@users.sourceforge.net> | ||
6169 | |||
6170 | * config_test/Makefile, config_test/run_tests, configure.in: Run | ||
6171 | longer test on redhat for spopen/pthread problem. Allow | ||
6172 | enable/disable of pthread fix via configure option git-svn-id: | ||
6173 | |||
6174 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1292 f882894a-f735-0410-b71e-b25c423dba1c | ||
6175 | |||
6176 | 2005-11-30 Harper Mann <harpermann@users.sourceforge.net> | ||
6177 | |||
6178 | * plugins-scripts/check_ntp.pl: Nagiosplug bug # 1251096 check_ntp | ||
6179 | wasn't properly handing a bad exit status from the external programs | ||
6180 | it calls (ntpdate and ntpq), so jitter wasn't set. Added check of | ||
6181 | $? on close and proper error output if status from the sub program | ||
6182 | call completion is non-zero. This includes "host not found". git-svn-id: | ||
6183 | |||
6184 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1291 f882894a-f735-0410-b71e-b25c423dba1c | ||
6185 | |||
6186 | 2005-11-29 Harper Mann <harpermann@users.sourceforge.net> | ||
6187 | |||
6188 | * contrib/check_email_loop.pl: UNKNOWN exit status was returning | ||
6189 | status of "-1", changed to "3" git-svn-id: | ||
6190 | |||
6191 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1290 f882894a-f735-0410-b71e-b25c423dba1c | ||
6192 | |||
6193 | 2005-11-29 Harper Mann <harpermann@users.sourceforge.net> | ||
6194 | |||
6195 | * contrib/check_email_loop.pl: Bug: 1355304 Added patch for ePN and | ||
6196 | perl warnings. Fixed some text and a warning about type comparison. git-svn-id: | ||
6197 | |||
6198 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1289 f882894a-f735-0410-b71e-b25c423dba1c | ||
6199 | |||
6200 | 2005-11-18 Ton Voon <tonvoon@users.sourceforge.net> | ||
6201 | |||
6202 | * tools/sfsnapshot: Create a permanent link to HEAD snapshot git-svn-id: | ||
6203 | |||
6204 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1288 f882894a-f735-0410-b71e-b25c423dba1c | ||
6205 | |||
6206 | 2005-11-18 Ton Voon <tonvoon@users.sourceforge.net> | ||
6207 | |||
6208 | * doc/developer-guidelines.sgml: Updated with more detailed | ||
6209 | description of UNKNOWN states git-svn-id: | ||
6210 | |||
6211 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1287 f882894a-f735-0410-b71e-b25c423dba1c | ||
6212 | |||
6213 | 2005-11-16 Ton Voon <tonvoon@users.sourceforge.net> | ||
6214 | |||
6215 | * plugins/check_disk.c: Fixed some compile errors with new | ||
6216 | translations. Also reintroduced formatting after discussion with | ||
6217 | Benoit git-svn-id: | ||
6218 | |||
6219 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1286 f882894a-f735-0410-b71e-b25c423dba1c | ||
6220 | |||
6221 | 2005-11-15 Ton Voon <tonvoon@users.sourceforge.net> | ||
6222 | |||
6223 | * plugins/t/check_disk.t: Updated tests to minimise false positives. | ||
6224 | Breaking down so more obvious what the tests are doing git-svn-id: | ||
6225 | |||
6226 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1285 f882894a-f735-0410-b71e-b25c423dba1c | ||
6227 | |||
6228 | 2005-11-14 Ton Voon <tonvoon@users.sourceforge.net> | ||
6229 | |||
6230 | * doc/developer-guidelines.sgml: Added section re: translations git-svn-id: | ||
6231 | |||
6232 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1284 f882894a-f735-0410-b71e-b25c423dba1c | ||
6233 | |||
6234 | 2005-11-14 Benoit Mortier <opensides@users.sourceforge.net> | ||
6235 | |||
6236 | * plugins/check_http.c: localization cleaning ... last commit | ||
6237 | before sleeping git-svn-id: | ||
6238 | |||
6239 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1283 f882894a-f735-0410-b71e-b25c423dba1c | ||
6240 | |||
6241 | 2005-11-14 Benoit Mortier <opensides@users.sourceforge.net> | ||
6242 | |||
6243 | * plugins/check_dig.c, plugins/check_disk.c, plugins/check_dns.c, | ||
6244 | plugins/check_dummy.c, plugins/check_fping.c, plugins/check_game.c: | ||
6245 | start of the cleaning of the localization git-svn-id: | ||
6246 | |||
6247 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1282 f882894a-f735-0410-b71e-b25c423dba1c | ||
6248 | |||
6249 | 2005-11-12 Ton Voon <tonvoon@users.sourceforge.net> | ||
6250 | |||
6251 | * THANKS.in, plugins/t/check_disk.t: Updated check_disk tests to use | ||
6252 | Test::More (Serhan Kiymaz) git-svn-id: | ||
6253 | |||
6254 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1281 f882894a-f735-0410-b71e-b25c423dba1c | ||
6255 | |||
6256 | 2005-11-09 Ton Voon <tonvoon@users.sourceforge.net> | ||
6257 | |||
6258 | * plugins/t/check_mysql.t: Using Test::More git-svn-id: | ||
6259 | |||
6260 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1280 f882894a-f735-0410-b71e-b25c423dba1c | ||
6261 | |||
6262 | 2005-11-09 Ton Voon <tonvoon@users.sourceforge.net> | ||
6263 | |||
6264 | * NPTest.pm, plugins/t/check_imap.t, plugins/t/check_swap.t: Added | ||
6265 | new NPTest->testCmd which returns objects back for testing at the | ||
6266 | test script level. Updated check_swap and check_imap to this new | ||
6267 | format git-svn-id: | ||
6268 | |||
6269 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1279 f882894a-f735-0410-b71e-b25c423dba1c | ||
6270 | |||
6271 | 2005-11-09 Ton Voon <tonvoon@users.sourceforge.net> | ||
6272 | |||
6273 | * plugins/check_swap.c: Problem where absolute thresholds not | ||
6274 | working on /proc/meminfo systems. Suffixed all variables with the | ||
6275 | unit of measurement git-svn-id: | ||
6276 | |||
6277 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1278 f882894a-f735-0410-b71e-b25c423dba1c | ||
6278 | |||
6279 | 2005-11-09 Ton Voon <tonvoon@users.sourceforge.net> | ||
6280 | |||
6281 | * configure.in: Typo with predetermined values git-svn-id: | ||
6282 | |||
6283 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1277 f882894a-f735-0410-b71e-b25c423dba1c | ||
6284 | |||
6285 | 2005-11-09 Ton Voon <tonvoon@users.sourceforge.net> | ||
6286 | |||
6287 | * doc/developer-guidelines.sgml: Added copyright/license info | ||
6288 | required in submissions git-svn-id: | ||
6289 | |||
6290 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1276 f882894a-f735-0410-b71e-b25c423dba1c | ||
6291 | |||
6292 | 2005-11-09 Ton Voon <tonvoon@users.sourceforge.net> | ||
6293 | |||
6294 | * doc/NEW_STARTERS, doc/developer-guidelines.sgml: Updated dev | ||
6295 | guidelines to link to NagiosExchange. Removed project admin notes | ||
6296 | from guidelines into separate file git-svn-id: | ||
6297 | |||
6298 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1275 f882894a-f735-0410-b71e-b25c423dba1c | ||
6299 | |||
6300 | 2005-11-07 M. Sean Finney <seanius@users.sourceforge.net> | ||
6301 | |||
6302 | * configure.in: incorporated patch from Elan Ruusamäe (ahmake) to | ||
6303 | override program autodetection (see Feature Requests-1341528). i | ||
6304 | would not call this quite complete just yet (i'll explain more in | ||
6305 | the tracker), but should be functional and useful enough to commit | ||
6306 | now, in any case. git-svn-id: | ||
6307 | |||
6308 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1274 f882894a-f735-0410-b71e-b25c423dba1c | ||
6309 | |||
6310 | 2005-11-04 Ton Voon <tonvoon@users.sourceforge.net> | ||
6311 | |||
6312 | * THANKS.in, plugins/check_tcp.c, plugins/t/check_imap.t: Fixed | ||
6313 | --mismatch option for check_tcp. Added tests into check_imap (Rick | ||
6314 | Fey - 1339134) git-svn-id: | ||
6315 | |||
6316 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1273 f882894a-f735-0410-b71e-b25c423dba1c | ||
6317 | |||
6318 | 2005-11-03 Ton Voon <tonvoon@users.sourceforge.net> | ||
6319 | |||
6320 | * Makefile.am, tools/tinderbox_build: Adding new tinderbox build | ||
6321 | script git-svn-id: | ||
6322 | |||
6323 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1272 f882894a-f735-0410-b71e-b25c423dba1c | ||
6324 | |||
6325 | 2005-11-03 Ton Voon <tonvoon@users.sourceforge.net> | ||
6326 | |||
6327 | * plugins/t/check_disk.t, plugins/t/check_procs.t: Invalid mount | ||
6328 | point doesn't make sense because most df implementations would work | ||
6329 | out the actual mount point. And fixed typo in check_procs.t git-svn-id: | ||
6330 | |||
6331 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1271 f882894a-f735-0410-b71e-b25c423dba1c | ||
6332 | |||
6333 | 2005-11-03 Ton Voon <tonvoon@users.sourceforge.net> | ||
6334 | |||
6335 | * NPTest.pm, plugins/t/check_http.t, plugins/t/check_time.t: Fixing | ||
6336 | some test failures git-svn-id: | ||
6337 | |||
6338 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1270 f882894a-f735-0410-b71e-b25c423dba1c | ||
6339 | |||
6340 | 2005-11-02 M. Sean Finney <seanius@users.sourceforge.net> | ||
6341 | |||
6342 | * plugins/check_disk.c: #995761: patch from ben o'hara to include | ||
6343 | inode calculations in check_disk.c. previous commit also had a patch for smtp auth support, but i | ||
6344 | accidentally sent a blank commit message. git-svn-id: | ||
6345 | |||
6346 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1269 f882894a-f735-0410-b71e-b25c423dba1c | ||
6347 | |||
6348 | 2005-11-02 M. Sean Finney <seanius@users.sourceforge.net> | ||
6349 | |||
6350 | * plugins/check_smtp.c: check_smtp.c git-svn-id: | ||
6351 | |||
6352 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1268 f882894a-f735-0410-b71e-b25c423dba1c | ||
6353 | |||
6354 | 2005-10-31 M. Sean Finney <seanius@users.sourceforge.net> | ||
6355 | |||
6356 | * configure.in, plugins/check_game.c, plugins/check_http.c, | ||
6357 | plugins/check_nagios.c, plugins/check_snmp.c, plugins/check_swap.c, | ||
6358 | plugins/check_tcp.c, plugins/common.h, plugins/netutils.c, | ||
6359 | plugins/netutils.h, plugins/sslutils.c: code cleanups, largely | ||
6360 | resulting from turning on -Wall. mostly unused variables and | ||
6361 | explicit casting issues, but there were a couple gotchas in there | ||
6362 | too. git-svn-id: | ||
6363 | |||
6364 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1267 f882894a-f735-0410-b71e-b25c423dba1c | ||
6365 | |||
6366 | 2005-10-30 M. Sean Finney <seanius@users.sourceforge.net> | ||
6367 | |||
6368 | * plugins/Makefile.am: turned on -Wall in plugins/Makefile.am via | ||
6369 | AM_CFLAGS. shouldn't keep our heads in the sand for potential | ||
6370 | errors, after all :) git-svn-id: | ||
6371 | |||
6372 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1266 f882894a-f735-0410-b71e-b25c423dba1c | ||
6373 | |||
6374 | 2005-10-30 M. Sean Finney <seanius@users.sourceforge.net> | ||
6375 | |||
6376 | * plugins/check_tcp.c: another fix from alex: check for '/' in the | ||
6377 | server_address before trying to resolve it via is_host(). git-svn-id: | ||
6378 | |||
6379 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1265 f882894a-f735-0410-b71e-b25c423dba1c | ||
6380 | |||
6381 | 2005-10-30 M. Sean Finney <seanius@users.sourceforge.net> | ||
6382 | |||
6383 | * plugins/check_tcp.c: fixes for some bugs found in my merging of | ||
6384 | the tcp socket patch git-svn-id: | ||
6385 | |||
6386 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1264 f882894a-f735-0410-b71e-b25c423dba1c | ||
6387 | |||
6388 | 2005-10-29 M. Sean Finney <seanius@users.sourceforge.net> | ||
6389 | |||
6390 | * plugins-scripts/check_log.sh: check_log fixes from Ade Rixon git-svn-id: | ||
6391 | |||
6392 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1263 f882894a-f735-0410-b71e-b25c423dba1c | ||
6393 | |||
6394 | 2005-10-29 M. Sean Finney <seanius@users.sourceforge.net> | ||
6395 | |||
6396 | * plugins/Makefile.am: patch from nsturm: Makefile.am should have | ||
6397 | been checking for check_ldap instead of check_ldaps. the result was | ||
6398 | that check_ldaps was not being created during the build process. git-svn-id: | ||
6399 | |||
6400 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1262 f882894a-f735-0410-b71e-b25c423dba1c | ||
6401 | |||
6402 | 2005-10-25 M. Sean Finney <seanius@users.sourceforge.net> | ||
6403 | |||
6404 | * COPYING, configure.in, plugins/Makefile.am, plugins/check_tcp.c, | ||
6405 | plugins/netutils.c, plugins/netutils.h, plugins/utils.h, po/de.po, | ||
6406 | po/fr.po: - added code to allow check_tcp (via np_net_connect) work with local unix sockets. some testing would be welcome. based on idea from Alex Samorukov. - also introduced a check_clamd behavior in check_tcp. git-svn-id: | ||
6407 | |||
6408 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1261 f882894a-f735-0410-b71e-b25c423dba1c | ||
6409 | |||
6410 | 2005-10-24 M. Sean Finney <seanius@users.sourceforge.net> | ||
6411 | |||
6412 | * plugins/Makefile.am, plugins/check_by_ssh.c, plugins/check_dig.c, | ||
6413 | plugins/check_dns.c, plugins/check_game.c, plugins/check_nagios.c, | ||
6414 | plugins/netutils.c, plugins/runcmd.c, plugins/utils.c, | ||
6415 | plugins/utils.h: initial merging of ae's np_runcmd code into | ||
6416 | selected plugins. git-svn-id: | ||
6417 | |||
6418 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1260 f882894a-f735-0410-b71e-b25c423dba1c | ||
6419 | |||
6420 | 2005-10-23 M. Sean Finney <seanius@users.sourceforge.net> | ||
6421 | |||
6422 | * configure.in: whoops, missed this one, same as last commit git-svn-id: | ||
6423 | |||
6424 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1259 f882894a-f735-0410-b71e-b25c423dba1c | ||
6425 | |||
6426 | 2005-10-23 M. Sean Finney <seanius@users.sourceforge.net> | ||
6427 | |||
6428 | * plugins/Makefile.am, plugins/netutils.c, plugins/sslutils.c: - compartmentalized ssl code into seperate sslutils.c - ssl-related cleanups in configure.in, and now openssl/gnutls | ||
6429 | options automatically disable each other. git-svn-id: | ||
6430 | |||
6431 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1258 f882894a-f735-0410-b71e-b25c423dba1c | ||
6432 | |||
6433 | 2005-10-19 M. Sean Finney <seanius@users.sourceforge.net> | ||
6434 | |||
6435 | * plugins/check_http.c, plugins/check_smtp.c, plugins/check_tcp.c, | ||
6436 | plugins/netutils.c, plugins/netutils.h: all plugins now using | ||
6437 | centralized ssl functions in netutils.c git-svn-id: | ||
6438 | |||
6439 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1257 f882894a-f735-0410-b71e-b25c423dba1c | ||
6440 | |||
6441 | 2005-10-19 M. Sean Finney <seanius@users.sourceforge.net> | ||
6442 | |||
6443 | * plugins/check_http.c: endif was a few lines off of where it should | ||
6444 | be git-svn-id: | ||
6445 | |||
6446 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1256 f882894a-f735-0410-b71e-b25c423dba1c | ||
6447 | |||
6448 | 2005-10-19 M. Sean Finney <seanius@users.sourceforge.net> | ||
6449 | |||
6450 | * configure.in, plugins-root/Makefile.am, plugins/Makefile.am, | ||
6451 | plugins/check_http.c, plugins/check_smtp.c, plugins/check_tcp.c, | ||
6452 | plugins/common.h, plugins/netutils.c, plugins/netutils.h: - initial attempt at consolidating ssl-related code into | ||
6453 | netutils.{c,h} - added some #ifdefs to common.h and netutils.h to prevent multiple inclusions (as netlibs now includes common.h) - all ssl plugins (tcp/http/smtp) compile cleanly against gnutls, | ||
6454 | though certificate checking still needs to be done. - modified configure script so you can also explicitly say | ||
6455 | "without-gnutls" too (otherwise if you disable openssl you have no | ||
6456 | way of disabling gnutls too) git-svn-id: | ||
6457 | |||
6458 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1255 f882894a-f735-0410-b71e-b25c423dba1c | ||
6459 | |||
6460 | 2005-10-18 M. Sean Finney <seanius@users.sourceforge.net> | ||
6461 | |||
6462 | * configure.in, plugins/check_tcp.c: initial "experimental" support | ||
6463 | for gnutls. by default openssl is still used if available, and | ||
6464 | gnutls is only used if openssl is not available or explicitly | ||
6465 | disabled (--without-openssl). currently the only plugin i've | ||
6466 | verified to work is check_tcp, but i had to disable cert checking. git-svn-id: | ||
6467 | |||
6468 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1254 f882894a-f735-0410-b71e-b25c423dba1c | ||
6469 | |||
6470 | 2005-10-18 Ton Voon <tonvoon@users.sourceforge.net> | ||
6471 | |||
6472 | * README: Added license information to README with exemption for use | ||
6473 | of OpenSSL git-svn-id: | ||
6474 | |||
6475 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1253 f882894a-f735-0410-b71e-b25c423dba1c | ||
6476 | |||
6477 | 2005-10-13 Ton Voon <tonvoon@users.sourceforge.net> | ||
6478 | |||
6479 | * configure.in: Run spopen tests for Redhat ES SMP (Hans Engelen) git-svn-id: | ||
6480 | |||
6481 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1252 f882894a-f735-0410-b71e-b25c423dba1c | ||
6482 | |||
6483 | 2005-10-13 M. Sean Finney <seanius@users.sourceforge.net> | ||
6484 | |||
6485 | * po/de.po: debian bts #313960: - grammatical german fixes. i'm taking the reporter's word for it | ||
6486 | :) git-svn-id: | ||
6487 | |||
6488 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1251 f882894a-f735-0410-b71e-b25c423dba1c | ||
6489 | |||
6490 | 2005-10-13 M. Sean Finney <seanius@users.sourceforge.net> | ||
6491 | |||
6492 | * plugins-scripts/check_ntp.pl: debian bts #268044: - use a "less beastly" regex for parsing ntpq output. probably need some more widespread testing on this one. git-svn-id: | ||
6493 | |||
6494 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1250 f882894a-f735-0410-b71e-b25c423dba1c | ||
6495 | |||
6496 | 2005-10-13 M. Sean Finney <seanius@users.sourceforge.net> | ||
6497 | |||
6498 | * plugins/check_disk.c: debian bts #296278: - it seems that when check_disk uses the "df" routines and is told | ||
6499 | to check a non-mountpoint, it would check the filesystem on which | ||
6500 | the directory was mounted (i.e. /var/log -> /var if no /var/log | ||
6501 | mount). the system-call routines now do this too. might need a bit | ||
6502 | more widespread testing, but looks good for me and i did it without modifying any of the system-call-specific codeblocks. git-svn-id: | ||
6503 | |||
6504 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1249 f882894a-f735-0410-b71e-b25c423dba1c | ||
6505 | |||
6506 | 2005-10-13 M. Sean Finney <seanius@users.sourceforge.net> | ||
6507 | |||
6508 | * plugins/check_game.c: debian bts #307905: - someone changed the cmdline syntax of check game without also updating the usage/help function ;p git-svn-id: | ||
6509 | |||
6510 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1248 f882894a-f735-0410-b71e-b25c423dba1c | ||
6511 | |||
6512 | 2005-10-13 M. Sean Finney <seanius@users.sourceforge.net> | ||
6513 | |||
6514 | * plugins-scripts/check_disk_smb.pl: debian bts #300701: - check_smb fix for freespace threshold parsing from the cmdline | ||
6515 | options. git-svn-id: | ||
6516 | |||
6517 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1247 f882894a-f735-0410-b71e-b25c423dba1c | ||
6518 | |||
6519 | 2005-10-13 M. Sean Finney <seanius@users.sourceforge.net> | ||
6520 | |||
6521 | * plugins/check_smtp.c: multiple fixes in check_smtp from debian | ||
6522 | (bts #285554): - fix for double free via SSL_CTX_free. looks like the previous | ||
6523 | author knew this was a problem but didn't care enough to fix it ;p. - use defines instead of const chars for SMTP strings. - default to send our fqdn (via gethostbyname lookup on gethostname) in the HELO string, as this is an RFC/SMTP requirement. | ||
6524 | overridable via cmdline. - use EHLO instead of HELO if using STARTTLS, as it is not SMTP but ESMTP. - verify the server supports STARTTLS before initializing it. - always send QUIT before disconnecting when possible. git-svn-id: | ||
6525 | |||
6526 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1246 f882894a-f735-0410-b71e-b25c423dba1c | ||
6527 | |||
6528 | 2005-10-13 M. Sean Finney <seanius@users.sourceforge.net> | ||
6529 | |||
6530 | * plugins/check_mrtg.c: was this plugin even working? i don't think | ||
6531 | the if/else logic was doing what was intended. git-svn-id: | ||
6532 | |||
6533 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1245 f882894a-f735-0410-b71e-b25c423dba1c | ||
6534 | |||
6535 | 2005-10-13 M. Sean Finney <seanius@users.sourceforge.net> | ||
6536 | |||
6537 | * plugins/check_mysql.c: check mysql now reads [client] defaults | ||
6538 | from my.cnf (debian bug #278817) git-svn-id: | ||
6539 | |||
6540 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1244 f882894a-f735-0410-b71e-b25c423dba1c | ||
6541 | |||
6542 | 2005-10-06 M. Sean Finney <seanius@users.sourceforge.net> | ||
6543 | |||
6544 | * plugins/check_ups.c: fix for misreporting temperature in perfdata | ||
6545 | output for check_ups (debian bts id: #316534) git-svn-id: | ||
6546 | |||
6547 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1243 f882894a-f735-0410-b71e-b25c423dba1c | ||
6548 | |||
6549 | 2005-10-06 M. Sean Finney <seanius@users.sourceforge.net> | ||
6550 | |||
6551 | * configure.in, plugins-root/Makefile.am: whoops. now using | ||
6552 | automake conditionals to prevent attempted compiles of pst3 on non | ||
6553 | solaris systems. git-svn-id: | ||
6554 | |||
6555 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1242 f882894a-f735-0410-b71e-b25c423dba1c | ||
6556 | |||
6557 | 2005-09-25 M. Sean Finney <seanius@users.sourceforge.net> | ||
6558 | |||
6559 | * plugins-root/Makefile.am: added rules to Makefile.am for pst3 git-svn-id: | ||
6560 | |||
6561 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1241 f882894a-f735-0410-b71e-b25c423dba1c | ||
6562 | |||
6563 | 2005-09-24 M. Sean Finney <seanius@users.sourceforge.net> | ||
6564 | |||
6565 | * configure.in: a final change to hardcode the path for where | ||
6566 | plugins are installed. it's a very, very ugly hack... if anyone can | ||
6567 | think of a better way to do it, i'm all ears. git-svn-id: | ||
6568 | |||
6569 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1240 f882894a-f735-0410-b71e-b25c423dba1c | ||
6570 | |||
6571 | 2005-09-22 M. Sean Finney <seanius@users.sourceforge.net> | ||
6572 | |||
6573 | * configure.in: use test instead of '[ ... ]' in configure.in. the | ||
6574 | check_procs/pst3 situation is still not quite fixed. git-svn-id: | ||
6575 | |||
6576 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1239 f882894a-f735-0410-b71e-b25c423dba1c | ||
6577 | |||
6578 | 2005-09-22 M. Sean Finney <seanius@users.sourceforge.net> | ||
6579 | |||
6580 | * THANKS.in, configure.in, plugins-root/pst3.c: first version of bob | ||
6581 | ingraham's pst3 to allow checking for longer cmdline names than | ||
6582 | otherwise possible, by querying solaris kmem directly (ps forcibly | ||
6583 | truncates). added requisite configure.in voodoo and updated | ||
6584 | THANKS.in. git-svn-id: | ||
6585 | |||
6586 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1238 f882894a-f735-0410-b71e-b25c423dba1c | ||
6587 | |||
6588 | 2005-09-22 Ton Voon <tonvoon@users.sourceforge.net> | ||
6589 | |||
6590 | * po/POTFILES.in: Mark moving of check_dhcp and check_icmp for | ||
6591 | translation git-svn-id: | ||
6592 | |||
6593 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1237 f882894a-f735-0410-b71e-b25c423dba1c | ||
6594 | |||
6595 | 2005-09-21 Ton Voon <tonvoon@users.sourceforge.net> | ||
6596 | |||
6597 | * AUTHORS, THANKS.in: Updated with contributors and new team member git-svn-id: | ||
6598 | |||
6599 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1236 f882894a-f735-0410-b71e-b25c423dba1c | ||
6600 | |||
6601 | 2005-09-21 Ton Voon <tonvoon@users.sourceforge.net> | ||
6602 | |||
6603 | * plugins/check_nwstat.c: Reopen connections for each query (1296296 | ||
6604 | - David Sullivan) git-svn-id: | ||
6605 | |||
6606 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1235 f882894a-f735-0410-b71e-b25c423dba1c | ||
6607 | |||
6608 | 2005-09-21 Ton Voon <tonvoon@users.sourceforge.net> | ||
6609 | |||
6610 | * plugins/check_dhcp.c, plugins/check_icmp.c: Moved into | ||
6611 | plugins-root/ git-svn-id: | ||
6612 | |||
6613 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1234 f882894a-f735-0410-b71e-b25c423dba1c | ||
6614 | |||
6615 | 2005-09-21 Ton Voon <tonvoon@users.sourceforge.net> | ||
6616 | |||
6617 | * ACKNOWLEDGEMENTS, CHANGES, Makefile.am, README, configure.in, | ||
6618 | plugins-root/.cvsignore, plugins-root/Makefile.am, | ||
6619 | plugins-root/check_dhcp.c, plugins-root/check_icmp.c, | ||
6620 | plugins/Makefile.am: Separation of root setuid plugins into | ||
6621 | plugins-root/ git-svn-id: | ||
6622 | |||
6623 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1233 f882894a-f735-0410-b71e-b25c423dba1c | ||
6624 | |||
6625 | 2005-09-20 Ton Voon <tonvoon@users.sourceforge.net> | ||
6626 | |||
6627 | * configure.in: Incorrect assignment of procppid in configure.in | ||
6628 | (1296497 - Pascal Larisch) git-svn-id: | ||
6629 | |||
6630 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1232 f882894a-f735-0410-b71e-b25c423dba1c | ||
6631 | |||
6632 | 2005-09-20 Ton Voon <tonvoon@users.sourceforge.net> | ||
6633 | |||
6634 | * configure.in, plugins/t/check_procs.t: Support for Tru64 for | ||
6635 | check_procs + additional test cases git-svn-id: | ||
6636 | |||
6637 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1231 f882894a-f735-0410-b71e-b25c423dba1c | ||
6638 | |||
6639 | 2005-09-19 Ton Voon <tonvoon@users.sourceforge.net> | ||
6640 | |||
6641 | * doc/RELEASING: Note to update version number before creating | ||
6642 | ChangeLog git-svn-id: | ||
6643 | |||
6644 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1230 f882894a-f735-0410-b71e-b25c423dba1c | ||
6645 | |||
6646 | 2005-09-19 Ton Voon <tonvoon@users.sourceforge.net> | ||
6647 | |||
6648 | * configure.in, package.def: For 1.4.2 release git-svn-id: | ||
6649 | |||
6650 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1228 f882894a-f735-0410-b71e-b25c423dba1c | ||
6651 | |||
6652 | 2005-09-19 Ton Voon <tonvoon@users.sourceforge.net> | ||
6653 | |||
6654 | * ChangeLog: Updated for 1.4.2 release git-svn-id: | ||
6655 | |||
6656 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1227 f882894a-f735-0410-b71e-b25c423dba1c | ||
6657 | |||
6658 | 2005-09-19 Ton Voon <tonvoon@users.sourceforge.net> | ||
6659 | |||
6660 | * doc/RELEASING: Reminders for news item and tag format git-svn-id: | ||
6661 | |||
6662 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1226 f882894a-f735-0410-b71e-b25c423dba1c | ||
6663 | |||
6664 | 2005-09-19 Ton Voon <tonvoon@users.sourceforge.net> | ||
6665 | |||
6666 | * BUGS: Updated BUGS for 1.4.2 release git-svn-id: | ||
6667 | |||
6668 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1225 f882894a-f735-0410-b71e-b25c423dba1c | ||
6669 | |||
6670 | 2005-09-19 Ton Voon <tonvoon@users.sourceforge.net> | ||
6671 | |||
6672 | * THANKS.in: More contributors git-svn-id: | ||
6673 | |||
6674 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1224 f882894a-f735-0410-b71e-b25c423dba1c | ||
6675 | |||
6676 | 2005-09-15 Ton Voon <tonvoon@users.sourceforge.net> | ||
6677 | |||
6678 | * plugins/t/check_ping.t: Added test to make sure hostname has to be | ||
6679 | specified git-svn-id: | ||
6680 | |||
6681 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1223 f882894a-f735-0410-b71e-b25c423dba1c | ||
6682 | |||
6683 | 2005-09-15 Ton Voon <tonvoon@users.sourceforge.net> | ||
6684 | |||
6685 | * plugins/check_procs.c, plugins/check_swap.c: - Cleanup minor compile errors on Irix git-svn-id: | ||
6686 | |||
6687 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1222 f882894a-f735-0410-b71e-b25c423dba1c | ||
6688 | |||
6689 | 2005-09-14 Ton Voon <tonvoon@users.sourceforge.net> | ||
6690 | |||
6691 | * plugins/check_ping.c: Using common message git-svn-id: | ||
6692 | |||
6693 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1221 f882894a-f735-0410-b71e-b25c423dba1c | ||
6694 | |||
6695 | 2005-09-14 Ton Voon <tonvoon@users.sourceforge.net> | ||
6696 | |||
6697 | * plugins/check_ping.c: Required hostname not flagging as an error git-svn-id: | ||
6698 | |||
6699 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1220 f882894a-f735-0410-b71e-b25c423dba1c | ||
6700 | |||
6701 | 2005-09-14 Ton Voon <tonvoon@users.sourceforge.net> | ||
6702 | |||
6703 | * plugins/Makefile.am: Some makes do not like blank lines after "\". | ||
6704 | Fixed check_ldaps to only generate if check_ldap was created | ||
6705 | (Chester Hosey) git-svn-id: | ||
6706 | |||
6707 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1219 f882894a-f735-0410-b71e-b25c423dba1c | ||
6708 | |||
6709 | 2005-09-14 Ton Voon <tonvoon@users.sourceforge.net> | ||
6710 | |||
6711 | * plugins/check_load.c: Fix to parsing of uptime (Ronald Tin - | ||
6712 | 1254656) git-svn-id: | ||
6713 | |||
6714 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1218 f882894a-f735-0410-b71e-b25c423dba1c | ||
6715 | |||
6716 | 2005-09-14 Ton Voon <tonvoon@users.sourceforge.net> | ||
6717 | |||
6718 | * configure.in: - Removing typos git-svn-id: | ||
6719 | |||
6720 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1217 f882894a-f735-0410-b71e-b25c423dba1c | ||
6721 | |||
6722 | 2005-09-13 Ton Voon <tonvoon@users.sourceforge.net> | ||
6723 | |||
6724 | * plugins/check_ping.c: More diagnostic messages from check_ping git-svn-id: | ||
6725 | |||
6726 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1216 f882894a-f735-0410-b71e-b25c423dba1c | ||
6727 | |||
6728 | 2005-09-12 M. Sean Finney <seanius@users.sourceforge.net> | ||
6729 | |||
6730 | * plugins/check_ping.c: re-add a call to setlocale(LC_ALL, "") in | ||
6731 | check_ping.c git-svn-id: | ||
6732 | |||
6733 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1215 f882894a-f735-0410-b71e-b25c423dba1c | ||
6734 | |||
6735 | 2005-09-12 Ton Voon <tonvoon@users.sourceforge.net> | ||
6736 | |||
6737 | * THANKS.in: For help in fixing Red Hat problem with ECHILD and | ||
6738 | waitpid git-svn-id: | ||
6739 | |||
6740 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1214 f882894a-f735-0410-b71e-b25c423dba1c | ||
6741 | |||
6742 | 2005-09-12 Ton Voon <tonvoon@users.sourceforge.net> | ||
6743 | |||
6744 | * Makefile.am, config_test/Makefile, config_test/child_test.c, | ||
6745 | config_test/run_tests, configure.in, plugins/popen.c: ECHILD error | ||
6746 | at waitpid on Red Hat systems (Peter Pramberger and Sascha Runschke | ||
6747 | - 1250191) git-svn-id: | ||
6748 | |||
6749 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1213 f882894a-f735-0410-b71e-b25c423dba1c | ||
6750 | |||
6751 | 2005-08-30 Ton Voon <tonvoon@users.sourceforge.net> | ||
6752 | |||
6753 | * plugins-scripts/subst.in: Better comments for what the | ||
6754 | substitutions are doing git-svn-id: | ||
6755 | |||
6756 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1212 f882894a-f735-0410-b71e-b25c423dba1c | ||
6757 | |||
6758 | 2005-08-01 Ton Voon <tonvoon@users.sourceforge.net> | ||
6759 | |||
6760 | * doc/BRANCHING: Move notes on branching away from RELEASING git-svn-id: | ||
6761 | |||
6762 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1210 f882894a-f735-0410-b71e-b25c423dba1c | ||
6763 | |||
6764 | 2005-08-01 Ton Voon <tonvoon@users.sourceforge.net> | ||
6765 | |||
6766 | * BUGS, ChangeLog, REQUIREMENTS, configure.in, package.def: For | ||
6767 | 1.4.1 release git-svn-id: | ||
6768 | |||
6769 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1209 f882894a-f735-0410-b71e-b25c423dba1c | ||
6770 | |||
6771 | 2005-07-25 Peter Bray <illumino@users.sourceforge.net> | ||
6772 | |||
6773 | * NPTest.pm: Change the environment variable NPTESTCACHE to | ||
6774 | NPTEST_CACHE for consistancy git-svn-id: | ||
6775 | |||
6776 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1208 f882894a-f735-0410-b71e-b25c423dba1c | ||
6777 | |||
6778 | 2005-07-25 Peter Bray <illumino@users.sourceforge.net> | ||
6779 | |||
6780 | * Helper.pm, Makefile.am, NPTest.pm, configure.in, | ||
6781 | plugins-scripts/t/check_rpc.t, plugins/t/check_disk.t, | ||
6782 | plugins/t/check_dns.t, plugins/t/check_fping.t, | ||
6783 | plugins/t/check_ftp.t, plugins/t/check_hpjd.t, | ||
6784 | plugins/t/check_http.t, plugins/t/check_imap.t, | ||
6785 | plugins/t/check_load.t, plugins/t/check_mysql.t, | ||
6786 | plugins/t/check_ping.t, plugins/t/check_pop.t, | ||
6787 | plugins/t/check_procs.t, plugins/t/check_smtp.t, | ||
6788 | plugins/t/check_snmp.t, plugins/t/check_swap.t, | ||
6789 | plugins/t/check_tcp.t, plugins/t/check_time.t, | ||
6790 | plugins/t/check_udp.t, plugins/t/check_users.t, | ||
6791 | plugins/t/check_vsz.t, test.pl.in: [1185704] New Testing | ||
6792 | Infrastructure. Complete rewrite of the original testing | ||
6793 | infrastructure and all test cases (to use the new infrastructure) | ||
6794 | See NPTest.pm and issue 1185704 for more details. git-svn-id: | ||
6795 | |||
6796 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1207 f882894a-f735-0410-b71e-b25c423dba1c | ||
6797 | |||
6798 | 2005-07-20 Ton Voon <tonvoon@users.sourceforge.net> | ||
6799 | |||
6800 | * THANKS.in: More contributors git-svn-id: | ||
6801 | |||
6802 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1206 f882894a-f735-0410-b71e-b25c423dba1c | ||
6803 | |||
6804 | 2005-07-20 Ton Voon <tonvoon@users.sourceforge.net> | ||
6805 | |||
6806 | * plugins/check_ping.c: Fix parsing for netkit-ping and iputils-ping | ||
6807 | (Christian G Warden) git-svn-id: | ||
6808 | |||
6809 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1205 f882894a-f735-0410-b71e-b25c423dba1c | ||
6810 | |||
6811 | 2005-07-11 Ton Voon <tonvoon@users.sourceforge.net> | ||
6812 | |||
6813 | * plugins/check_nwstat.c: Miscelleneous bug fixes (Gerd Mueller - | ||
6814 | 1235879) git-svn-id: | ||
6815 | |||
6816 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1204 f882894a-f735-0410-b71e-b25c423dba1c | ||
6817 | |||
6818 | 2005-07-09 Ton Voon <tonvoon@users.sourceforge.net> | ||
6819 | |||
6820 | * BRANCHES: Changed format (already!) for awk simplicity git-svn-id: | ||
6821 | |||
6822 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1203 f882894a-f735-0410-b71e-b25c423dba1c | ||
6823 | |||
6824 | 2005-07-09 Ton Voon <tonvoon@users.sourceforge.net> | ||
6825 | |||
6826 | * BRANCHES: Master file to describe the current branches in CVS. | ||
6827 | Will be used by sfsnapshot to create the snapshot tarballs git-svn-id: | ||
6828 | |||
6829 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1202 f882894a-f735-0410-b71e-b25c423dba1c | ||
6830 | |||
6831 | 2005-07-06 Ton Voon <tonvoon@users.sourceforge.net> | ||
6832 | |||
6833 | * configure.in: Removed ",", causing problems with MacOSX compile git-svn-id: | ||
6834 | |||
6835 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1201 f882894a-f735-0410-b71e-b25c423dba1c | ||
6836 | |||
6837 | 2005-07-06 Ton Voon <tonvoon@users.sourceforge.net> | ||
6838 | |||
6839 | * plugins/check_swap.c: Updated help file to remove swap -s | ||
6840 | reference (Sivakumar Nellurandi) git-svn-id: | ||
6841 | |||
6842 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1200 f882894a-f735-0410-b71e-b25c423dba1c | ||
6843 | |||
6844 | 2005-07-06 Ton Voon <tonvoon@users.sourceforge.net> | ||
6845 | |||
6846 | * AUTHORS, THANKS.in: Sean Finney moved to main list of plugin | ||
6847 | developers git-svn-id: | ||
6848 | |||
6849 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1199 f882894a-f735-0410-b71e-b25c423dba1c | ||
6850 | |||
6851 | 2005-07-04 Benoit Mortier <opensides@users.sourceforge.net> | ||
6852 | |||
6853 | * : replace the version of check_traffic who was missing the plugin | ||
6854 | by a good one git-svn-id: | ||
6855 | |||
6856 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1198 f882894a-f735-0410-b71e-b25c423dba1c | ||
6857 | |||
6858 | 2005-06-29 M. Sean Finney <seanius@users.sourceforge.net> | ||
6859 | |||
6860 | * plugins/runcmd.c, plugins/runcmd.h: initial versions of the runcmd | ||
6861 | framework by andreas git-svn-id: | ||
6862 | |||
6863 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1197 f882894a-f735-0410-b71e-b25c423dba1c | ||
6864 | |||
6865 | 2005-06-29 M. Sean Finney <seanius@users.sourceforge.net> | ||
6866 | |||
6867 | * plugins/check_swap.c: divide by 0 fix for check_swap git-svn-id: | ||
6868 | |||
6869 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1196 f882894a-f735-0410-b71e-b25c423dba1c | ||
6870 | |||
6871 | 2005-06-28 M. Sean Finney <seanius@users.sourceforge.net> | ||
6872 | |||
6873 | * plugins/check_load.c: set LC_NUMERIC to POSIX in check_load | ||
6874 | (1164325) git-svn-id: | ||
6875 | |||
6876 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1195 f882894a-f735-0410-b71e-b25c423dba1c | ||
6877 | |||
6878 | 2005-06-28 M. Sean Finney <seanius@users.sourceforge.net> | ||
6879 | |||
6880 | * configure.in, plugins/Makefile.am, plugins/check_swap.c: scanf | ||
6881 | parsing fix for check_swap from tracker id 1123292. now use | ||
6882 | floor(3) to round down floating point numbers. requires -lm on many | ||
6883 | systems, so support for testing for this was added to the | ||
6884 | configure.in and automake template git-svn-id: | ||
6885 | |||
6886 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1194 f882894a-f735-0410-b71e-b25c423dba1c | ||
6887 | |||
6888 | 2005-06-27 M. Sean Finney <seanius@users.sourceforge.net> | ||
6889 | |||
6890 | * plugins/check_hpjd.c: fixes from richard brodie (tracker id | ||
6891 | 1216576) git-svn-id: | ||
6892 | |||
6893 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1193 f882894a-f735-0410-b71e-b25c423dba1c | ||
6894 | |||
6895 | 2005-06-26 M. Sean Finney <seanius@users.sourceforge.net> | ||
6896 | |||
6897 | * contrib/check_dl_size.pl, contrib/check_ftpget.pl, | ||
6898 | contrib/check_logins.c, contrib/check_mysql.c, | ||
6899 | contrib/check_mysql.pl, contrib/check_mysqlslave.pl, | ||
6900 | contrib/check_nwstat.pl, contrib/check_pop3.pl, | ||
6901 | contrib/check_procl.sh, contrib/check_procr.sh: spring cleaning of | ||
6902 | contrib directory from andreas git-svn-id: | ||
6903 | |||
6904 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1192 f882894a-f735-0410-b71e-b25c423dba1c | ||
6905 | |||
6906 | 2005-06-26 M. Sean Finney <seanius@users.sourceforge.net> | ||
6907 | |||
6908 | * : removal of obsolete tarballs git-svn-id: | ||
6909 | |||
6910 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1191 f882894a-f735-0410-b71e-b25c423dba1c | ||
6911 | |||
6912 | 2005-06-26 M. Sean Finney <seanius@users.sourceforge.net> | ||
6913 | |||
6914 | * plugins/check_swap.c: "asprintf madness" fix from andreas' patch | ||
6915 | to np-d, minus the comments. git-svn-id: | ||
6916 | |||
6917 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1190 f882894a-f735-0410-b71e-b25c423dba1c | ||
6918 | |||
6919 | 2005-06-05 M. Sean Finney <seanius@users.sourceforge.net> | ||
6920 | |||
6921 | * plugins/check_tcp.c: check_tcp code cleanup from andreas plus fix | ||
6922 | to andreas' patch from sean git-svn-id: | ||
6923 | |||
6924 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1189 f882894a-f735-0410-b71e-b25c423dba1c | ||
6925 | |||
6926 | 2005-06-03 M. Sean Finney <seanius@users.sourceforge.net> | ||
6927 | |||
6928 | * plugins/check_procs.c: gcc 2.x fixes from edward git-svn-id: | ||
6929 | |||
6930 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1188 f882894a-f735-0410-b71e-b25c423dba1c | ||
6931 | |||
6932 | 2005-06-01 Subhendu Ghosh <sghosh@users.sourceforge.net> | ||
6933 | |||
6934 | * plugins/check_snmp.c: only load mibs if needed or specified - | ||
6935 | patch 1212395 git-svn-id: | ||
6936 | |||
6937 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1187 f882894a-f735-0410-b71e-b25c423dba1c | ||
6938 | |||
6939 | 2005-05-28 M. Sean Finney <seanius@users.sourceforge.net> | ||
6940 | |||
6941 | * plugins/check_load.c: bugfixes to check_load thanks to andreas git-svn-id: | ||
6942 | |||
6943 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1186 f882894a-f735-0410-b71e-b25c423dba1c | ||
6944 | |||
6945 | 2005-05-26 M. Sean Finney <seanius@users.sourceforge.net> | ||
6946 | |||
6947 | * plugins/check_mysql.c: fix for check_msyql so that it doesn't use | ||
6948 | column numbers but the names instead for determining slave status. | ||
6949 | thanks to james kingston. git-svn-id: | ||
6950 | |||
6951 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1185 f882894a-f735-0410-b71e-b25c423dba1c | ||
6952 | |||
6953 | 2005-05-25 Subhendu Ghosh <sghosh@users.sourceforge.net> | ||
6954 | |||
6955 | * plugins/check_time.c: 64bit sys support - 1185713 git-svn-id: | ||
6956 | |||
6957 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1183 f882894a-f735-0410-b71e-b25c423dba1c | ||
6958 | |||
6959 | 2005-05-25 Subhendu Ghosh <sghosh@users.sourceforge.net> | ||
6960 | |||
6961 | * plugins/check_snmp.c: support for getnext - 1106430 git-svn-id: | ||
6962 | |||
6963 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1182 f882894a-f735-0410-b71e-b25c423dba1c | ||
6964 | |||
6965 | 2005-05-25 Subhendu Ghosh <sghosh@users.sourceforge.net> | ||
6966 | |||
6967 | * plugins/check_ping.c: RH9 pattern git-svn-id: | ||
6968 | |||
6969 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1181 f882894a-f735-0410-b71e-b25c423dba1c | ||
6970 | |||
6971 | 2005-05-25 Subhendu Ghosh <sghosh@users.sourceforge.net> | ||
6972 | |||
6973 | * plugins-scripts/check_ntp.pl: perfdata patch - 1172539 git-svn-id: | ||
6974 | |||
6975 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1180 f882894a-f735-0410-b71e-b25c423dba1c | ||
6976 | |||
6977 | 2005-05-25 Subhendu Ghosh <sghosh@users.sourceforge.net> | ||
6978 | |||
6979 | * plugins-scripts/check_ntp.pl: new option for zero offset - 1159317 git-svn-id: | ||
6980 | |||
6981 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1179 f882894a-f735-0410-b71e-b25c423dba1c | ||
6982 | |||
6983 | 2005-05-25 Subhendu Ghosh <sghosh@users.sourceforge.net> | ||
6984 | |||
6985 | * plugins/check_snmp.c: v2c support - 1155754 git-svn-id: | ||
6986 | |||
6987 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1178 f882894a-f735-0410-b71e-b25c423dba1c | ||
6988 | |||
6989 | 2005-05-25 M. Sean Finney <seanius@users.sourceforge.net> | ||
6990 | |||
6991 | * configure.in, plugins/check_nagios.c, plugins/check_procs.c: fixes | ||
6992 | for check_procs: - added support for printing the pid in all the ps outputs - don't use the proc name to ignore self, use the pid vs getpid(). - initialize procetime to null string otherwise -vvv can have funny | ||
6993 | results git-svn-id: | ||
6994 | |||
6995 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1177 f882894a-f735-0410-b71e-b25c423dba1c | ||
6996 | |||
6997 | 2005-05-25 M. Sean Finney <seanius@users.sourceforge.net> | ||
6998 | |||
6999 | * plugins/check_tcp.c, plugins/netutils.c, plugins/netutils.h: bah, | ||
7000 | my_connect is taken by mysql. now calling it np_net_connect. git-svn-id: | ||
7001 | |||
7002 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1176 f882894a-f735-0410-b71e-b25c423dba1c | ||
7003 | |||
7004 | 2005-05-24 Subhendu Ghosh <sghosh@users.sourceforge.net> | ||
7005 | |||
7006 | * plugins-scripts/check_ntp.pl: patched bug id 1200030 - regex | ||
7007 | update git-svn-id: | ||
7008 | |||
7009 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1175 f882894a-f735-0410-b71e-b25c423dba1c | ||
7010 | |||
7011 | 2005-05-24 Subhendu Ghosh <sghosh@users.sourceforge.net> | ||
7012 | |||
7013 | * plugins-scripts/check_ntp.pl: patched bug id 1204636 git-svn-id: | ||
7014 | |||
7015 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1174 f882894a-f735-0410-b71e-b25c423dba1c | ||
7016 | |||
7017 | 2005-05-24 M. Sean Finney <seanius@users.sourceforge.net> | ||
7018 | |||
7019 | * plugins/check_tcp.c, plugins/netutils.c, plugins/netutils.h: | ||
7020 | optimizations and cleanup from andreas git-svn-id: | ||
7021 | |||
7022 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1173 f882894a-f735-0410-b71e-b25c423dba1c | ||
7023 | |||
7024 | 2005-05-23 M. Sean Finney <seanius@users.sourceforge.net> | ||
7025 | |||
7026 | * nagios-plugins.spec.in: build fix git-svn-id: | ||
7027 | |||
7028 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1172 f882894a-f735-0410-b71e-b25c423dba1c | ||
7029 | |||
7030 | 2005-05-03 M. Sean Finney <seanius@users.sourceforge.net> | ||
7031 | |||
7032 | * plugins/check_ping.c: setlocale(LC_ALL, "") should be | ||
7033 | setlocale(LC_NUMERIC, "C") to properly parse the output of ping. git-svn-id: | ||
7034 | |||
7035 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1171 f882894a-f735-0410-b71e-b25c423dba1c | ||
7036 | |||
7037 | 2005-05-03 M. Sean Finney <seanius@users.sourceforge.net> | ||
7038 | |||
7039 | * plugins/check_tcp.c: if check_tcp was called with -e but not -s, | ||
7040 | it would hang in a call to my_recv. the fix committed here adds on | ||
7041 | more piece of logic to the check to see if more data needs to be | ||
7042 | read, avoiding the deadlock call. a better fix would be to not use | ||
7043 | these "voodoo" heuristics and instead use poll() or select(), but | ||
7044 | that's quite a bit more complicated. git-svn-id: | ||
7045 | |||
7046 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1170 f882894a-f735-0410-b71e-b25c423dba1c | ||
7047 | |||
7048 | 2005-05-01 M. Sean Finney <seanius@users.sourceforge.net> | ||
7049 | |||
7050 | * plugins/popen.c, plugins/popen.h: better error checking in spopen | ||
7051 | signal handler (see 1107524) git-svn-id: | ||
7052 | |||
7053 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1169 f882894a-f735-0410-b71e-b25c423dba1c | ||
7054 | |||
7055 | 2005-05-01 M. Sean Finney <seanius@users.sourceforge.net> | ||
7056 | |||
7057 | * configure.in: provide a --with-perl option git-svn-id: | ||
7058 | |||
7059 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1168 f882894a-f735-0410-b71e-b25c423dba1c | ||
7060 | |||
7061 | 2005-04-29 Stanley Hopcroft <stanleyhopcroft@users.sourceforge.net> | ||
7062 | |||
7063 | * contrib/check_sybase: check_sybase 0.7 from Simon Bellman. Thx git-svn-id: | ||
7064 | |||
7065 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1167 f882894a-f735-0410-b71e-b25c423dba1c | ||
7066 | |||
7067 | 2005-04-19 M. Sean Finney <seanius@users.sourceforge.net> | ||
7068 | |||
7069 | * plugins-scripts/check_ntp.pl: regexp fix for check_ntp git-svn-id: | ||
7070 | |||
7071 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1166 f882894a-f735-0410-b71e-b25c423dba1c | ||
7072 | |||
7073 | 2005-04-19 M. Sean Finney <seanius@users.sourceforge.net> | ||
7074 | |||
7075 | * configure.in: check for the -w flag for ping6 as well as ping git-svn-id: | ||
7076 | |||
7077 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1165 f882894a-f735-0410-b71e-b25c423dba1c | ||
7078 | |||
7079 | 2005-04-17 M. Sean Finney <seanius@users.sourceforge.net> | ||
7080 | |||
7081 | * plugins-scripts/check_disk_smb.pl: also change the --help output | ||
7082 | to reflect that check_disk_smb defaults to empty passwords git-svn-id: | ||
7083 | |||
7084 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1164 f882894a-f735-0410-b71e-b25c423dba1c | ||
7085 | |||
7086 | 2005-04-16 M. Sean Finney <seanius@users.sourceforge.net> | ||
7087 | |||
7088 | * plugins-scripts/check_disk_smb.pl: patch to check_disk_smb to | ||
7089 | allow empty passwords git-svn-id: | ||
7090 | |||
7091 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1163 f882894a-f735-0410-b71e-b25c423dba1c | ||
7092 | |||
7093 | 2005-04-14 M. Sean Finney <seanius@users.sourceforge.net> | ||
7094 | |||
7095 | * plugins-scripts/check_mailq.pl: check_mailq fix, don't be case | ||
7096 | sensitive matching /^\s+Total\sRequests:\s(\d+)$/ git-svn-id: | ||
7097 | |||
7098 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1162 f882894a-f735-0410-b71e-b25c423dba1c | ||
7099 | |||
7100 | 2005-04-14 M. Sean Finney <seanius@users.sourceforge.net> | ||
7101 | |||
7102 | * plugins-scripts/check_ntp.pl: typographical fix in check_ntp git-svn-id: | ||
7103 | |||
7104 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1161 f882894a-f735-0410-b71e-b25c423dba1c | ||
7105 | |||
7106 | 2005-04-11 M. Sean Finney <seanius@users.sourceforge.net> | ||
7107 | |||
7108 | * plugins/check_ssh.c: properly call close() on the ssh connection | ||
7109 | before exiting. git-svn-id: | ||
7110 | |||
7111 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1160 f882894a-f735-0410-b71e-b25c423dba1c | ||
7112 | |||
7113 | 2005-04-11 M. Sean Finney <seanius@users.sourceforge.net> | ||
7114 | |||
7115 | * configure.in, plugins/check_tcp.c: this should add support for | ||
7116 | check_ssmtp, based on the 1.3.x patch in 1155562, but fixed to | ||
7117 | follow how things are done in 1.4 (using strdup instead of asprintf) | ||
7118 | and patching configure.in instead of configure. git-svn-id: | ||
7119 | |||
7120 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1159 f882894a-f735-0410-b71e-b25c423dba1c | ||
7121 | |||
7122 | 2005-04-07 M. Sean Finney <seanius@users.sourceforge.net> | ||
7123 | |||
7124 | * plugins/check_smtp.c: in honor of joining up, my first bugfix. | ||
7125 | this should resolve 1174070. note i don't have an exchange server to test this against, but it | ||
7126 | does what the requester mentioned (slightly cleaner than the patch | ||
7127 | attached in the tracker). it does, however, still work against my own postfix server :) sean git-svn-id: | ||
7128 | |||
7129 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1158 f882894a-f735-0410-b71e-b25c423dba1c | ||
7130 | |||
7131 | 2005-04-05 Harper Mann <harpermann@users.sourceforge.net> | ||
7132 | |||
7133 | * plugins/check_snmp.c: This is a first cut at adding performance | ||
7134 | data to check_snmp. I wasn't sure how to handle UOM so only values | ||
7135 | that return SNMP type Counter32: are labled with "c". All other | ||
7136 | values have a blank UOM. I also left off warn, crit, max and min | ||
7137 | values in the performance data until we come up with a way to handle | ||
7138 | them. git-svn-id: | ||
7139 | |||
7140 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1157 f882894a-f735-0410-b71e-b25c423dba1c | ||
7141 | |||
7142 | 2005-04-04 Ton Voon <tonvoon@users.sourceforge.net> | ||
7143 | |||
7144 | * THANKS.in: More contributors git-svn-id: | ||
7145 | |||
7146 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1156 f882894a-f735-0410-b71e-b25c423dba1c | ||
7147 | |||
7148 | 2005-04-04 Ton Voon <tonvoon@users.sourceforge.net> | ||
7149 | |||
7150 | * plugins/check_smtp.c: Fix static buffer (Nikolay Sturm) git-svn-id: | ||
7151 | |||
7152 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1155 f882894a-f735-0410-b71e-b25c423dba1c | ||
7153 | |||
7154 | 2005-03-18 Matthew Kent <mattkent@users.sourceforge.net> | ||
7155 | |||
7156 | * plugins/check_mysql.c: Replication check support for 4.1.x from | ||
7157 | Gerrit Beine git-svn-id: | ||
7158 | |||
7159 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1154 f882894a-f735-0410-b71e-b25c423dba1c | ||
7160 | |||
7161 | 2005-03-08 Ton Voon <tonvoon@users.sourceforge.net> | ||
7162 | |||
7163 | * plugins-scripts/check_ntp.pl: Added OS info for offset issue git-svn-id: | ||
7164 | |||
7165 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1149 f882894a-f735-0410-b71e-b25c423dba1c | ||
7166 | |||
7167 | 2005-03-04 Ton Voon <tonvoon@users.sourceforge.net> | ||
7168 | |||
7169 | * plugins-scripts/check_ntp.pl: Ignore extra check on offset 0.00000 | ||
7170 | (John Warburton - 1150777) git-svn-id: | ||
7171 | |||
7172 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1148 f882894a-f735-0410-b71e-b25c423dba1c | ||
7173 | |||
7174 | 2005-03-04 Ton Voon <tonvoon@users.sourceforge.net> | ||
7175 | |||
7176 | * plugins/check_disk.c, plugins/check_smtp.c, plugins/check_ups.c: | ||
7177 | Fixed // comments (Steve Greenland - 1143836) git-svn-id: | ||
7178 | |||
7179 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1146 f882894a-f735-0410-b71e-b25c423dba1c | ||
7180 | |||
7181 | 2005-03-04 Ton Voon <tonvoon@users.sourceforge.net> | ||
7182 | |||
7183 | * plugins-scripts/check_ntp.pl: Support for IPv6 (Merijn Evertse - | ||
7184 | 1119917) git-svn-id: | ||
7185 | |||
7186 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1145 f882894a-f735-0410-b71e-b25c423dba1c | ||
7187 | |||
7188 | 2005-03-04 Ton Voon <tonvoon@users.sourceforge.net> | ||
7189 | |||
7190 | * configure.in, package.def: Changed to next version number git-svn-id: | ||
7191 | |||
7192 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1144 f882894a-f735-0410-b71e-b25c423dba1c | ||
7193 | |||
7194 | 2005-03-04 Ton Voon <tonvoon@users.sourceforge.net> | ||
7195 | |||
7196 | * doc/RELEASING: Notes on branching git-svn-id: | ||
7197 | |||
7198 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1143 f882894a-f735-0410-b71e-b25c423dba1c | ||
7199 | |||
7200 | 2005-03-04 Ton Voon <tonvoon@users.sourceforge.net> | ||
7201 | |||
7202 | * CHANGES: Missed check_disk addition to 1.4 git-svn-id: | ||
7203 | |||
7204 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1141 f882894a-f735-0410-b71e-b25c423dba1c | ||
7205 | |||
7206 | 2005-02-11 Stanley Hopcroft <stanleyhopcroft@users.sourceforge.net> | ||
7207 | |||
7208 | * plugins/Makefile.am: Fix for check_icmp build on Solaris from | ||
7209 | Andreas Ericsson <ae@op5.se> git-svn-id: | ||
7210 | |||
7211 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1140 f882894a-f735-0410-b71e-b25c423dba1c | ||
7212 | |||
7213 | 2005-02-04 Ton Voon <tonvoon@users.sourceforge.net> | ||
7214 | |||
7215 | * configure.in: For 1.4 release git-svn-id: | ||
7216 | |||
7217 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1138 f882894a-f735-0410-b71e-b25c423dba1c | ||
7218 | |||
7219 | 2005-02-04 Ton Voon <tonvoon@users.sourceforge.net> | ||
7220 | |||
7221 | * ChangeLog: Updated for 1.4 release git-svn-id: | ||
7222 | |||
7223 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1137 f882894a-f735-0410-b71e-b25c423dba1c | ||
7224 | |||
7225 | 2005-02-04 Ton Voon <tonvoon@users.sourceforge.net> | ||
7226 | |||
7227 | * BUGS: New file to note known bugs for major releases git-svn-id: | ||
7228 | |||
7229 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1136 f882894a-f735-0410-b71e-b25c423dba1c | ||
7230 | |||
7231 | 2005-02-04 Ton Voon <tonvoon@users.sourceforge.net> | ||
7232 | |||
7233 | * CHANGES: Reordering of items with most important announcements | ||
7234 | first git-svn-id: | ||
7235 | |||
7236 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1135 f882894a-f735-0410-b71e-b25c423dba1c | ||
7237 | |||
7238 | 2005-02-04 Stanley Hopcroft <stanleyhopcroft@users.sourceforge.net> | ||
7239 | |||
7240 | * contrib/check_oracle_tbs: New version (1.1) from John Koyle git-svn-id: | ||
7241 | |||
7242 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1134 f882894a-f735-0410-b71e-b25c423dba1c | ||
7243 | |||
7244 | 2005-02-04 Ton Voon <tonvoon@users.sourceforge.net> | ||
7245 | |||
7246 | * Makefile.am: BUGS file addition to release git-svn-id: | ||
7247 | |||
7248 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1133 f882894a-f735-0410-b71e-b25c423dba1c | ||
7249 | |||
7250 | 2005-02-04 Ton Voon <tonvoon@users.sourceforge.net> | ||
7251 | |||
7252 | * README: Cleanup and addition of reference to BUGS file git-svn-id: | ||
7253 | |||
7254 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1132 f882894a-f735-0410-b71e-b25c423dba1c | ||
7255 | |||
7256 | 2005-02-04 Ton Voon <tonvoon@users.sourceforge.net> | ||
7257 | |||
7258 | * doc/RELEASING: Updated with corrections. Added note to update BUGS | ||
7259 | file git-svn-id: | ||
7260 | |||
7261 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1131 f882894a-f735-0410-b71e-b25c423dba1c | ||
7262 | |||
7263 | 2005-02-03 Ton Voon <tonvoon@users.sourceforge.net> | ||
7264 | |||
7265 | * THANKS.in: Patch against check_log git-svn-id: | ||
7266 | |||
7267 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1130 f882894a-f735-0410-b71e-b25c423dba1c | ||
7268 | |||
7269 | 2005-02-03 Ton Voon <tonvoon@users.sourceforge.net> | ||
7270 | |||
7271 | * plugins-scripts/check_log.sh: Check for log file readability git-svn-id: | ||
7272 | |||
7273 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1129 f882894a-f735-0410-b71e-b25c423dba1c | ||
7274 | |||
7275 | 2005-02-02 Stanley Hopcroft <stanleyhopcroft@users.sourceforge.net> | ||
7276 | |||
7277 | * contrib/check_email_loop.pl: Add debug option from John Rouillard git-svn-id: | ||
7278 | |||
7279 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1128 f882894a-f735-0410-b71e-b25c423dba1c | ||
7280 | |||
7281 | 2005-02-02 Stanley Hopcroft <stanleyhopcroft@users.sourceforge.net> | ||
7282 | |||
7283 | * plugins/check_ide_smart.c: try again to stop looping git-svn-id: | ||
7284 | |||
7285 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1127 f882894a-f735-0410-b71e-b25c423dba1c | ||
7286 | |||
7287 | 2005-02-02 Stanley Hopcroft <stanleyhopcroft@users.sourceforge.net> | ||
7288 | |||
7289 | * plugins/check_ide_smart.c: restructure main() to stop looping on | ||
7290 | -n git-svn-id: | ||
7291 | |||
7292 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1126 f882894a-f735-0410-b71e-b25c423dba1c | ||
7293 | |||
7294 | 2005-02-01 Stanley Hopcroft <stanleyhopcroft@users.sourceforge.net> | ||
7295 | |||
7296 | * contrib/check_traceroute-pure_perl.pl: Thank you to Myke Place for | ||
7297 | check_traceroute-pure_perl.pl git-svn-id: | ||
7298 | |||
7299 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1125 f882894a-f735-0410-b71e-b25c423dba1c | ||
7300 | |||
7301 | 2005-02-01 Stanley Hopcroft <stanleyhopcroft@users.sourceforge.net> | ||
7302 | |||
7303 | * THANKS.in: Thank you for contributed plugins git-svn-id: | ||
7304 | |||
7305 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1124 f882894a-f735-0410-b71e-b25c423dba1c | ||
7306 | |||
7307 | 2005-02-01 Stanley Hopcroft <stanleyhopcroft@users.sourceforge.net> | ||
7308 | |||
7309 | * plugins/Makefile.am: check_icmp added to libexec_PROGRAMS git-svn-id: | ||
7310 | |||
7311 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1123 f882894a-f735-0410-b71e-b25c423dba1c | ||
7312 | |||
7313 | 2005-02-01 Stanley Hopcroft <stanleyhopcroft@users.sourceforge.net> | ||
7314 | |||
7315 | * CHANGES: check_icmp no longer regarded as volatile; built by | ||
7316 | default git-svn-id: | ||
7317 | |||
7318 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1122 f882894a-f735-0410-b71e-b25c423dba1c | ||
7319 | |||
7320 | 2005-02-01 Stanley Hopcroft <stanleyhopcroft@users.sourceforge.net> | ||
7321 | |||
7322 | * plugins/linux.h: plugins/linux.h, vestigeal header required for | ||
7323 | prior versions of check_icmp, no longer required. git-svn-id: | ||
7324 | |||
7325 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1121 f882894a-f735-0410-b71e-b25c423dba1c | ||
7326 | |||
7327 | 2005-02-01 Stanley Hopcroft <stanleyhopcroft@users.sourceforge.net> | ||
7328 | |||
7329 | * CHANGES: Amendments for check_icmp git-svn-id: | ||
7330 | |||
7331 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1120 f882894a-f735-0410-b71e-b25c423dba1c | ||
7332 | |||
7333 | 2005-02-01 Stanley Hopcroft <stanleyhopcroft@users.sourceforge.net> | ||
7334 | |||
7335 | * plugins/Makefile.am: hacks to partly support check_icmp.c (1.0). git-svn-id: | ||
7336 | |||
7337 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1119 f882894a-f735-0410-b71e-b25c423dba1c | ||
7338 | |||
7339 | 2005-02-01 Stanley Hopcroft <stanleyhopcroft@users.sourceforge.net> | ||
7340 | |||
7341 | * plugins/check_icmp.c: Revised check_icmp (1.0) from A Ericsson. git-svn-id: | ||
7342 | |||
7343 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1118 f882894a-f735-0410-b71e-b25c423dba1c | ||
7344 | |||
7345 | 2005-02-01 Stanley Hopcroft <stanleyhopcroft@users.sourceforge.net> | ||
7346 | |||
7347 | * contrib/check_asterisk.pl, contrib/check_email_loop.pl, | ||
7348 | contrib/check_http-with-client-certificate.c: New or revised plugin | ||
7349 | in /contrib git-svn-id: | ||
7350 | |||
7351 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1117 f882894a-f735-0410-b71e-b25c423dba1c | ||
7352 | |||
7353 | 2005-01-28 Stanley Hopcroft <stanleyhopcroft@users.sourceforge.net> | ||
7354 | |||
7355 | * contrib/check_sybase: New version of Simon Bellwoods check_sybase | ||
7356 | (0.4). Thank you. git-svn-id: | ||
7357 | |||
7358 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1116 f882894a-f735-0410-b71e-b25c423dba1c | ||
7359 | |||
7360 | 2005-01-27 Stanley Hopcroft <stanleyhopcroft@users.sourceforge.net> | ||
7361 | |||
7362 | * contrib/check_traceroute.pl: Jon Meek's check_traceroute for Mon | ||
7363 | hacked by YT for Nagios. Prob pretty weak git-svn-id: | ||
7364 | |||
7365 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1115 f882894a-f735-0410-b71e-b25c423dba1c | ||
7366 | |||
7367 | 2005-01-27 Stanley Hopcroft <stanleyhopcroft@users.sourceforge.net> | ||
7368 | |||
7369 | * contrib/check_smart.pl: Candidate successor to | ||
7370 | /plugins/check_ide_smart.c. Now in /contrib. NB there is another new | ||
7371 | plugin with sim function git-svn-id: | ||
7372 | |||
7373 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1114 f882894a-f735-0410-b71e-b25c423dba1c | ||
7374 | |||
7375 | 2005-01-27 Stanley Hopcroft <stanleyhopcroft@users.sourceforge.net> | ||
7376 | |||
7377 | * contrib/check_fan_cpq_present, contrib/check_fan_fsc_present, | ||
7378 | contrib/check_mysqlslave.pl, contrib/check_temp_cpq, | ||
7379 | contrib/check_temp_fsc: New /contrib plugin git-svn-id: | ||
7380 | |||
7381 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1113 f882894a-f735-0410-b71e-b25c423dba1c | ||
7382 | |||
7383 | 2005-01-27 Stanley Hopcroft <stanleyhopcroft@users.sourceforge.net> | ||
7384 | |||
7385 | * contrib/check_arping.pl, contrib/check_cpqarray.c, | ||
7386 | contrib/check_frontpage, contrib/check_logins.c, | ||
7387 | contrib/check_oracle_tbs, contrib/check_pcpmetric.py, | ||
7388 | contrib/check_pfstate: New /contrib plugin git-svn-id: | ||
7389 | |||
7390 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1112 f882894a-f735-0410-b71e-b25c423dba1c | ||
7391 | |||
7392 | 2005-01-27 Stanley Hopcroft <stanleyhopcroft@users.sourceforge.net> | ||
7393 | |||
7394 | * CHANGES, THANKS.in, contrib/README.TXT, po/de.po, po/fr.po: 1 New | ||
7395 | /contrib plugins 2 Revised check_dhcp.c status in CHANGES git-svn-id: | ||
7396 | |||
7397 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1111 f882894a-f735-0410-b71e-b25c423dba1c | ||
7398 | |||
7399 | 2005-01-27 Harper Mann <harpermann@users.sourceforge.net> | ||
7400 | |||
7401 | * plugins/Makefile.am: Added check_dhcp bask into libexec_PROGRAMS | ||
7402 | after talking with Stanley. git-svn-id: | ||
7403 | |||
7404 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1110 f882894a-f735-0410-b71e-b25c423dba1c | ||
7405 | |||
7406 | 2005-01-26 Ton Voon <tonvoon@users.sourceforge.net> | ||
7407 | |||
7408 | * THANKS.in: More contributors git-svn-id: | ||
7409 | |||
7410 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1109 f882894a-f735-0410-b71e-b25c423dba1c | ||
7411 | |||
7412 | 2005-01-26 Ton Voon <tonvoon@users.sourceforge.net> | ||
7413 | |||
7414 | * plugins/check_dig.c: Convert tabs to spaces from dig's answer | ||
7415 | section (Randy O'Meara - 1107651) git-svn-id: | ||
7416 | |||
7417 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1108 f882894a-f735-0410-b71e-b25c423dba1c | ||
7418 | |||
7419 | 2005-01-26 Ton Voon <tonvoon@users.sourceforge.net> | ||
7420 | |||
7421 | * REQUIREMENTS: Add recommendation for check_procs on Mandrake | ||
7422 | systems (Paulo Fessel - 1106849) git-svn-id: | ||
7423 | |||
7424 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1107 f882894a-f735-0410-b71e-b25c423dba1c | ||
7425 | |||
7426 | 2005-01-25 Stanley Hopcroft <stanleyhopcroft@users.sourceforge.net> | ||
7427 | |||
7428 | * plugins/check_ide_smart.c: Display usage if no argv (Reuben | ||
7429 | Farrelly) git-svn-id: | ||
7430 | |||
7431 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1106 f882894a-f735-0410-b71e-b25c423dba1c | ||
7432 | |||
7433 | 2005-01-25 Harper Mann <harpermann@users.sourceforge.net> | ||
7434 | |||
7435 | * plugins/check_dhcp.c: Tracker:1109261 This was an alignment | ||
7436 | problem on Solaris. Linux kernel fixes alignment so this was not | ||
7437 | seen there. Memcpy takes care of proper alignment. Tested on RHEL | ||
7438 | V3 U3, RHEL V4, FreeBSD 4.10 (Thanks Stanley!) and Solaris 9 with | ||
7439 | the GNU env. git-svn-id: | ||
7440 | |||
7441 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1105 f882894a-f735-0410-b71e-b25c423dba1c | ||
7442 | |||
7443 | 2005-01-25 Stanley Hopcroft <stanleyhopcroft@users.sourceforge.net> | ||
7444 | |||
7445 | * plugins/check_ide_smart.c: Trivial text changes (print_help, | ||
7446 | commentary & -n option) git-svn-id: | ||
7447 | |||
7448 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1104 f882894a-f735-0410-b71e-b25c423dba1c | ||
7449 | |||
7450 | 2005-01-25 Stanley Hopcroft <stanleyhopcroft@users.sourceforge.net> | ||
7451 | |||
7452 | * contrib/check_dhcp.c: moved to /plugins (core plugin) git-svn-id: | ||
7453 | |||
7454 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1103 f882894a-f735-0410-b71e-b25c423dba1c | ||
7455 | |||
7456 | 2005-01-25 Stanley Hopcroft <stanleyhopcroft@users.sourceforge.net> | ||
7457 | |||
7458 | * : replaced by contrib/check_ica* (esp | ||
7459 | check_ica_metaframe_pub_apps) git-svn-id: | ||
7460 | |||
7461 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1102 f882894a-f735-0410-b71e-b25c423dba1c | ||
7462 | |||
7463 | 2005-01-25 Stanley Hopcroft <stanleyhopcroft@users.sourceforge.net> | ||
7464 | |||
7465 | * contrib/check_citrix: Replaced by the check_ica* pair of plugins | ||
7466 | (mainly check_ica_metaframe_pub_apps) git-svn-id: | ||
7467 | |||
7468 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1101 f882894a-f735-0410-b71e-b25c423dba1c | ||
7469 | |||
7470 | 2005-01-25 Stanley Hopcroft <stanleyhopcroft@users.sourceforge.net> | ||
7471 | |||
7472 | * contrib/packet_utils.pm: packet creation and dumping hacks used by | ||
7473 | check_ica* and check_lotus git-svn-id: | ||
7474 | |||
7475 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1100 f882894a-f735-0410-b71e-b25c423dba1c | ||
7476 | |||
7477 | 2005-01-25 Stanley Hopcroft <stanleyhopcroft@users.sourceforge.net> | ||
7478 | |||
7479 | * contrib/check_ica_master_browser.pl: New plugin - checks that ICA | ||
7480 | master browser is what it should be (important for firewalled | ||
7481 | dialup) git-svn-id: | ||
7482 | |||
7483 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1099 f882894a-f735-0410-b71e-b25c423dba1c | ||
7484 | |||
7485 | 2005-01-25 Stanley Hopcroft <stanleyhopcroft@users.sourceforge.net> | ||
7486 | |||
7487 | * contrib/check_ica_metaframe_pub_apps.pl: Replacement (structured | ||
7488 | name mainly) for check_citrix: check of ICA browse service git-svn-id: | ||
7489 | |||
7490 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1098 f882894a-f735-0410-b71e-b25c423dba1c | ||
7491 | |||
7492 | 2005-01-25 Stanley Hopcroft <stanleyhopcroft@users.sourceforge.net> | ||
7493 | |||
7494 | * contrib/check_ica_program_neigbourhood.pl: New plugin to check | ||
7495 | Citrix Metaframe XP "Program Neighbourhood" git-svn-id: | ||
7496 | |||
7497 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1097 f882894a-f735-0410-b71e-b25c423dba1c | ||
7498 | |||
7499 | 2005-01-25 Stanley Hopcroft <stanleyhopcroft@users.sourceforge.net> | ||
7500 | |||
7501 | * contrib/check_lotus.pl: New plugin to check responsiveness of | ||
7502 | Louts Notes (v5 at least) servers git-svn-id: | ||
7503 | |||
7504 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1096 f882894a-f735-0410-b71e-b25c423dba1c | ||
7505 | |||
7506 | 2005-01-24 Stanley Hopcroft <stanleyhopcroft@users.sourceforge.net> | ||
7507 | |||
7508 | * plugins/Makefile.am: Removed check_dhcp and check_icmp from | ||
7509 | libexec_PROGRAMS (ie dont build by defaut) git-svn-id: | ||
7510 | |||
7511 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1095 f882894a-f735-0410-b71e-b25c423dba1c | ||
7512 | |||
7513 | 2005-01-24 Stanley Hopcroft <stanleyhopcroft@users.sourceforge.net> | ||
7514 | |||
7515 | * CHANGES: Notes about check_dhcp and check_icmp (no longer built by | ||
7516 | default, use at own peril, volatile) git-svn-id: | ||
7517 | |||
7518 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1094 f882894a-f735-0410-b71e-b25c423dba1c | ||
7519 | |||
7520 | 2005-01-21 Stanley Hopcroft <stanleyhopcroft@users.sourceforge.net> | ||
7521 | |||
7522 | * configure.in: Set arch specifc preprocessor symbols in config.h. | ||
7523 | TEMPORARY hack for check_dhcp.c [on FreeBSD 4: /check_dhcp -i fxp0 | ||
7524 | -> DHCP ok: Received 1 DHCPOFFER(s), max lease time = 259200 sec. git-svn-id: | ||
7525 | |||
7526 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1093 f882894a-f735-0410-b71e-b25c423dba1c | ||
7527 | |||
7528 | 2005-01-21 Harper Mann <harpermann@users.sourceforge.net> | ||
7529 | |||
7530 | * plugins/check_snmp.c: Tracker 1106378 fixed - The -t (timeout) arg | ||
7531 | was not handled correctly when passed to the snmpget command. Added | ||
7532 | -e --retries for the correct retries value to snmpcmd. git-svn-id: | ||
7533 | |||
7534 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1092 f882894a-f735-0410-b71e-b25c423dba1c | ||
7535 | |||
7536 | 2005-01-21 Ton Voon <tonvoon@users.sourceforge.net> | ||
7537 | |||
7538 | * doc/developer-guidelines.sgml: Changing copyright to the Nagios | ||
7539 | Plugins Development Team, rather than individual names. Also, | ||
7540 | clarified use of ACKNOWLEDGEMENTS, THANKS.in and AUTHORS git-svn-id: | ||
7541 | |||
7542 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1091 f882894a-f735-0410-b71e-b25c423dba1c | ||
7543 | |||
7544 | 2005-01-20 Harper Mann <harpermann@users.sourceforge.net> | ||
7545 | |||
7546 | * plugins/check_http.c: Changed long argument --minmax to --pagesize | ||
7547 | and updated help and usage git-svn-id: | ||
7548 | |||
7549 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1090 f882894a-f735-0410-b71e-b25c423dba1c | ||
7550 | |||
7551 | 2005-01-20 Ton Voon <tonvoon@users.sourceforge.net> | ||
7552 | |||
7553 | * AUTHORS, Makefile.am, THANKS.in: The AUTHORS file now used for the | ||
7554 | plugin team, with THANKS.in as the contributors list. git-svn-id: | ||
7555 | |||
7556 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1089 f882894a-f735-0410-b71e-b25c423dba1c | ||
7557 | |||
7558 | 2005-01-20 Harper Mann <harpermann@users.sourceforge.net> | ||
7559 | |||
7560 | * CHANGES: Added comment about check_http --pagesize and added max | ||
7561 | value to page size check git-svn-id: | ||
7562 | |||
7563 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1088 f882894a-f735-0410-b71e-b25c423dba1c | ||
7564 | |||
7565 | 2005-01-20 Ton Voon <tonvoon@users.sourceforge.net> | ||
7566 | |||
7567 | * AUTHORS: Added Sean for bug reports git-svn-id: | ||
7568 | |||
7569 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1087 f882894a-f735-0410-b71e-b25c423dba1c | ||
7570 | |||
7571 | 2005-01-20 Harper Mann <harpermann@users.sourceforge.net> | ||
7572 | |||
7573 | * plugins/check_http.c: Tracker 1099682 fix. Now getting the page | ||
7574 | size from Content-Length in the header. Added max value to the -m | ||
7575 | switch so can do "-m min:max". Retained "-m min" convention. | ||
7576 | Renamed long arg name to --minmax git-svn-id: | ||
7577 | |||
7578 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1086 f882894a-f735-0410-b71e-b25c423dba1c | ||
7579 | |||
7580 | 2005-01-19 Harper Mann <harpermann@users.sourceforge.net> | ||
7581 | |||
7582 | * plugins/check_nt.c: In the CHECK_COUNTER block, there were several | ||
7583 | strcats writing to unallocated memory. Changed to asprintf. We're | ||
7584 | not freeing since plugin run is short. git-svn-id: | ||
7585 | |||
7586 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1085 f882894a-f735-0410-b71e-b25c423dba1c | ||
7587 | |||
7588 | 2005-01-19 Ton Voon <tonvoon@users.sourceforge.net> | ||
7589 | |||
7590 | * plugins/check_swap.c: Fixed parsing of AIX lsps command (1093522) git-svn-id: | ||
7591 | |||
7592 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1084 f882894a-f735-0410-b71e-b25c423dba1c | ||
7593 | |||
7594 | 2005-01-14 Ton Voon <tonvoon@users.sourceforge.net> | ||
7595 | |||
7596 | * AUTHORS: More contributors git-svn-id: | ||
7597 | |||
7598 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1083 f882894a-f735-0410-b71e-b25c423dba1c | ||
7599 | |||
7600 | 2005-01-14 Ton Voon <tonvoon@users.sourceforge.net> | ||
7601 | |||
7602 | * configure.in: Fixed ssl configure problems on Solaris (Bug | ||
7603 | 1096091) git-svn-id: | ||
7604 | |||
7605 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1081 f882894a-f735-0410-b71e-b25c423dba1c | ||
7606 | |||
7607 | 2005-01-13 Ton Voon <tonvoon@users.sourceforge.net> | ||
7608 | |||
7609 | * configure.in, plugins/check_swap.c: Use floats for holding memory | ||
7610 | values to avoid different types on different OSes. Seems to have a | ||
7611 | problem with the perf data for check_swap on Sol 2.6, but not | ||
7612 | critical git-svn-id: | ||
7613 | |||
7614 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1080 f882894a-f735-0410-b71e-b25c423dba1c | ||
7615 | |||
7616 | 2005-01-05 Ton Voon <tonvoon@users.sourceforge.net> | ||
7617 | |||
7618 | * configure.in, package.def: Update version number to next release git-svn-id: | ||
7619 | |||
7620 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1079 f882894a-f735-0410-b71e-b25c423dba1c | ||
7621 | |||
7622 | 2005-01-04 Benoit Mortier <opensides@users.sourceforge.net> | ||
7623 | |||
7624 | * plugins/check_ide_smart.c: still trying to fix #1094326 git-svn-id: | ||
7625 | |||
7626 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1078 f882894a-f735-0410-b71e-b25c423dba1c | ||
7627 | |||
7628 | 2005-01-03 Benoit Mortier <opensides@users.sourceforge.net> | ||
7629 | |||
7630 | * plugins/check_ide_smart.c: more fixes for #1094326 git-svn-id: | ||
7631 | |||
7632 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1077 f882894a-f735-0410-b71e-b25c423dba1c | ||
7633 | |||
7634 | 2005-01-03 Benoit Mortier <opensides@users.sourceforge.net> | ||
7635 | |||
7636 | * plugins-scripts/check_mailq.pl: fixes for #1094324 git-svn-id: | ||
7637 | |||
7638 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1076 f882894a-f735-0410-b71e-b25c423dba1c | ||
7639 | |||
7640 | 2005-01-02 Benoit Mortier <opensides@users.sourceforge.net> | ||
7641 | |||
7642 | * plugins/check_ide_smart.c: fixing bug #1094326 still need to check the makefile for check_ide_smart.c git-svn-id: | ||
7643 | |||
7644 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1075 f882894a-f735-0410-b71e-b25c423dba1c | ||
7645 | |||
7646 | 2005-01-01 Ton Voon <tonvoon@users.sourceforge.net> | ||
7647 | |||
7648 | * plugins/check_smtp.c: Removed old terminate function (Bug 1093491) git-svn-id: | ||
7649 | |||
7650 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1074 f882894a-f735-0410-b71e-b25c423dba1c | ||
7651 | |||
7652 | 2004-12-30 Ton Voon <tonvoon@users.sourceforge.net> | ||
7653 | |||
7654 | * ChangeLog: Updated with r1_4-beta1 details git-svn-id: | ||
7655 | |||
7656 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1072 f882894a-f735-0410-b71e-b25c423dba1c | ||
7657 | |||
7658 | 2004-12-30 Ton Voon <tonvoon@users.sourceforge.net> | ||
7659 | |||
7660 | * CHANGES: Note some syntax changes to check_disk git-svn-id: | ||
7661 | |||
7662 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1071 f882894a-f735-0410-b71e-b25c423dba1c | ||
7663 | |||
7664 | 2004-12-30 Ton Voon <tonvoon@users.sourceforge.net> | ||
7665 | |||
7666 | * doc/RELEASING: Update package files for version git-svn-id: | ||
7667 | |||
7668 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1070 f882894a-f735-0410-b71e-b25c423dba1c | ||
7669 | |||
7670 | 2004-12-30 Ton Voon <tonvoon@users.sourceforge.net> | ||
7671 | |||
7672 | * AUTHORS: For help with ps on FreeBSD 4 git-svn-id: | ||
7673 | |||
7674 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1069 f882894a-f735-0410-b71e-b25c423dba1c | ||
7675 | |||
7676 | 2004-12-30 Ton Voon <tonvoon@users.sourceforge.net> | ||
7677 | |||
7678 | * configure.in: Get ps command for FreeBSD 4 (Tomasz Pilat) git-svn-id: | ||
7679 | |||
7680 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1068 f882894a-f735-0410-b71e-b25c423dba1c | ||
7681 | |||
7682 | 2004-12-30 Benoit Mortier <opensides@users.sourceforge.net> | ||
7683 | |||
7684 | * plugins/check_dhcp.c, plugins/check_dns.c, plugins/check_ping.c, | ||
7685 | plugins/check_procs.c, plugins/check_smtp.c, plugins/check_snmp.c, | ||
7686 | plugins/check_swap.c, plugins/check_tcp.c, po/de.po, po/fr.po, | ||
7687 | po/nagios-plugins.pot: more internationalization fixes | ||
7688 | internationalization freeze for beta1 git-svn-id: | ||
7689 | |||
7690 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1067 f882894a-f735-0410-b71e-b25c423dba1c | ||
7691 | |||
7692 | 2004-12-28 Benoit Mortier <opensides@users.sourceforge.net> | ||
7693 | |||
7694 | * AUTHORS, po/fr.po: more internationalization git-svn-id: | ||
7695 | |||
7696 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1066 f882894a-f735-0410-b71e-b25c423dba1c | ||
7697 | |||
7698 | 2004-12-28 Benoit Mortier <opensides@users.sourceforge.net> | ||
7699 | |||
7700 | * plugins/Makefile.am, plugins/check_smtp.c, po/fr.po: starttls | ||
7701 | support for check_smtp #1041576 git-svn-id: | ||
7702 | |||
7703 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1065 f882894a-f735-0410-b71e-b25c423dba1c | ||
7704 | |||
7705 | 2004-12-28 Benoit Mortier <opensides@users.sourceforge.net> | ||
7706 | |||
7707 | * AUTHORS, plugins/check_ping.c: String match in check_ping for | ||
7708 | Solaris 10 #1091043 git-svn-id: | ||
7709 | |||
7710 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1064 f882894a-f735-0410-b71e-b25c423dba1c | ||
7711 | |||
7712 | 2004-12-28 Ton Voon <tonvoon@users.sourceforge.net> | ||
7713 | |||
7714 | * configure.in: sys/param.h needed for sys/swap.h on openbsd 3.6 | ||
7715 | (Julien Touche) git-svn-id: | ||
7716 | |||
7717 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1063 f882894a-f735-0410-b71e-b25c423dba1c | ||
7718 | |||
7719 | 2004-12-27 Benoit Mortier <opensides@users.sourceforge.net> | ||
7720 | |||
7721 | * po/fr.po: more internationalization git-svn-id: | ||
7722 | |||
7723 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1062 f882894a-f735-0410-b71e-b25c423dba1c | ||
7724 | |||
7725 | 2004-12-25 Benoit Mortier <opensides@users.sourceforge.net> | ||
7726 | |||
7727 | * plugins/check_dig.c, plugins/check_disk.c, plugins/check_dns.c, | ||
7728 | plugins/check_dummy.c, plugins/check_fping.c, plugins/check_game.c, | ||
7729 | plugins/check_hpjd.c, plugins/check_icmp.c, | ||
7730 | plugins/check_ide_smart.c, plugins/check_ldap.c, | ||
7731 | plugins/check_load.c, plugins/check_mrtg.c, | ||
7732 | plugins/check_mrtgtraf.c, plugins/check_mysql.c, | ||
7733 | plugins/check_nagios.c, plugins/check_nt.c, plugins/check_nwstat.c, | ||
7734 | plugins/check_overcr.c, plugins/check_pgsql.c, | ||
7735 | plugins/check_ping.c, plugins/check_procs.c, | ||
7736 | plugins/check_radius.c, plugins/check_real.c, plugins/check_smtp.c, | ||
7737 | plugins/check_snmp.c, plugins/check_ssh.c, plugins/check_swap.c, | ||
7738 | plugins/check_tcp.c, plugins/check_time.c, plugins/check_udp.c, | ||
7739 | plugins/check_ups.c, plugins/check_users.c, plugins/negate.c, | ||
7740 | plugins/netutils.c, plugins/popen.c, plugins/popen.h, | ||
7741 | plugins/urlize.c, plugins/utils.c, po/de.po, po/fr.po, | ||
7742 | po/nagios-plugins.pot: various fixes for localization git-svn-id: | ||
7743 | |||
7744 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1061 f882894a-f735-0410-b71e-b25c423dba1c | ||
7745 | |||
7746 | 2004-12-25 Benoit Mortier <opensides@users.sourceforge.net> | ||
7747 | |||
7748 | * po/de.po, po/fr.po, po/nagios-plugins.pot: new version of po files | ||
7749 | and pot file git-svn-id: | ||
7750 | |||
7751 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1060 f882894a-f735-0410-b71e-b25c423dba1c | ||
7752 | |||
7753 | 2004-12-25 Benoit Mortier <opensides@users.sourceforge.net> | ||
7754 | |||
7755 | * package.def, po/POTFILES.in: change realase name on package.def | ||
7756 | adding check_dhcp.c to potfiles.in git-svn-id: | ||
7757 | |||
7758 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1059 f882894a-f735-0410-b71e-b25c423dba1c | ||
7759 | |||
7760 | 2004-12-25 Benoit Mortier <opensides@users.sourceforge.net> | ||
7761 | |||
7762 | * plugins/check_by_ssh.c, plugins/check_dhcp.c: internationalization | ||
7763 | of check_dhcp internationalization fixes of check_ssh git-svn-id: | ||
7764 | |||
7765 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1058 f882894a-f735-0410-b71e-b25c423dba1c | ||
7766 | |||
7767 | 2004-12-24 Benoit Mortier <opensides@users.sourceforge.net> | ||
7768 | |||
7769 | * plugins/check_icmp.c, po/POTFILES.in, po/fr.po: first pass at | ||
7770 | adapting to plugin guidelines and start of localization git-svn-id: | ||
7771 | |||
7772 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1057 f882894a-f735-0410-b71e-b25c423dba1c | ||
7773 | |||
7774 | 2004-12-23 Benoit Mortier <opensides@users.sourceforge.net> | ||
7775 | |||
7776 | * plugins/check_http.c, po/fr.po: internationalization fixes git-svn-id: | ||
7777 | |||
7778 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1056 f882894a-f735-0410-b71e-b25c423dba1c | ||
7779 | |||
7780 | 2004-12-23 Michael Wirtgen <mwirtgen@users.sourceforge.net> | ||
7781 | |||
7782 | * po/de.po: german translations 391 to go git-svn-id: | ||
7783 | |||
7784 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1055 f882894a-f735-0410-b71e-b25c423dba1c | ||
7785 | |||
7786 | 2004-12-23 Ton Voon <tonvoon@users.sourceforge.net> | ||
7787 | |||
7788 | * ACKNOWLEDGEMENTS, configure.in, m4/np_curl.m4, | ||
7789 | plugins/Makefile.am: Another attempt at fixing check_http compile on | ||
7790 | Redhat EL3. Fixed check_icmp compile (Lynne Lawrence - 1087171) - | ||
7791 | still some code changes to check_icmp outstanding. Fixed compile of | ||
7792 | check_dhcp (complaining about socklen_t). Added acknowledgements | ||
7793 | for Coreutils and curl git-svn-id: | ||
7794 | |||
7795 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1054 f882894a-f735-0410-b71e-b25c423dba1c | ||
7796 | |||
7797 | 2004-12-22 Harper Mann <harpermann@users.sourceforge.net> | ||
7798 | |||
7799 | * plugins/check_nt.c: Added check for "%" in COUNTER <description>. | ||
7800 | If it exists, <description> is used as an arg to asprintf. If it | ||
7801 | doesn't exist, <description> is used as a label. If the formatting | ||
7802 | is wrong, the program will segv. git-svn-id: | ||
7803 | |||
7804 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1053 f882894a-f735-0410-b71e-b25c423dba1c | ||
7805 | |||
7806 | 2004-12-22 Ton Voon <tonvoon@users.sourceforge.net> | ||
7807 | |||
7808 | * lib/Makefile.am, lib/stdbool_.h: File required from coreutils git-svn-id: | ||
7809 | |||
7810 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1052 f882894a-f735-0410-b71e-b25c423dba1c | ||
7811 | |||
7812 | 2004-12-21 Ton Voon <tonvoon@users.sourceforge.net> | ||
7813 | |||
7814 | * configure.in, plugins/Makefile.am: Revert back to previous openssl | ||
7815 | checks (the ones from curl kept having problems with later Redhat | ||
7816 | versions) git-svn-id: | ||
7817 | |||
7818 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1051 f882894a-f735-0410-b71e-b25c423dba1c | ||
7819 | |||
7820 | 2004-12-21 Ton Voon <tonvoon@users.sourceforge.net> | ||
7821 | |||
7822 | * m4/stdbool.m4: Another m4 from coreutils git-svn-id: | ||
7823 | |||
7824 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1050 f882894a-f735-0410-b71e-b25c423dba1c | ||
7825 | |||
7826 | 2004-12-21 Ton Voon <tonvoon@users.sourceforge.net> | ||
7827 | |||
7828 | * AUTHORS: For their bug reports git-svn-id: | ||
7829 | |||
7830 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1049 f882894a-f735-0410-b71e-b25c423dba1c | ||
7831 | |||
7832 | 2004-12-21 Ton Voon <tonvoon@users.sourceforge.net> | ||
7833 | |||
7834 | * lib/Makefile.am, m4/Makefile.am, m4/np_coreutils.m4: Fixed compile | ||
7835 | problem on Sol2.6 with stdbool.h git-svn-id: | ||
7836 | |||
7837 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1047 f882894a-f735-0410-b71e-b25c423dba1c | ||
7838 | |||
7839 | 2004-12-21 Stanley Hopcroft <stanleyhopcroft@users.sourceforge.net> | ||
7840 | |||
7841 | * plugins/check_dhcp.c: Commentary changes only: cite origin of | ||
7842 | copied code with reference to ACK file git-svn-id: | ||
7843 | |||
7844 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1046 f882894a-f735-0410-b71e-b25c423dba1c | ||
7845 | |||
7846 | 2004-12-21 Stanley Hopcroft <stanleyhopcroft@users.sourceforge.net> | ||
7847 | |||
7848 | * ACKNOWLEDGEMENTS: ACK file contains the details of the authors of | ||
7849 | code copied by the plugins git-svn-id: | ||
7850 | |||
7851 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1045 f882894a-f735-0410-b71e-b25c423dba1c | ||
7852 | |||
7853 | 2004-12-21 Matthew Kent <mattkent@users.sourceforge.net> | ||
7854 | |||
7855 | * plugins/check_dns.c: Add another error string match from Pasi | ||
7856 | Tiittanen git-svn-id: | ||
7857 | |||
7858 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1044 f882894a-f735-0410-b71e-b25c423dba1c | ||
7859 | |||
7860 | 2004-12-20 Ton Voon <tonvoon@users.sourceforge.net> | ||
7861 | |||
7862 | * plugins/check_nagios.c: Corrected help for expiry units. Restored | ||
7863 | functionality of searching for process arguments git-svn-id: | ||
7864 | |||
7865 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1043 f882894a-f735-0410-b71e-b25c423dba1c | ||
7866 | |||
7867 | 2004-12-20 Ton Voon <tonvoon@users.sourceforge.net> | ||
7868 | |||
7869 | * plugins/check_nagios.c: Updating help text to reflect using | ||
7870 | shortname instead of full path for command git-svn-id: | ||
7871 | |||
7872 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1042 f882894a-f735-0410-b71e-b25c423dba1c | ||
7873 | |||
7874 | 2004-12-20 Ton Voon <tonvoon@users.sourceforge.net> | ||
7875 | |||
7876 | * configure.in: - stupid typo git-svn-id: | ||
7877 | |||
7878 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1041 f882894a-f735-0410-b71e-b25c423dba1c | ||
7879 | |||
7880 | 2004-12-20 Ton Voon <tonvoon@users.sourceforge.net> | ||
7881 | |||
7882 | * configure.in: Fix compile errors when looking for openssl git-svn-id: | ||
7883 | |||
7884 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1040 f882894a-f735-0410-b71e-b25c423dba1c | ||
7885 | |||
7886 | 2004-12-20 Stanley Hopcroft <stanleyhopcroft@users.sourceforge.net> | ||
7887 | |||
7888 | * COPYING, plugins/check_dhcp.c, po/de.po, po/fr.po: Compilation | ||
7889 | fixes for check_dhcp.c HP-UX 11. Still fails on HP-UX 10. Unknown if | ||
7890 | check_dhcp works on UX. git-svn-id: | ||
7891 | |||
7892 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1039 f882894a-f735-0410-b71e-b25c423dba1c | ||
7893 | |||
7894 | 2004-12-18 Michael Wirtgen <mwirtgen@users.sourceforge.net> | ||
7895 | |||
7896 | * po/de.po: Initial commit on german translation - 428 to go git-svn-id: | ||
7897 | |||
7898 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1038 f882894a-f735-0410-b71e-b25c423dba1c | ||
7899 | |||
7900 | 2004-12-17 Ton Voon <tonvoon@users.sourceforge.net> | ||
7901 | |||
7902 | * configure.in: Support for FreeBSD 5.2.1 and 5.3 in check_procs git-svn-id: | ||
7903 | |||
7904 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1037 f882894a-f735-0410-b71e-b25c423dba1c | ||
7905 | |||
7906 | 2004-12-15 Ton Voon <tonvoon@users.sourceforge.net> | ||
7907 | |||
7908 | * configure.in: Bump version to next release git-svn-id: | ||
7909 | |||
7910 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1036 f882894a-f735-0410-b71e-b25c423dba1c | ||
7911 | |||
7912 | 2004-12-15 Ton Voon <tonvoon@users.sourceforge.net> | ||
7913 | |||
7914 | * doc/developer-guidelines.sgml: Mistake in automake version - back | ||
7915 | to 1.8 git-svn-id: | ||
7916 | |||
7917 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1035 f882894a-f735-0410-b71e-b25c423dba1c | ||
7918 | |||
7919 | 2004-12-15 Ton Voon <tonvoon@users.sourceforge.net> | ||
7920 | |||
7921 | * doc/RELEASING: Clarified notes git-svn-id: | ||
7922 | |||
7923 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1034 f882894a-f735-0410-b71e-b25c423dba1c | ||
7924 | |||
7925 | 2004-12-15 Ton Voon <tonvoon@users.sourceforge.net> | ||
7926 | |||
7927 | * ChangeLog: Updated for r1_4_0-alpha3 git-svn-id: | ||
7928 | |||
7929 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1032 f882894a-f735-0410-b71e-b25c423dba1c | ||
7930 | |||
7931 | 2004-12-15 Ton Voon <tonvoon@users.sourceforge.net> | ||
7932 | |||
7933 | * doc/developer-guidelines.sgml: Updated requirements for GNU tools git-svn-id: | ||
7934 | |||
7935 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1031 f882894a-f735-0410-b71e-b25c423dba1c | ||
7936 | |||
7937 | 2004-12-15 Ton Voon <tonvoon@users.sourceforge.net> | ||
7938 | |||
7939 | * m4/Makefile.am: Makefile for m4 files git-svn-id: | ||
7940 | |||
7941 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1030 f882894a-f735-0410-b71e-b25c423dba1c | ||
7942 | |||
7943 | 2004-12-15 Ton Voon <tonvoon@users.sourceforge.net> | ||
7944 | |||
7945 | * Makefile.am, configure.in, plugins/Makefile.am, tools/setup: | ||
7946 | Support for coreutils lib. Configure tests via m4 scripts from | ||
7947 | coreutils git-svn-id: | ||
7948 | |||
7949 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1029 f882894a-f735-0410-b71e-b25c423dba1c | ||
7950 | |||
7951 | 2004-12-15 Ton Voon <tonvoon@users.sourceforge.net> | ||
7952 | |||
7953 | * m4/Makefile.am.in, m4/afs.m4, m4/codeset.m4, m4/error.m4, | ||
7954 | m4/exitfail.m4, m4/extensions.m4, m4/fstypename.m4, m4/fsusage.m4, | ||
7955 | m4/getopt.m4, m4/gettext.m4, m4/glibc21.m4, m4/iconv.m4, | ||
7956 | m4/intdiv0.m4, m4/inttypes-pri.m4, m4/inttypes.m4, | ||
7957 | m4/inttypes_h.m4, m4/isc-posix.m4, m4/lcmessage.m4, m4/lib-ld.m4, | ||
7958 | m4/lib-link.m4, m4/lib-prefix.m4, m4/ls-mntd-fs.m4, m4/malloc.m4, | ||
7959 | m4/mountlist.m4, m4/np_coreutils.m4, m4/onceonly.m4, | ||
7960 | m4/progtest.m4, m4/realloc.m4, m4/stdint_h.m4, m4/uintmax_t.m4, | ||
7961 | m4/ulonglong.m4, m4/unlocked-io.m4, m4/xalloc.m4: Moving m4 files | ||
7962 | from lib/ git-svn-id: | ||
7963 | |||
7964 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1028 f882894a-f735-0410-b71e-b25c423dba1c | ||
7965 | |||
7966 | 2004-12-15 Ton Voon <tonvoon@users.sourceforge.net> | ||
7967 | |||
7968 | * lib/Makefile.am, lib/afs.m4, lib/error.m4, lib/exitfail.m4, | ||
7969 | lib/fstypename.m4, lib/fsusage.m4, lib/full-read.c, | ||
7970 | lib/full-write.c, lib/full-write.h, lib/getopt.m4, | ||
7971 | lib/ls-mntd-fs.m4, lib/onceonly.m4, lib/safe-read.c, | ||
7972 | lib/safe-read.h, lib/safe-write.c, lib/safe-write.h, | ||
7973 | lib/unlocked-io.m4, lib/xalloc.m4: Moving m4 files into m4/. Added | ||
7974 | extra coreutils files required from autoconf tests. Updated | ||
7975 | Makefile.am to have nagiosplug lib and a separate coreutils lib git-svn-id: | ||
7976 | |||
7977 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1027 f882894a-f735-0410-b71e-b25c423dba1c | ||
7978 | |||
7979 | 2004-12-15 Benoit Mortier <opensides@users.sourceforge.net> | ||
7980 | |||
7981 | * po/de.po, po/fr.po: fr.po work in progress still 88 to translate | ||
7982 | ;-) git-svn-id: | ||
7983 | |||
7984 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1026 f882894a-f735-0410-b71e-b25c423dba1c | ||
7985 | |||
7986 | 2004-12-11 Matthew Kent <mattkent@users.sourceforge.net> | ||
7987 | |||
7988 | * plugins/check_tcp.c: Patch from Ollie Cook to define return code | ||
7989 | when expected value not received (#1082275). Also included another | ||
7990 | change from Ollie Cook to do stricter matching of expected values | ||
7991 | from the beginning of the line. When a user defines an expected | ||
7992 | string this is changed to the old style strstr matching. git-svn-id: | ||
7993 | |||
7994 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1025 f882894a-f735-0410-b71e-b25c423dba1c | ||
7995 | |||
7996 | 2004-12-10 Ton Voon <tonvoon@users.sourceforge.net> | ||
7997 | |||
7998 | * plugins/check_ldap.c: Fixed compile warning git-svn-id: | ||
7999 | |||
8000 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1024 f882894a-f735-0410-b71e-b25c423dba1c | ||
8001 | |||
8002 | 2004-12-10 Matthew Kent <mattkent@users.sourceforge.net> | ||
8003 | |||
8004 | * plugins/Makefile.am: Compile broken - fixing link flags. git-svn-id: | ||
8005 | |||
8006 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1023 f882894a-f735-0410-b71e-b25c423dba1c | ||
8007 | |||
8008 | 2004-12-10 Matthew Kent <mattkent@users.sourceforge.net> | ||
8009 | |||
8010 | * plugins/check_dns.c: Error catching improvements from Ollie Cook git-svn-id: | ||
8011 | |||
8012 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1022 f882894a-f735-0410-b71e-b25c423dba1c | ||
8013 | |||
8014 | 2004-12-10 Matthew Kent <mattkent@users.sourceforge.net> | ||
8015 | |||
8016 | * plugins/check_pgsql.c: Fixing broken compile git-svn-id: | ||
8017 | |||
8018 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1021 f882894a-f735-0410-b71e-b25c423dba1c | ||
8019 | |||
8020 | 2004-12-10 Matthew Kent <mattkent@users.sourceforge.net> | ||
8021 | |||
8022 | * AUTHORS: More contributers git-svn-id: | ||
8023 | |||
8024 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1020 f882894a-f735-0410-b71e-b25c423dba1c | ||
8025 | |||
8026 | 2004-12-10 Stanley Hopcroft <stanleyhopcroft@users.sourceforge.net> | ||
8027 | |||
8028 | * plugins/Makefile.am: Changes to link flags for check_dhcp.c git-svn-id: | ||
8029 | |||
8030 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1019 f882894a-f735-0410-b71e-b25c423dba1c | ||
8031 | |||
8032 | 2004-12-10 Stanley Hopcroft <stanleyhopcroft@users.sourceforge.net> | ||
8033 | |||
8034 | * plugins/check_dhcp.c: Extensive changes to get MAC address from | ||
8035 | Solaris via DLPI git-svn-id: | ||
8036 | |||
8037 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1018 f882894a-f735-0410-b71e-b25c423dba1c | ||
8038 | |||
8039 | 2004-12-10 Ton Voon <tonvoon@users.sourceforge.net> | ||
8040 | |||
8041 | * plugins/check_dns.c, plugins/check_procs.c: Reverting back | ||
8042 | ngettext calls git-svn-id: | ||
8043 | |||
8044 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1017 f882894a-f735-0410-b71e-b25c423dba1c | ||
8045 | |||
8046 | 2004-12-10 Ton Voon <tonvoon@users.sourceforge.net> | ||
8047 | |||
8048 | * plugins/common.h: Fix includes for gettext git-svn-id: | ||
8049 | |||
8050 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1016 f882894a-f735-0410-b71e-b25c423dba1c | ||
8051 | |||
8052 | 2004-12-09 Ton Voon <tonvoon@users.sourceforge.net> | ||
8053 | |||
8054 | * configure.in: Include $libsuff for systems that define this (based | ||
8055 | on advice from Daniel Stenberg) git-svn-id: | ||
8056 | |||
8057 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1015 f882894a-f735-0410-b71e-b25c423dba1c | ||
8058 | |||
8059 | 2004-12-08 Ton Voon <tonvoon@users.sourceforge.net> | ||
8060 | |||
8061 | * configure.in: Removed redundant check and make export | ||
8062 | LD_LIBRARY_PATH more sh friendly git-svn-id: | ||
8063 | |||
8064 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1014 f882894a-f735-0410-b71e-b25c423dba1c | ||
8065 | |||
8066 | 2004-12-08 Benoit Mortier <opensides@users.sourceforge.net> | ||
8067 | |||
8068 | * configure.in, plugins/Makefile.am, plugins/check_by_ssh.c, | ||
8069 | plugins/check_game.c, plugins/check_http.c, | ||
8070 | plugins/check_ide_smart.c, plugins/check_ldap.c, | ||
8071 | plugins/check_snmp.c, plugins/check_tcp.c: patch 1028033 minor internationalization fixes git-svn-id: | ||
8072 | |||
8073 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1013 f882894a-f735-0410-b71e-b25c423dba1c | ||
8074 | |||
8075 | 2004-12-08 Ton Voon <tonvoon@users.sourceforge.net> | ||
8076 | |||
8077 | * configure.in: Fixed output info for openssl and LD_LIBRARY_PATH | ||
8078 | for subsequent compiles (otherwise get ld.so.1: ./conftest: fatal: | ||
8079 | libssl.so.0.9.7: open failed) git-svn-id: | ||
8080 | |||
8081 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1012 f882894a-f735-0410-b71e-b25c423dba1c | ||
8082 | |||
8083 | 2004-12-07 Ton Voon <tonvoon@users.sourceforge.net> | ||
8084 | |||
8085 | * configure.in, plugins/Makefile.am: Better SSL checking (inspired | ||
8086 | by curl 7.12.2's configure.ac) git-svn-id: | ||
8087 | |||
8088 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1011 f882894a-f735-0410-b71e-b25c423dba1c | ||
8089 | |||
8090 | 2004-12-07 Matthew Kent <mattkent@users.sourceforge.net> | ||
8091 | |||
8092 | * plugins-scripts/check_ifoperstatus.pl: Option to check for admin | ||
8093 | down (#1012191) from Raúl Pedroche. git-svn-id: | ||
8094 | |||
8095 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1010 f882894a-f735-0410-b71e-b25c423dba1c | ||
8096 | |||
8097 | 2004-12-07 Stanley Hopcroft <stanleyhopcroft@users.sourceforge.net> | ||
8098 | |||
8099 | * plugins/Makefile.am: Correct dependencies for check_dhcp.c. git-svn-id: | ||
8100 | |||
8101 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1009 f882894a-f735-0410-b71e-b25c423dba1c | ||
8102 | |||
8103 | 2004-12-07 Stanley Hopcroft <stanleyhopcroft@users.sourceforge.net> | ||
8104 | |||
8105 | * plugins/Makefile.am, plugins/check_dhcp.c: New plugin: | ||
8106 | check_dhcp.c. Attempt to port to non Linux platform. git-svn-id: | ||
8107 | |||
8108 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1008 f882894a-f735-0410-b71e-b25c423dba1c | ||
8109 | |||
8110 | 2004-12-06 Benoit Mortier <opensides@users.sourceforge.net> | ||
8111 | |||
8112 | * po/fr.po: new version of fr.po git-svn-id: | ||
8113 | |||
8114 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1007 f882894a-f735-0410-b71e-b25c423dba1c | ||
8115 | |||
8116 | 2004-12-05 Matthew Kent <mattkent@users.sourceforge.net> | ||
8117 | |||
8118 | * plugins/check_snmp.c: Fix for -s string matching (#756567, Tony | ||
8119 | Missana) git-svn-id: | ||
8120 | |||
8121 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1006 f882894a-f735-0410-b71e-b25c423dba1c | ||
8122 | |||
8123 | 2004-12-05 Benoit Mortier <opensides@users.sourceforge.net> | ||
8124 | |||
8125 | * plugins/check_nt.c, po/fr.po, po/nagios-plugins.pot: cleaned fr.po | ||
8126 | nagios-plugins.pot git-svn-id: | ||
8127 | |||
8128 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1005 f882894a-f735-0410-b71e-b25c423dba1c | ||
8129 | |||
8130 | 2004-12-05 Benoit Mortier <opensides@users.sourceforge.net> | ||
8131 | |||
8132 | * plugins/check_http.c, plugins/check_icmp.c, | ||
8133 | plugins/check_nwstat.c, plugins/check_ping.c, plugins/check_smtp.c, | ||
8134 | plugins/check_swap.c, plugins/utils.h: fix patch 998291 fix patch | ||
8135 | 1078934 expect check_ssh fix and check_nt perfdata should stay on | ||
8136 | one word like in nagios git-svn-id: | ||
8137 | |||
8138 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1004 f882894a-f735-0410-b71e-b25c423dba1c | ||
8139 | |||
8140 | 2004-12-04 Benoit Mortier <opensides@users.sourceforge.net> | ||
8141 | |||
8142 | * po/nagios-plugins.pot: new version of pot file git-svn-id: | ||
8143 | |||
8144 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1003 f882894a-f735-0410-b71e-b25c423dba1c | ||
8145 | |||
8146 | 2004-12-04 Benoit Mortier <opensides@users.sourceforge.net> | ||
8147 | |||
8148 | * plugins/check_by_ssh.c, plugins/check_dns.c, po/POTFILES.in: | ||
8149 | various internationalization fixes git-svn-id: | ||
8150 | |||
8151 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1002 f882894a-f735-0410-b71e-b25c423dba1c | ||
8152 | |||
8153 | 2004-12-04 Benoit Mortier <opensides@users.sourceforge.net> | ||
8154 | |||
8155 | * plugins/Makefile.am, plugins/check_by_ssh.c, plugins/check_dig.c, | ||
8156 | plugins/check_http.c, plugins/check_ide-smart.c, | ||
8157 | plugins/check_ide_smart.c, plugins/check_mrtg.c, | ||
8158 | plugins/check_nt.c, plugins/check_nwstat.c, plugins/check_overcr.c, | ||
8159 | plugins/check_real.c, plugins/check_smtp.c, plugins/check_swap.c, | ||
8160 | plugins/check_tcp.c, plugins/check_time.c, plugins/check_udp.c, | ||
8161 | po/POTFILES.in: internationalization fixes bugfixes git-svn-id: | ||
8162 | |||
8163 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1001 f882894a-f735-0410-b71e-b25c423dba1c | ||
8164 | |||
8165 | 2004-12-04 Benoit Mortier <opensides@users.sourceforge.net> | ||
8166 | |||
8167 | * plugins/check_dns.c, plugins/check_hpjd.c: check_dns needs a space | ||
8168 | between 'time' and the hostname check_hpjd needs a parenthesis | ||
8169 | removed in print_usage() git-svn-id: | ||
8170 | |||
8171 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1000 f882894a-f735-0410-b71e-b25c423dba1c | ||
8172 | |||
8173 | 2004-12-04 Benoit Mortier <opensides@users.sourceforge.net> | ||
8174 | |||
8175 | * plugins/check_swap.c: Bug Fix [ 1024735 ] check_swap providing | ||
8176 | inaccurate swap information on Sol6 git-svn-id: | ||
8177 | |||
8178 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@999 f882894a-f735-0410-b71e-b25c423dba1c | ||
8179 | |||
8180 | 2004-12-03 Benoit Mortier <opensides@users.sourceforge.net> | ||
8181 | |||
8182 | * plugins/check_by_ssh.c, plugins/check_dig.c, | ||
8183 | plugins/check_disk.c, plugins/check_dns.c, plugins/check_fping.c, | ||
8184 | plugins/check_game.c, plugins/check_hpjd.c, plugins/check_http.c, | ||
8185 | plugins/check_ldap.c, plugins/check_load.c, plugins/check_mrtg.c, | ||
8186 | plugins/check_mrtgtraf.c, plugins/check_mysql.c, | ||
8187 | plugins/check_nagios.c, plugins/check_nt.c, plugins/check_nwstat.c, | ||
8188 | plugins/check_overcr.c, plugins/check_pgsql.c, | ||
8189 | plugins/check_ping.c, plugins/check_procs.c, | ||
8190 | plugins/check_radius.c, plugins/check_real.c, plugins/check_smtp.c, | ||
8191 | plugins/check_snmp.c, plugins/check_ssh.c, plugins/check_swap.c, | ||
8192 | plugins/check_tcp.c, plugins/check_time.c, plugins/check_udp.c, | ||
8193 | plugins/check_ups.c, plugins/check_users.c, plugins/negate.c: | ||
8194 | reverting my changes from !=TRUE to == ERROR, that's not good ;-( | ||
8195 | sorry git-svn-id: | ||
8196 | |||
8197 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@998 f882894a-f735-0410-b71e-b25c423dba1c | ||
8198 | |||
8199 | 2004-12-03 Benoit Mortier <opensides@users.sourceforge.net> | ||
8200 | |||
8201 | * plugins/check_tcp.c, po/de.po, po/fr.po, po/nagios-plugins.pot: | ||
8202 | check_tcp parenthesis bug, header fix for po files git-svn-id: | ||
8203 | |||
8204 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@997 f882894a-f735-0410-b71e-b25c423dba1c | ||
8205 | |||
8206 | 2004-12-03 Benoit Mortier <opensides@users.sourceforge.net> | ||
8207 | |||
8208 | * plugins/check_dig.c, plugins/check_disk.c, plugins/check_dns.c, | ||
8209 | plugins/check_dummy.c, plugins/check_fping.c, plugins/check_game.c, | ||
8210 | plugins/check_hpjd.c, plugins/check_http.c, | ||
8211 | plugins/check_ide-smart.c, plugins/check_ldap.c, | ||
8212 | plugins/check_mrtg.c, plugins/check_mrtgtraf.c, | ||
8213 | plugins/check_nagios.c, plugins/check_nt.c, plugins/check_nwstat.c, | ||
8214 | plugins/check_overcr.c, plugins/check_pgsql.c, | ||
8215 | plugins/check_procs.c, plugins/check_radius.c, | ||
8216 | plugins/check_real.c, plugins/check_smtp.c, plugins/check_snmp.c, | ||
8217 | plugins/check_swap.c, plugins/check_tcp.c, plugins/check_time.c, | ||
8218 | plugins/check_udp.c, plugins/check_ups.c: print_help and | ||
8219 | print_usage() cleanup other misc cleanups git-svn-id: | ||
8220 | |||
8221 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@996 f882894a-f735-0410-b71e-b25c423dba1c | ||
8222 | |||
8223 | 2004-12-03 Stanley Hopcroft <stanleyhopcroft@users.sourceforge.net> | ||
8224 | |||
8225 | * plugins/check_tcp.c: 1041571: -D option processing corrected (Eric | ||
8226 | Chen). Changed process_arguments() to return TRUE. Dont know why | ||
8227 | this was necessary. git-svn-id: | ||
8228 | |||
8229 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@995 f882894a-f735-0410-b71e-b25c423dba1c | ||
8230 | |||
8231 | 2004-12-03 Benoit Mortier <opensides@users.sourceforge.net> | ||
8232 | |||
8233 | * plugins/check_by_ssh.c, plugins/check_dig.c, | ||
8234 | plugins/check_disk.c, plugins/check_dns.c, plugins/check_dummy.c, | ||
8235 | plugins/check_fping.c, plugins/check_game.c, plugins/check_hpjd.c, | ||
8236 | plugins/check_http.c, plugins/check_ide-smart.c, | ||
8237 | plugins/check_ldap.c, plugins/check_load.c, plugins/check_mrtg.c, | ||
8238 | plugins/check_mrtgtraf.c, plugins/check_mysql.c, | ||
8239 | plugins/check_nagios.c, plugins/check_nt.c, plugins/check_nwstat.c, | ||
8240 | plugins/check_overcr.c, plugins/check_pgsql.c, | ||
8241 | plugins/check_ping.c, plugins/check_procs.c, | ||
8242 | plugins/check_radius.c, plugins/check_real.c, plugins/check_smtp.c, | ||
8243 | plugins/check_snmp.c, plugins/check_ssh.c, plugins/check_swap.c, | ||
8244 | plugins/check_tcp.c, plugins/check_time.c, plugins/check_udp.c, | ||
8245 | plugins/check_ups.c, plugins/check_users.c, plugins/negate.c, | ||
8246 | plugins/urlize.c: remove UT_HLP_VRS from print_usage this was not a | ||
8247 | good idea ;-) git-svn-id: | ||
8248 | |||
8249 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@994 f882894a-f735-0410-b71e-b25c423dba1c | ||
8250 | |||
8251 | 2004-12-03 Benoit Mortier <opensides@users.sourceforge.net> | ||
8252 | |||
8253 | * plugins/utils.c: removing support fonction removing warranty from | ||
8254 | print_revision git-svn-id: | ||
8255 | |||
8256 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@993 f882894a-f735-0410-b71e-b25c423dba1c | ||
8257 | |||
8258 | 2004-12-03 Benoit Mortier <opensides@users.sourceforge.net> | ||
8259 | |||
8260 | * ROADMAP, package.def, plugins/negate.c, plugins/utils.h: some | ||
8261 | minor fixes git-svn-id: | ||
8262 | |||
8263 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@992 f882894a-f735-0410-b71e-b25c423dba1c | ||
8264 | |||
8265 | 2004-12-03 Benoit Mortier <opensides@users.sourceforge.net> | ||
8266 | |||
8267 | * plugins/check_load.c, plugins/check_ssh.c: correcting parenthesis | ||
8268 | error git-svn-id: | ||
8269 | |||
8270 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@991 f882894a-f735-0410-b71e-b25c423dba1c | ||
8271 | |||
8272 | 2004-12-03 Benoit Mortier <opensides@users.sourceforge.net> | ||
8273 | |||
8274 | * AUTHORS, plugins/check_load.c, plugins/check_pgsql.c, | ||
8275 | plugins/check_ping.c, plugins/check_procs.c, | ||
8276 | plugins/check_radius.c, plugins/check_real.c, plugins/check_smtp.c, | ||
8277 | plugins/check_snmp.c, plugins/check_ssh.c, plugins/check_swap.c, | ||
8278 | plugins/check_tcp.c, plugins/check_time.c, plugins/check_udp.c, | ||
8279 | plugins/check_ups.c, plugins/check_users.c, plugins/urlize.c: fixes | ||
8280 | for internationalization git-svn-id: | ||
8281 | |||
8282 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@990 f882894a-f735-0410-b71e-b25c423dba1c | ||
8283 | |||
8284 | 2004-12-03 Benoit Mortier <opensides@users.sourceforge.net> | ||
8285 | |||
8286 | * plugins/check_by_ssh.c, plugins/check_dig.c, | ||
8287 | plugins/check_disk.c, plugins/check_dns.c, plugins/check_dummy.c, | ||
8288 | plugins/check_fping.c, plugins/check_game.c, plugins/check_hpjd.c, | ||
8289 | plugins/check_http.c, plugins/check_ide-smart.c, | ||
8290 | plugins/check_ldap.c, plugins/check_load.c, plugins/check_mrtg.c, | ||
8291 | plugins/check_mrtgtraf.c, plugins/check_mysql.c, | ||
8292 | plugins/check_nagios.c, plugins/check_nt.c, plugins/check_nwstat.c: | ||
8293 | internationalization fixes and help fixes git-svn-id: | ||
8294 | |||
8295 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@989 f882894a-f735-0410-b71e-b25c423dba1c | ||
8296 | |||
8297 | 2004-12-03 Benoit Mortier <opensides@users.sourceforge.net> | ||
8298 | |||
8299 | * plugins/check_by_ssh.c, plugins/check_dig.c, | ||
8300 | plugins/check_http.c, plugins/check_nwstat.c, | ||
8301 | plugins/check_pgsql.c, plugins/check_ping.c, plugins/check_udp.c, | ||
8302 | po/.cvsignore: Localization fixes git-svn-id: | ||
8303 | |||
8304 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@988 f882894a-f735-0410-b71e-b25c423dba1c | ||
8305 | |||
8306 | 2004-12-03 Benoit Mortier <opensides@users.sourceforge.net> | ||
8307 | |||
8308 | * plugins/check_ide-smart.c, plugins/check_pgsql.c: correcting | ||
8309 | copyright and remaning int result = STATE_UNKNOWN; git-svn-id: | ||
8310 | |||
8311 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@987 f882894a-f735-0410-b71e-b25c423dba1c | ||
8312 | |||
8313 | 2004-12-03 Matthew Kent <mattkent@users.sourceforge.net> | ||
8314 | |||
8315 | * plugins/check_nagios.c: Affected by elapsed time patch. git-svn-id: | ||
8316 | |||
8317 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@986 f882894a-f735-0410-b71e-b25c423dba1c | ||
8318 | |||
8319 | 2004-12-03 Matthew Kent <mattkent@users.sourceforge.net> | ||
8320 | |||
8321 | * AUTHORS: Another contributer. git-svn-id: | ||
8322 | |||
8323 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@985 f882894a-f735-0410-b71e-b25c423dba1c | ||
8324 | |||
8325 | 2004-12-03 Matthew Kent <mattkent@users.sourceforge.net> | ||
8326 | |||
8327 | * configure.in, plugins/check_procs.c: Patch from Russell Miller | ||
8328 | which adds elapsed time as a metric. Only for linux so far. (991359) git-svn-id: | ||
8329 | |||
8330 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@984 f882894a-f735-0410-b71e-b25c423dba1c | ||
8331 | |||
8332 | 2004-12-03 Matthew Kent <mattkent@users.sourceforge.net> | ||
8333 | |||
8334 | * plugins/check_ldap.c: Fix typo breaking compile. git-svn-id: | ||
8335 | |||
8336 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@983 f882894a-f735-0410-b71e-b25c423dba1c | ||
8337 | |||
8338 | 2004-12-03 Benoit Mortier <opensides@users.sourceforge.net> | ||
8339 | |||
8340 | * plugins/check_by_ssh.c, plugins/check_dig.c, plugins/check_dns.c, | ||
8341 | plugins/check_dummy.c, plugins/check_fping.c, plugins/check_game.c, | ||
8342 | plugins/check_hpjd.c, plugins/check_ide-smart.c, | ||
8343 | plugins/check_ldap.c, plugins/check_load.c, plugins/check_mrtg.c, | ||
8344 | plugins/check_mrtgtraf.c, plugins/check_mysql.c, | ||
8345 | plugins/check_nagios.c, plugins/check_nt.c, plugins/check_nwstat.c, | ||
8346 | plugins/check_overcr.c, plugins/check_pgsql.c, | ||
8347 | plugins/check_ping.c, plugins/check_procs.c, | ||
8348 | plugins/check_radius.c, plugins/check_real.c, plugins/check_smtp.c, | ||
8349 | plugins/check_snmp.c, plugins/check_ssh.c, plugins/check_swap.c, | ||
8350 | plugins/check_tcp.c, plugins/check_time.c, plugins/check_udp.c, | ||
8351 | plugins/check_ups.c, plugins/check_users.c, plugins/negate.c, | ||
8352 | plugins/urlize.c: bump copyright year initialize result to | ||
8353 | STATE_UNKNOW in place of STATE_OK git-svn-id: | ||
8354 | |||
8355 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@982 f882894a-f735-0410-b71e-b25c423dba1c | ||
8356 | |||
8357 | 2004-12-02 Benoit Mortier <opensides@users.sourceforge.net> | ||
8358 | |||
8359 | * plugins/check_dns.c, plugins/check_ldap.c, plugins/check_procs.c: | ||
8360 | --disable-nls throws an error on check_dns, check_procs and | ||
8361 | check_ldap without this patch. git-svn-id: | ||
8362 | |||
8363 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@981 f882894a-f735-0410-b71e-b25c423dba1c | ||
8364 | |||
8365 | 2004-12-02 Stanley Hopcroft <stanleyhopcroft@users.sourceforge.net> | ||
8366 | |||
8367 | * plugins/check_tcp.c: Tracker 1041571: appended :D to getopt_long() | ||
8368 | args (for cert expiry check). Eric Chen. git-svn-id: | ||
8369 | |||
8370 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@980 f882894a-f735-0410-b71e-b25c423dba1c | ||
8371 | |||
8372 | 2004-12-02 Benoit Mortier <opensides@users.sourceforge.net> | ||
8373 | |||
8374 | * plugins/check_by_ssh.c, plugins/check_dig.c, | ||
8375 | plugins/check_disk.c, plugins/check_dns.c, plugins/check_fping.c, | ||
8376 | plugins/check_game.c, plugins/check_hpjd.c, plugins/check_http.c, | ||
8377 | plugins/check_ldap.c, plugins/check_load.c, plugins/check_mrtg.c, | ||
8378 | plugins/check_mrtgtraf.c, plugins/check_mysql.c, | ||
8379 | plugins/check_nagios.c, plugins/check_nt.c, plugins/check_nwstat.c, | ||
8380 | plugins/check_overcr.c, plugins/check_pgsql.c, | ||
8381 | plugins/check_ping.c, plugins/check_procs.c, | ||
8382 | plugins/check_radius.c, plugins/check_real.c, plugins/check_smtp.c, | ||
8383 | plugins/check_snmp.c, plugins/check_ssh.c, plugins/check_swap.c, | ||
8384 | plugins/check_tcp.c, plugins/check_time.c, plugins/check_udp.c, | ||
8385 | plugins/check_ups.c, plugins/check_users.c, plugins/negate.c, | ||
8386 | plugins/popen.c, plugins/utils.c: More internationalization work new | ||
8387 | usage4 function to permit localisation of think like check_ssh: | ||
8388 | xxxxx git-svn-id: | ||
8389 | |||
8390 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@979 f882894a-f735-0410-b71e-b25c423dba1c | ||
8391 | |||
8392 | 2004-12-02 Benoit Mortier <opensides@users.sourceforge.net> | ||
8393 | |||
8394 | * plugins/check_by_ssh.c, plugins/check_dig.c, | ||
8395 | plugins/check_disk.c, plugins/check_dns.c, plugins/check_fping.c, | ||
8396 | plugins/check_game.c, plugins/check_hpjd.c, plugins/check_ldap.c, | ||
8397 | plugins/check_load.c, plugins/check_mrtg.c, | ||
8398 | plugins/check_mrtgtraf.c, plugins/check_mysql.c, | ||
8399 | plugins/check_nagios.c, plugins/check_nt.c, plugins/check_nwstat.c, | ||
8400 | plugins/check_overcr.c, plugins/check_pgsql.c, | ||
8401 | plugins/check_ping.c, plugins/check_procs.c, | ||
8402 | plugins/check_radius.c, plugins/check_real.c, plugins/check_smtp.c, | ||
8403 | plugins/check_snmp.c, plugins/check_ssh.c, plugins/check_swap.c, | ||
8404 | plugins/check_tcp.c, plugins/check_time.c, plugins/check_udp.c, | ||
8405 | plugins/check_ups.c, plugins/check_users.c, plugins/negate.c: return | ||
8406 | of process_arguments() is TRUE not OK ! git-svn-id: | ||
8407 | |||
8408 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@978 f882894a-f735-0410-b71e-b25c423dba1c | ||
8409 | |||
8410 | 2004-12-02 Benoit Mortier <opensides@users.sourceforge.net> | ||
8411 | |||
8412 | * plugins/check_http.c: return of process_arguments() is TRUE not OK | ||
8413 | ! git-svn-id: | ||
8414 | |||
8415 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@977 f882894a-f735-0410-b71e-b25c423dba1c | ||
8416 | |||
8417 | 2004-12-02 Stanley Hopcroft <stanleyhopcroft@users.sourceforge.net> | ||
8418 | |||
8419 | * plugins/Makefile.am: Add check_icmp plugin git-svn-id: | ||
8420 | |||
8421 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@976 f882894a-f735-0410-b71e-b25c423dba1c | ||
8422 | |||
8423 | 2004-12-02 Stanley Hopcroft <stanleyhopcroft@users.sourceforge.net> | ||
8424 | |||
8425 | * plugins/check_icmp.c: check_icmp plugin from A Ericsson git-svn-id: | ||
8426 | |||
8427 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@975 f882894a-f735-0410-b71e-b25c423dba1c | ||
8428 | |||
8429 | 2004-12-02 Stanley Hopcroft <stanleyhopcroft@users.sourceforge.net> | ||
8430 | |||
8431 | * plugins/linux.h: For check_icmp plugin from A Ericsson git-svn-id: | ||
8432 | |||
8433 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@974 f882894a-f735-0410-b71e-b25c423dba1c | ||
8434 | |||
8435 | 2004-12-02 Matthew Kent <mattkent@users.sourceforge.net> | ||
8436 | |||
8437 | * command.cfg.in: Fix typo. git-svn-id: | ||
8438 | |||
8439 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@973 f882894a-f735-0410-b71e-b25c423dba1c | ||
8440 | |||
8441 | 2004-12-02 Matthew Kent <mattkent@users.sourceforge.net> | ||
8442 | |||
8443 | * AUTHORS, REQUIREMENTS, command.cfg.in, plugins/check_ups.c: Patch | ||
8444 | from Arnaud Quette to bring support to NUT 2.0 plus couple | ||
8445 | improvements and fixes (1038413 which includes 1032009, 815785). git-svn-id: | ||
8446 | |||
8447 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@972 f882894a-f735-0410-b71e-b25c423dba1c | ||
8448 | |||
8449 | 2004-12-02 Benoit Mortier <opensides@users.sourceforge.net> | ||
8450 | |||
8451 | * plugins/check_dns.c, plugins/check_game.c, plugins/check_http.c, | ||
8452 | plugins/check_ide-smart.c, plugins/check_load.c, | ||
8453 | plugins/check_mrtgtraf.c, plugins/check_mysql.c, | ||
8454 | plugins/check_nagios.c, plugins/check_nt.c, plugins/check_nwstat.c, | ||
8455 | plugins/check_overcr.c, plugins/check_pgsql.c, | ||
8456 | plugins/check_ping.c, plugins/check_procs.c, | ||
8457 | plugins/check_radius.c, plugins/check_real.c, plugins/check_snmp.c, | ||
8458 | plugins/check_ssh.c, plugins/check_tcp.c, plugins/check_time.c, | ||
8459 | plugins/check_udp.c, plugins/check_ups.c, plugins/negate.c, | ||
8460 | plugins/popen.c: changed Error: by CRITICAL - more localization | ||
8461 | fixes git-svn-id: | ||
8462 | |||
8463 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@971 f882894a-f735-0410-b71e-b25c423dba1c | ||
8464 | |||
8465 | 2004-12-02 Benoit Mortier <opensides@users.sourceforge.net> | ||
8466 | |||
8467 | * contrib/check_rbl.c: adapted for localization git-svn-id: | ||
8468 | |||
8469 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@970 f882894a-f735-0410-b71e-b25c423dba1c | ||
8470 | |||
8471 | 2004-12-01 Benoit Mortier <opensides@users.sourceforge.net> | ||
8472 | |||
8473 | * plugins/check_by_ssh.c, plugins/check_dig.c, | ||
8474 | plugins/check_disk.c, plugins/check_dns.c, plugins/check_dummy.c, | ||
8475 | plugins/check_fping.c, plugins/check_game.c, plugins/check_hpjd.c, | ||
8476 | plugins/check_http.c, plugins/check_ide-smart.c, | ||
8477 | plugins/check_ldap.c, plugins/check_load.c, plugins/check_mrtg.c, | ||
8478 | plugins/check_mrtgtraf.c, plugins/check_mysql.c, | ||
8479 | plugins/check_nagios.c, plugins/check_nt.c, plugins/check_nwstat.c, | ||
8480 | plugins/check_overcr.c, plugins/check_pgsql.c, | ||
8481 | plugins/check_ping.c, plugins/check_procs.c, | ||
8482 | plugins/check_radius.c, plugins/check_real.c, plugins/check_smtp.c, | ||
8483 | plugins/check_snmp.c, plugins/check_ssh.c, plugins/check_swap.c, | ||
8484 | plugins/check_tcp.c, plugins/check_time.c, plugins/check_udp.c, | ||
8485 | plugins/check_ups.c, plugins/check_users.c, plugins/common.h, | ||
8486 | plugins/getaddrinfo.c, plugins/getaddrinfo.h, | ||
8487 | plugins/gethostbyname.c, plugins/gethostbyname.h, plugins/negate.c, | ||
8488 | plugins/netutils.c, plugins/netutils.h, plugins/popen.c, | ||
8489 | plugins/urlize.c, plugins/utils.c, plugins/utils.h: standardize | ||
8490 | localization string standardize unknow arguments git-svn-id: | ||
8491 | |||
8492 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@969 f882894a-f735-0410-b71e-b25c423dba1c | ||
8493 | |||
8494 | 2004-12-01 Ton Voon <tonvoon@users.sourceforge.net> | ||
8495 | |||
8496 | * doc/RELEASING: Notes on releasing git-svn-id: | ||
8497 | |||
8498 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@968 f882894a-f735-0410-b71e-b25c423dba1c | ||
8499 | |||
8500 | 2004-12-01 Ton Voon <tonvoon@users.sourceforge.net> | ||
8501 | |||
8502 | * configure.in: Next version number git-svn-id: | ||
8503 | |||
8504 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@967 f882894a-f735-0410-b71e-b25c423dba1c | ||
8505 | |||
8506 | 2004-12-01 Ton Voon <tonvoon@users.sourceforge.net> | ||
8507 | |||
8508 | * ChangeLog: Updated for r1_4_0-alpha2 git-svn-id: | ||
8509 | |||
8510 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@965 f882894a-f735-0410-b71e-b25c423dba1c | ||
8511 | |||
8512 | 2004-12-01 Ton Voon <tonvoon@users.sourceforge.net> | ||
8513 | |||
8514 | * tools/devmode: eval not working - instructions now in comments git-svn-id: | ||
8515 | |||
8516 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@964 f882894a-f735-0410-b71e-b25c423dba1c | ||
8517 | |||
8518 | 2004-12-01 Ton Voon <tonvoon@users.sourceforge.net> | ||
8519 | |||
8520 | * plugins-scripts/check_oracle.sh: Fixed pmon process checking from | ||
8521 | a change I made earlier git-svn-id: | ||
8522 | |||
8523 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@963 f882894a-f735-0410-b71e-b25c423dba1c | ||
8524 | |||
8525 | 2004-12-01 Benoit Mortier <opensides@users.sourceforge.net> | ||
8526 | |||
8527 | * plugins/check_by_ssh.c, plugins/check_dig.c, | ||
8528 | plugins/check_disk.c, plugins/check_dns.c, plugins/check_fping.c, | ||
8529 | plugins/check_ssh.c: first pass at standardization of messages for | ||
8530 | the localization git-svn-id: | ||
8531 | |||
8532 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@962 f882894a-f735-0410-b71e-b25c423dba1c | ||
3196 | 8533 | ||
3197 | 2006-08-14 09:04 tonvoon | 8534 | 2004-12-01 Stanley Hopcroft <stanleyhopcroft@users.sourceforge.net> |
3198 | 8535 | ||
3199 | * [r1469] THANKS.in, plugins/check_disk.c: | 8536 | * configure.in: Bryan Loniewski contributed check_jabber plugin |
3200 | Fixed inode percent free output (Mike Emigh - 1531899) | 8537 | (SSL/check_tcp); Eric Chen check_nntps plugin + SSL certficate |
8538 | expiry check [added -D option to check_tcp] git-svn-id: | ||
3201 | 8539 | ||
3202 | 2006-08-14 08:42 tonvoon | 8540 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@961 f882894a-f735-0410-b71e-b25c423dba1c |
3203 | 8541 | ||
3204 | * [r1468] plugins/t/check_ntp.t: | 8542 | 2004-12-01 Stanley Hopcroft <stanleyhopcroft@users.sourceforge.net> |
3205 | Fixed skip of no ntp test | ||
3206 | 8543 | ||
3207 | 2006-08-11 08:26 tonvoon | 8544 | * plugins/netutils.c: 1075725: patch to my_connect() to deal with |
8545 | SEGV if connect fails git-svn-id: | ||
3208 | 8546 | ||
3209 | * [r1467] plugins/check_ntp.c, plugins/t/check_ntp.t: | 8547 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@960 f882894a-f735-0410-b71e-b25c423dba1c |
3210 | Catch no responses from any server (1538341 - nmdias) | ||
3211 | 8548 | ||
3212 | 2006-08-03 08:14 tonvoon | 8549 | 2004-12-01 Stanley Hopcroft <stanleyhopcroft@users.sourceforge.net> |
3213 | 8550 | ||
3214 | * [r1465] tools/tinderbox_build: | 8551 | * plugins/check_tcp.c: 1041571 & 664615: check_tcp with cert check + |
3215 | Interpret the snapshot datestamp as GMT | 8552 | nntps, simap, jabber git-svn-id: |
3216 | 8553 | ||
3217 | 2006-07-31 18:55 harpermann | 8554 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@959 f882894a-f735-0410-b71e-b25c423dba1c |
3218 | 8555 | ||
3219 | * [r1464] plugins/check_nt.c: | 8556 | 2004-12-01 Matthew Kent <mattkent@users.sourceforge.net> |
3220 | Bug: 694259 fix. After consulting with the target service | ||
3221 | authors, we decided to keep the default port as 1248 and add a | ||
3222 | note about other services sometimes using this port and | ||
3223 | suggesting to change the port. Closing bug. | ||
3224 | 8557 | ||
3225 | 2006-07-31 14:09 tonvoon | 8558 | * contrib/check_nmap.py: Small fix from David Rippel (996800) for |
8559 | newer versions of nmap git-svn-id: | ||
3226 | 8560 | ||
3227 | * [r1463] doc/developer-guidelines.sgml: | 8561 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@958 f882894a-f735-0410-b71e-b25c423dba1c |
3228 | M4 requirement for developer platform | ||
3229 | 8562 | ||
3230 | 2006-07-29 01:43 tonvoon | 8563 | 2004-12-01 Matthew Kent <mattkent@users.sourceforge.net> |
3231 | 8564 | ||
3232 | * [r1462] plugins-root/check_dhcp.c, plugins/common.h: | 8565 | * plugins-scripts/check_oracle.sh: Perf data and other improvements |
3233 | Fix two Solaris compile problems | 8566 | by Florian Gleixner (1027787) git-svn-id: |
3234 | 8567 | ||
3235 | 2006-07-29 00:04 tonvoon | 8568 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@957 f882894a-f735-0410-b71e-b25c423dba1c |
3236 | 8569 | ||
3237 | * [r1461] po/POTFILES.in: | 8570 | 2004-11-30 Benoit Mortier <opensides@users.sourceforge.net> |
3238 | Remove reference to check_udp.c | ||
3239 | 8571 | ||
3240 | 2006-07-28 23:59 tonvoon | 8572 | * po/fr.po: more french translations git-svn-id: |
3241 | 8573 | ||
3242 | * [r1460] configure.in, plugins-scripts/Makefile.am, | 8574 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@956 f882894a-f735-0410-b71e-b25c423dba1c |
3243 | plugins/Makefile.am: | ||
3244 | Cleanup references to old check_udp and INSTALL_OPTS. Error if | ||
3245 | --with-nagios-user or --with-nagios-group specified for configure | ||
3246 | 8575 | ||
3247 | 2006-07-28 22:44 tonvoon | 8576 | 2004-11-30 Ton Voon <tonvoon@users.sourceforge.net> |
3248 | 8577 | ||
3249 | * [r1459] CHANGES, plugins/Makefile.am, plugins/check_udp.c, | 8578 | * plugins/check_ide-smart.c: Capitalized some error messages git-svn-id: |
3250 | plugins/t/check_udp.t: | ||
3251 | check_udp.c deprecated and check_udp now linked to check_tcp. | ||
3252 | check_udp2 removed | ||
3253 | 8579 | ||
3254 | 2006-07-27 11:29 tonvoon | 8580 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@955 f882894a-f735-0410-b71e-b25c423dba1c |
3255 | 8581 | ||
3256 | * [r1458] doc/developer-guidelines.sgml: | 8582 | 2004-11-30 Ton Voon <tonvoon@users.sourceforge.net> |
3257 | Example ranges (Nathan Vonnahme) | ||
3258 | 8583 | ||
3259 | 2006-07-19 23:05 tonvoon | 8584 | * plugins/urlize.c: Updated output to UNKNOWN git-svn-id: |
3260 | 8585 | ||
3261 | * [r1457] THANKS.in, configure.in: | 8586 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@954 f882894a-f735-0410-b71e-b25c423dba1c |
3262 | Stricter autoconf 2.60 rules (Lance Albertson - 1522900) | ||
3263 | 8587 | ||
3264 | 2006-07-19 22:56 tonvoon | 8588 | 2004-11-30 Benoit Mortier <opensides@users.sourceforge.net> |
3265 | 8589 | ||
3266 | * [r1456] plugins/common.h: | 8590 | * po/fr.po: translating fr.po new part git-svn-id: |
3267 | Fix to add uintmax_t, for check_disk.c compile | ||
3268 | 8591 | ||
3269 | 2006-07-19 22:37 tonvoon | 8592 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@953 f882894a-f735-0410-b71e-b25c423dba1c |
3270 | 8593 | ||
3271 | * [r1455] plugins/common.h: | 8594 | 2004-11-29 Ton Voon <tonvoon@users.sourceforge.net> |
3272 | Fix for CHAR_MAX on Solaris 9 | ||
3273 | 8595 | ||
3274 | 2006-07-14 09:47 tonvoon | 8596 | * lib/Makefile.am, lib/exitfail.m4, lib/getopt.m4: Extra files |
8597 | required from coreutils git-svn-id: | ||
3275 | 8598 | ||
3276 | * [r1454] lib/Makefile.am, lib/utils_base.c: | 8599 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@952 f882894a-f735-0410-b71e-b25c423dba1c |
3277 | Missing header files | ||
3278 | 8600 | ||
3279 | 2006-07-14 09:43 tonvoon | 8601 | 2004-11-29 Ton Voon <tonvoon@users.sourceforge.net> |
3280 | 8602 | ||
3281 | * [r1453] plugins/check_disk.c: | 8603 | * SUPPORT: Cleanup and statement re: contrib plugins git-svn-id: |
3282 | Fix inode percents using coreutils' percentage calculation | ||
3283 | technique | ||
3284 | 8604 | ||
3285 | 2006-07-13 23:58 tonvoon | 8605 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@951 f882894a-f735-0410-b71e-b25c423dba1c |
3286 | 8606 | ||
3287 | * [r1452] CHANGES, lib/tests/test_utils.c, lib/utils_base.c, | 8607 | 2004-11-29 Ton Voon <tonvoon@users.sourceforge.net> |
3288 | lib/utils_base.h, lib/utils_disk.c, lib/utils_disk.h, | ||
3289 | plugins/check_disk.c, plugins/t/check_disk.t: | ||
3290 | Major fixes to check_disk. Now should return same data as df | ||
3291 | 8608 | ||
3292 | 2006-07-13 12:50 tonvoon | 8609 | * configure.in: Patches for configure on *BSD (Julien Touche) git-svn-id: |
3293 | 8610 | ||
3294 | * [r1451] Makefile.am, configure.in, lib/Makefile.am, lib/tests, | 8611 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@950 f882894a-f735-0410-b71e-b25c423dba1c |
3295 | lib/tests/.cvsignore, lib/tests/Makefile.am, lib/tests/README, | ||
3296 | lib/tests/test_disk.c, lib/tests/test_disk.t, | ||
3297 | lib/tests/test_utils.c, lib/tests/test_utils.t, | ||
3298 | plugins/Makefile.am, plugins/check_disk.c, plugins/check_dns.c, | ||
3299 | plugins/check_mysql.c, plugins/check_mysql_query.c, | ||
3300 | plugins/tests/.cvsignore, plugins/tests/Makefile.am, | ||
3301 | plugins/tests/README, plugins/tests/test_disk.c, | ||
3302 | plugins/tests/test_disk.t, plugins/tests/test_utils.c, | ||
3303 | plugins/tests/test_utils.t, plugins/utils.c, plugins/utils.h, | ||
3304 | plugins/utils_disk.c, plugins/utils_disk.h: | ||
3305 | Move new util_* functions to lib/ | ||
3306 | 8612 | ||
3307 | 2006-07-13 08:54 tonvoon | 8613 | 2004-11-29 Stanley Hopcroft <stanleyhopcroft@users.sourceforge.net> |
3308 | 8614 | ||
3309 | * [r1450] configure.in, lib/basename.c, lib/dirname.h, | 8615 | * contrib/README.TXT, contrib/rblcheck-dns, contrib/rblcheck-web: |
3310 | m4/basename.m4, m4/dos.m4, m4/np_coreutils.m4, | 8616 | [no log message] |
3311 | plugins/check_procs.c, plugins/utils.c, plugins/utils.h: | ||
3312 | Using coreutils' base_name function because of portability issues | ||
3313 | with Tru64 | ||
3314 | 8617 | ||
3315 | 2006-07-12 22:53 tonvoon | 8618 | 2004-11-29 Matthew Kent <mattkent@users.sourceforge.net> |
3316 | 8619 | ||
3317 | * [r1449] plugins/check_disk.c, plugins/t/check_disk.t, | 8620 | * contrib/check_linux_raid.pl: Better error checking (820806) git-svn-id: |
3318 | plugins/utils_disk.c, plugins/utils_disk.h: | ||
3319 | Added -E option for exact match of filesystem. Restructured main | ||
3320 | filesystem loop. Added extra tests for possible duplicate | ||
3321 | filesystems. | ||
3322 | 8621 | ||
3323 | 2006-07-12 19:30 tonvoon | 8622 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@948 f882894a-f735-0410-b71e-b25c423dba1c |
3324 | 8623 | ||
3325 | * [r1448] plugins/check_disk.c, plugins/tests, | 8624 | 2004-11-29 Benoit Mortier <opensides@users.sourceforge.net> |
3326 | plugins/tests/.cvsignore, plugins/tests/test_disk.c, | ||
3327 | plugins/utils_disk.c, plugins/utils_disk.h: | ||
3328 | Moving parameter_list into utils_disk.h. Given list of mount | ||
3329 | points, can now work out best match or exact match. | ||
3330 | 8625 | ||
3331 | 2006-07-12 12:15 tonvoon | 8626 | * po/fr.po: second version of french .po still 300 ;-) to translate git-svn-id: |
3332 | 8627 | ||
3333 | * [r1447] plugins/Makefile.am, plugins/check_disk.c, | 8628 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@947 f882894a-f735-0410-b71e-b25c423dba1c |
3334 | plugins/tests/Makefile.am, plugins/tests/test_disk.c, | ||
3335 | plugins/tests/test_disk.t, plugins/utils_disk.c, | ||
3336 | plugins/utils_disk.h: | ||
3337 | Moving check_disk functions into utils_disk.c and testing them | ||
3338 | 8629 | ||
3339 | 2006-07-11 12:38 tonvoon | 8630 | 2004-11-28 Benoit Mortier <opensides@users.sourceforge.net> |
3340 | 8631 | ||
3341 | * [r1446] lib/creat-safer.c, lib/dup-safer.c, lib/fcntl--.h, | 8632 | * po/fr.po: first new translation of fr.po git-svn-id: |
3342 | lib/fcntl-safer.h, lib/fd-safer.c, lib/open-safer.c, | ||
3343 | lib/pipe-safer.c, lib/unistd--.h, lib/unistd-safer.h, | ||
3344 | m4/fcntl-safer.m4, m4/np_coreutils.m4, m4/unistd-safer.m4: | ||
3345 | Extra files from coreutils required for getloadavg.c to compile | ||
3346 | on Tru64 (Ciro Iriarte - 1520331) | ||
3347 | 8633 | ||
3348 | 2006-07-10 08:44 tonvoon | 8634 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@946 f882894a-f735-0410-b71e-b25c423dba1c |
3349 | 8635 | ||
3350 | * [r1445] lib/Makefile.am: | 8636 | 2004-11-27 Matthew Kent <mattkent@users.sourceforge.net> |
3351 | Didn't add intprops.h into distribution correctly | ||
3352 | 8637 | ||
3353 | 2006-07-07 06:36 harpermann | 8638 | * plugins/check_ssh.c: Add remote version check (1030269, Daniel |
8639 | Gullin) git-svn-id: | ||
3354 | 8640 | ||
3355 | * [r1444] plugins/urlize.c: | 8641 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@945 f882894a-f735-0410-b71e-b25c423dba1c |
3356 | Added check for two arguments. Was segfaulting if no or one arg. | ||
3357 | Now returns help. | ||
3358 | 8642 | ||
3359 | 2006-07-05 13:45 tonvoon | 8643 | 2004-11-26 Stanley Hopcroft <stanleyhopcroft@users.sourceforge.net> |
3360 | 8644 | ||
3361 | * [r1443] plugins-scripts/check_mailq.pl: | 8645 | * AUTHORS: New plugin/bugfix: tracker 1070929. check_hpjdres git-svn-id: |
3362 | Fixed checking of return codes from external mailq programs | ||
3363 | 8646 | ||
3364 | 2006-07-05 08:55 tonvoon | 8647 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@944 f882894a-f735-0410-b71e-b25c423dba1c |
3365 | 8648 | ||
3366 | * [r1442] tools/tinderbox_build: | 8649 | 2004-11-25 Matthew Kent <mattkent@users.sourceforge.net> |
3367 | Add instructions for manually sending Tinderbox build logs | ||
3368 | 8650 | ||
3369 | 2006-07-05 08:26 tonvoon | 8651 | * plugins/check_disk.c: From old test harness code, make |
8652 | ./check_disk -w 0 -c 0 / valid parameters again git-svn-id: | ||
3370 | 8653 | ||
3371 | * [r1441] lib/Makefile.am, lib/intprops.h: | 8654 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@943 f882894a-f735-0410-b71e-b25c423dba1c |
3372 | Missing intprops.h for Tru64 (Ciro Iriarte - 1517379) | ||
3373 | 8655 | ||
3374 | 2006-07-04 09:47 tonvoon | 8656 | 2004-11-25 Matthew Kent <mattkent@users.sourceforge.net> |
3375 | 8657 | ||
3376 | * [r1440] THANKS.in, m4/alloca.m4, m4/np_coreutils.m4: | 8658 | * plugins/t/check_dns.t, plugins/t/check_http.t, |
3377 | Added alloca.h check and fixed locale.h, wchar.h (Ari Pollak - | 8659 | plugins/t/check_load.t, plugins/t/check_mysql.t, test.pl.in: |
3378 | 1516578) | 8660 | Updating test harness git-svn-id: |
3379 | 8661 | ||
3380 | 2006-07-03 08:03 tonvoon | 8662 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@942 f882894a-f735-0410-b71e-b25c423dba1c |
3381 | 8663 | ||
3382 | * [r1439] plugins/check_dig.c: | 8664 | 2004-11-25 Stanley Hopcroft <stanleyhopcroft@users.sourceforge.net> |
3383 | Fixed -p getopt call (Allan Bennett - 1511650) | ||
3384 | 8665 | ||
3385 | 2006-07-03 07:55 tonvoon | 8666 | * contrib/README.TXT: Removed reference to non existent tar balls |
8667 | (Hopcroft plugins) git-svn-id: | ||
3386 | 8668 | ||
3387 | * [r1438] THANKS.in, lib/c-strtod.c, lib/c-strtod.h, | 8669 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@941 f882894a-f735-0410-b71e-b25c423dba1c |
3388 | lib/c-strtold.c, m4/c-strtod.m4, m4/np_coreutils.m4, | ||
3389 | plugins/Makefile.am: | ||
3390 | Fixed compile on Tru64 5.1b (Ciro Iriarte - 1515435) | ||
3391 | 8670 | ||
3392 | 2006-06-21 11:05 opensides | 8671 | 2004-11-25 Stanley Hopcroft <stanleyhopcroft@users.sourceforge.net> |
3393 | 8672 | ||
3394 | * [r1437] plugins/check_snmp.c, plugins/check_ssh.c: | 8673 | * contrib/check_wins.pl: Non functional tidy ups to check_wins git-svn-id: |
3395 | cleaning help and usage | ||
3396 | 8674 | ||
3397 | 2006-06-21 09:49 opensides | 8675 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@940 f882894a-f735-0410-b71e-b25c423dba1c |
3398 | 8676 | ||
3399 | * [r1436] po/LINGUAS: | 8677 | 2004-11-25 Stanley Hopcroft <stanleyhopcroft@users.sourceforge.net> |
3400 | fixing bug id #1509699 | ||
3401 | 8678 | ||
3402 | 2006-06-20 11:17 opensides | 8679 | * contrib/check_hw.sh: Added /contrib/check_hw.sh by Rok Debevc git-svn-id: |
3403 | 8680 | ||
3404 | * [r1435] plugins/check_procs.c, plugins/check_radius.c, | 8681 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@939 f882894a-f735-0410-b71e-b25c423dba1c |
3405 | plugins/check_real.c, plugins/check_smtp.c, plugins/check_snmp.c, | ||
3406 | plugins/check_ssh.c: | ||
3407 | cleaning help and usage + license | ||
3408 | 8682 | ||
3409 | 2006-06-18 19:36 opensides | 8683 | 2004-11-25 Stanley Hopcroft <stanleyhopcroft@users.sourceforge.net> |
3410 | 8684 | ||
3411 | * [r1434] plugins/check_disk.c, plugins/check_time.c, | 8685 | * contrib/check_sybase: Added /contrib/check_sybase by Simon |
3412 | plugins/check_udp.c, plugins/check_ups.c, plugins/check_users.c, | 8686 | Bellwood git-svn-id: |
3413 | plugins/gethostbyname.c, plugins/gethostbyname.h, | ||
3414 | plugins/negate.c, plugins/netutils.c, plugins/popen.c, | ||
3415 | plugins/runcmd.c, plugins/sslutils.c, plugins/urlize.c, | ||
3416 | plugins/utils.c: | ||
3417 | updating help and usage and license | ||
3418 | 8687 | ||
3419 | 2006-06-17 12:28 opensides | 8688 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@938 f882894a-f735-0410-b71e-b25c423dba1c |
3420 | 8689 | ||
3421 | * [r1433] plugins/check_hpjd.c, plugins/check_nt.c, | 8690 | 2004-11-25 Stanley Hopcroft <stanleyhopcroft@users.sourceforge.net> |
3422 | plugins/check_ntp.c, plugins/check_nwstat.c, | ||
3423 | plugins/check_overcr.c, plugins/check_pgsql.c, | ||
3424 | plugins/check_ping.c, plugins/check_procs.c: | ||
3425 | cleaning up help and usage | ||
3426 | 8691 | ||
3427 | 2006-06-15 12:52 opensides | 8692 | * contrib/check_hprsc.pl: update check_hprsc.pl for Net-SNMP |
8693 | versions >=4 git-svn-id: | ||
3428 | 8694 | ||
3429 | * [r1432] plugins/check_ldap.c, plugins/check_load.c, | 8695 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@937 f882894a-f735-0410-b71e-b25c423dba1c |
3430 | plugins/check_mrtg.c, plugins/check_mysql.c, | ||
3431 | plugins/check_mysql_query.c, plugins/check_nagios.c: | ||
3432 | cleaning help and usage | ||
3433 | 8696 | ||
3434 | 2006-06-15 10:16 opensides | 8697 | 2004-11-24 Ton Voon <tonvoon@users.sourceforge.net> |
3435 | 8698 | ||
3436 | * [r1430] plugins/check_ide_smart.c: | 8699 | * tools/sfsnapshot: Removing build directory after creating |
3437 | cleaning help and usage | 8700 | distribution git-svn-id: |
3438 | 8701 | ||
3439 | 2006-06-14 21:27 opensides | 8702 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@936 f882894a-f735-0410-b71e-b25c423dba1c |
3440 | 8703 | ||
3441 | * [r1427] plugins/check_dns.c, plugins/check_dummy.c, | 8704 | 2004-11-24 Ton Voon <tonvoon@users.sourceforge.net> |
3442 | plugins/check_fping.c, plugins/check_game.c: | ||
3443 | updating the help and usage for localization | ||
3444 | 8705 | ||
3445 | 2006-06-14 19:15 tonvoon | 8706 | * doc/makefile: Added clean git-svn-id: |
3446 | 8707 | ||
3447 | * [r1426] INSTALLING, doc/developer-guidelines.sgml: | 8708 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@935 f882894a-f735-0410-b71e-b25c423dba1c |
3448 | Updated requirements for development platform | ||
3449 | 8709 | ||
3450 | 2006-06-14 18:48 opensides | 8710 | 2004-11-24 Stanley Hopcroft <stanleyhopcroft@users.sourceforge.net> |
3451 | 8711 | ||
3452 | * [r1425] plugins/check_by_ssh.c, plugins/check_dig.c, | 8712 | * plugins/check_hpjd.c: add -OQa to command_line in check_hpjd.c. |
3453 | plugins/check_disk.c: | 8713 | Correct nagiosplug-Bugs-889948, 846329 git-svn-id: |
3454 | starting the BIG locale update ;-) | ||
3455 | 8714 | ||
3456 | 2006-06-07 14:28 seanius | 8715 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@933 f882894a-f735-0410-b71e-b25c423dba1c |
3457 | 8716 | ||
3458 | * [r1418] contrib/check_linux_raid.pl: | 8717 | 2004-11-24 Matthew Kent <mattkent@users.sourceforge.net> |
3459 | some gratuitous whitespace changes, and a fix to the "recovery =" | ||
3460 | detection logic in check_linux_raid.pl | ||
3461 | 8718 | ||
3462 | 2006-06-07 14:23 seanius | 8719 | * plugins/check_nwstat.c: Attempting to fix a reported segfault |
8720 | (1055054) git-svn-id: | ||
3463 | 8721 | ||
3464 | * [r1417] plugins-scripts/utils.pm.in: | 8722 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@932 f882894a-f735-0410-b71e-b25c423dba1c |
3465 | removed stale references to PATH_TO_NTPFOO, as it's no longer | ||
3466 | used. | ||
3467 | 8723 | ||
3468 | 2006-06-07 07:59 tonvoon | 8724 | 2004-11-24 Matthew Kent <mattkent@users.sourceforge.net> |
3469 | 8725 | ||
3470 | * [r1416] plugins-root/Makefile.am: | 8726 | * plugins/check_http.c: Added support for sending port in host |
3471 | Do not install setuid programs unless run as root | 8727 | header (913633) git-svn-id: |
3472 | 8728 | ||
3473 | 2006-06-07 07:18 tonvoon | 8729 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@931 f882894a-f735-0410-b71e-b25c423dba1c |
3474 | 8730 | ||
3475 | * [r1415] plugins-root/Makefile.am, tools/setup: | 8731 | 2004-11-24 Ton Voon <tonvoon@users.sourceforge.net> |
3476 | Fixed two build problems re: libtool and pst3 | ||
3477 | 8732 | ||
3478 | 2006-06-06 16:48 seanius | 8733 | * plugins/check_by_ssh.c, plugins/check_dig.c, |
8734 | plugins/check_disk.c, plugins/check_dns.c, plugins/check_dummy.c, | ||
8735 | plugins/check_fping.c, plugins/check_game.c, plugins/check_hpjd.c, | ||
8736 | plugins/check_http.c, plugins/check_ldap.c, plugins/check_load.c, | ||
8737 | plugins/check_mrtg.c, plugins/check_mrtgtraf.c, | ||
8738 | plugins/check_mysql.c, plugins/check_nwstat.c, | ||
8739 | plugins/check_overcr.c, plugins/check_pgsql.c, | ||
8740 | plugins/check_ping.c, plugins/check_procs.c, | ||
8741 | plugins/check_radius.c, plugins/check_real.c, plugins/check_smtp.c, | ||
8742 | plugins/check_snmp.c, plugins/check_ssh.c, plugins/check_tcp.c, | ||
8743 | plugins/check_time.c, plugins/check_udp.c, plugins/check_ups.c, | ||
8744 | plugins/check_users.c, plugins/negate.c, plugins/urlize.c: Making | ||
8745 | messages more consistent git-svn-id: | ||
3479 | 8746 | ||
3480 | * [r1414] plugins/check_pgsql.c: | 8747 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@930 f882894a-f735-0410-b71e-b25c423dba1c |
3481 | modify the is_pg_dbname() function to allow databases with '-' in | ||
3482 | their name. reference: sf tracker #1500752 | ||
3483 | 8748 | ||
3484 | 2006-06-03 23:06 seanius | 8749 | 2004-11-23 Ton Voon <tonvoon@users.sourceforge.net> |
3485 | 8750 | ||
3486 | * [r1413] configure.in: | 8751 | * plugins/check_by_ssh.c, plugins/check_dns.c, |
3487 | removed the -R for openssl, as it should be figured out | 8752 | plugins/check_hpjd.c, plugins/check_mrtg.c, |
3488 | automatically by libtool and also controlled via the | 8753 | plugins/check_mrtgtraf.c, plugins/check_mysql.c, |
3489 | --enable-rpath/--disable-rpath configure options. furthermore | 8754 | plugins/check_real.c, plugins/check_smtp.c, plugins/check_swap.c, |
3490 | keeping it in forces the rpath option on in spite of what's | 8755 | plugins/check_time.c: Standardising translation texts git-svn-id: |
3491 | passed on the configure line. | ||
3492 | 8756 | ||
3493 | 2006-06-01 22:30 seanius | 8757 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@929 f882894a-f735-0410-b71e-b25c423dba1c |
3494 | 8758 | ||
3495 | * [r1412] contrib/check_linux_raid.pl: | 8759 | 2004-11-23 Ton Voon <tonvoon@users.sourceforge.net> |
3496 | gave some TLC to check_linux_raid | ||
3497 | 8760 | ||
3498 | 2006-05-30 09:55 tonvoon | 8761 | * doc/developer-guidelines.sgml: Guidelines on translated text (Yves |
8762 | Mettier, Simon Bellwood, Andreas Ericsson) git-svn-id: | ||
3499 | 8763 | ||
3500 | * [r1411] configure.in: | 8764 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@928 f882894a-f735-0410-b71e-b25c423dba1c |
3501 | Default to search path for mysql_config | ||
3502 | 8765 | ||
3503 | 2006-05-30 09:39 tonvoon | 8766 | 2004-11-23 Ton Voon <tonvoon@users.sourceforge.net> |
3504 | 8767 | ||
3505 | * [r1410] THANKS.in: | 8768 | * doc/developer-guidelines.sgml: Adding notes on developer and |
3506 | For reporting check_radius compile problem | 8769 | translator access in SF git-svn-id: |
3507 | 8770 | ||
3508 | 2006-05-30 09:19 tonvoon | 8771 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@927 f882894a-f735-0410-b71e-b25c423dba1c |
3509 | 8772 | ||
3510 | * [r1409] ., .cvsignore, config.guess, config.sub, | 8773 | 2004-11-23 Matthew Kent <mattkent@users.sourceforge.net> |
3511 | doc/developer-guidelines.sgml, ltmain.sh: | ||
3512 | Added libtool files, at version 1.5.22, into CVS | ||
3513 | 8774 | ||
3514 | 2006-05-25 17:40 egalstad | 8775 | * AUTHORS: More contributers. git-svn-id: |
3515 | 8776 | ||
3516 | * [r1408] plugins-root/check_dhcp.c: | 8777 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@926 f882894a-f735-0410-b71e-b25c423dba1c |
3517 | Applied patch for responses from helpers/relays, cleaned up | ||
3518 | different coding styles for consistency | ||
3519 | 8778 | ||
3520 | 2006-05-25 16:59 tonvoon | 8779 | 2004-11-23 Matthew Kent <mattkent@users.sourceforge.net> |
3521 | 8780 | ||
3522 | * [r1407] lib/regex.o: | 8781 | * plugins/check_disk.c: Fix integer warning and critical options. |
3523 | Removed unnecessary file | 8782 | Take values from current unit instead of always KB. git-svn-id: |
3524 | 8783 | ||
3525 | 2006-05-25 16:58 tonvoon | 8784 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@925 f882894a-f735-0410-b71e-b25c423dba1c |
3526 | 8785 | ||
3527 | * [r1406] configure.in, lib/Makefile.am, plugins/common.h: | 8786 | 2004-11-23 Stanley Hopcroft <stanleyhopcroft@users.sourceforge.net> |
3528 | Gettext fixes to sync with coreutils | ||
3529 | 8787 | ||
3530 | 2006-05-25 16:53 egalstad | 8788 | * doc/developer-guidelines.sgml: trivial changes to Perl plugin |
8789 | section. git-svn-id: | ||
3531 | 8790 | ||
3532 | * [r1405] plugins-root/check_dhcp.c: | 8791 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@924 f882894a-f735-0410-b71e-b25c423dba1c |
3533 | Fixed short interface name length, UNKNOWN return code (patches | ||
3534 | from tracker) | ||
3535 | 8792 | ||
3536 | 2006-05-25 15:34 tonvoon | 8793 | 2004-11-22 Ton Voon <tonvoon@users.sourceforge.net> |
3537 | 8794 | ||
3538 | * [r1404] plugins/check_http.c, plugins/t/check_http.t: | 8795 | * AUTHORS: More contributors git-svn-id: |
3539 | Option to invert results from a regexp pattern match | ||
3540 | 8796 | ||
3541 | 2006-05-25 12:33 tonvoon | 8797 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@923 f882894a-f735-0410-b71e-b25c423dba1c |
3542 | 8798 | ||
3543 | * [r1403] configure.in, lib, lib/.cvsignore, lib/regcomp.c, | 8799 | 2004-11-22 Ton Voon <tonvoon@users.sourceforge.net> |
3544 | lib/regex.c, lib/regex.h, lib/regex.o, lib/regex_internal.c, | ||
3545 | lib/regex_internal.h, lib/regexec.c, lib/strcase.h, m4, | ||
3546 | m4/.cvsignore, m4/np_coreutils.m4, m4/regex.m4, m4/restrict.m4, | ||
3547 | plugins/check_apt.c, plugins/check_http.c, plugins/check_smtp.c, | ||
3548 | plugins/check_snmp.c: | ||
3549 | Use coreutils' regexp libraries, so regexp always available now | ||
3550 | 8800 | ||
3551 | 2006-05-25 12:13 tonvoon | 8801 | * plugins/check_nt.c: Fixed some messages that should not be |
8802 | translated (Benoit Mortier) git-svn-id: | ||
3552 | 8803 | ||
3553 | * [r1402] m4/ls-mntd-fs.m4: | 8804 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@922 f882894a-f735-0410-b71e-b25c423dba1c |
3554 | Sync with coreutils 5.96 | ||
3555 | 8805 | ||
3556 | 2006-05-24 12:48 tonvoon | 8806 | 2004-11-21 Matthew Kent <mattkent@users.sourceforge.net> |
3557 | 8807 | ||
3558 | * [r1401] THANKS.in, configure.in: | 8808 | * plugins/check_mysql.c: Patch from Nathan Shafer to add replication |
3559 | Fix for mysql 3.x (Jeremy Reed, Michael Tiernan - 1491936) | 8809 | slave check (1006777) git-svn-id: |
3560 | 8810 | ||
3561 | 2006-05-24 09:23 tonvoon | 8811 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@920 f882894a-f735-0410-b71e-b25c423dba1c |
3562 | 8812 | ||
3563 | * [r1400] doc/developer-guidelines.sgml: | 8813 | 2004-11-20 Matthew Kent <mattkent@users.sourceforge.net> |
3564 | Reminder of no inline variable declarations | ||
3565 | 8814 | ||
3566 | 2006-05-24 09:05 tonvoon | 8815 | * AUTHORS: Oops, forgot one. git-svn-id: |
3567 | 8816 | ||
3568 | * [r1399] plugins/check_snmp.c: | 8817 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@919 f882894a-f735-0410-b71e-b25c423dba1c |
3569 | Variables need to be declared at top of code for better | ||
3570 | portability (Gerhard Lausser) | ||
3571 | 8818 | ||
3572 | 2006-05-19 21:41 tonvoon | 8819 | 2004-11-20 Matthew Kent <mattkent@users.sourceforge.net> |
3573 | 8820 | ||
3574 | * [r1398] configure.in, doc/developer-guidelines.sgml: | 8821 | * AUTHORS: More contributers. git-svn-id: |
3575 | Requirement of automake 1.8.3, as coreutils needs it | ||
3576 | 8822 | ||
3577 | 2006-05-19 21:30 tonvoon | 8823 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@918 f882894a-f735-0410-b71e-b25c423dba1c |
3578 | 8824 | ||
3579 | * [r1397] ., .cvsignore, config.rpath, mkinstalldirs, po, | 8825 | 2004-11-20 Matthew Kent <mattkent@users.sourceforge.net> |
3580 | po/.cvsignore, po/remove-potcdate.sin: | ||
3581 | Adding more required files from gettext | ||
3582 | 8826 | ||
3583 | 2006-05-18 23:17 tonvoon | 8827 | * contrib/check_linux_raid.pl: Fix always reading status from the |
8828 | last line (1045506) git-svn-id: | ||
3584 | 8829 | ||
3585 | * [r1396] tools/setup: | 8830 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@917 f882894a-f735-0410-b71e-b25c423dba1c |
3586 | Bug in Makefile.am creation | ||
3587 | 8831 | ||
3588 | 2006-05-18 23:09 tonvoon | 8832 | 2004-11-20 Matthew Kent <mattkent@users.sourceforge.net> |
3589 | 8833 | ||
3590 | * [r1395] ., .cvsignore, ABOUT-NLS, m4/Makefile.am, | 8834 | * plugins/check_ping.c: New output format reported by pumuckel1980 |
3591 | m4/Makefile.am.in, po, po/.cvsignore, po/Makefile.in.in, | 8835 | (946857) git-svn-id: |
3592 | tools/setup: | ||
3593 | Fixes from coreutils sync: some files now required and removed | ||
3594 | generateable files | ||
3595 | 8836 | ||
3596 | 2006-05-18 22:05 tonvoon | 8837 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@916 f882894a-f735-0410-b71e-b25c423dba1c |
3597 | 8838 | ||
3598 | * [r1394] ., .cvsignore, Makefile.am, configure.in, | 8839 | 2004-11-20 Matthew Kent <mattkent@users.sourceforge.net> |
3599 | doc/developer-guidelines.sgml, lib/Makefile.am, lib/cloexec.c, | ||
3600 | lib/cloexec.h, lib/error.c, lib/error.h, lib/exit.h, | ||
3601 | lib/exitfail.c, lib/exitfail.h, lib/fsusage.c, lib/fsusage.h, | ||
3602 | lib/full-read.c, lib/full-read.h, lib/full-write.c, | ||
3603 | lib/full-write.h, lib/getloadavg.c, lib/getopt.c, lib/getopt.h, | ||
3604 | lib/getopt1.c, lib/getopt_.h, lib/getopt_int.h, lib/gettext.h, | ||
3605 | lib/malloc.c, lib/mountlist.c, lib/mountlist.h, lib/realloc.c, | ||
3606 | lib/safe-read.c, lib/safe-read.h, lib/safe-write.c, | ||
3607 | lib/safe-write.h, lib/stdbool_.h, lib/strtod.c, | ||
3608 | lib/unlocked-io.h, lib/xalloc-die.c, lib/xalloc.h, lib/xmalloc.c, | ||
3609 | m4, m4/.cvsignore, m4/Makefile.am, m4/afs.m4, m4/codeset.m4, | ||
3610 | m4/error.m4, m4/exitfail.m4, m4/extensions.m4, m4/fstypename.m4, | ||
3611 | m4/fsusage.m4, m4/getopt.m4, m4/gettext.m4, m4/glibc21.m4, | ||
3612 | m4/iconv.m4, m4/intdiv0.m4, m4/inttypes-pri.m4, m4/inttypes.m4, | ||
3613 | m4/inttypes_h.m4, m4/isc-posix.m4, m4/lcmessage.m4, m4/lib-ld.m4, | ||
3614 | m4/lib-link.m4, m4/lib-prefix.m4, m4/longdouble.m4, | ||
3615 | m4/longlong.m4, m4/ls-mntd-fs.m4, m4/malloc.m4, m4/mountlist.m4, | ||
3616 | m4/nls.m4, m4/np_coreutils.m4, m4/onceonly.m4, | ||
3617 | m4/onceonly_2_57.m4, m4/po.m4, m4/progtest.m4, m4/realloc.m4, | ||
3618 | m4/signed.m4, m4/stdbool.m4, m4/stdint_h.m4, m4/uintmax_t.m4, | ||
3619 | m4/ulonglong.m4, m4/unlocked-io.m4, m4/wchar_t.m4, m4/wint_t.m4, | ||
3620 | m4/xalloc.m4, plugins, plugins-root, plugins-root/.cvsignore, | ||
3621 | plugins-root/check_dhcp.c, plugins/.cvsignore, | ||
3622 | plugins/check_disk.c, plugins/common.h, plugins/tests, | ||
3623 | plugins/tests/.cvsignore, po, po/.cvsignore, tools/setup: | ||
3624 | Synchronise with coreutils 2.95. Gettext now synced with | ||
3625 | coreutils, so no longer development platform requirement | ||
3626 | 8840 | ||
3627 | 2006-05-17 10:10 tonvoon | 8841 | * plugins/check_http.c: Bit of cleanup, fix verbose output. git-svn-id: |
3628 | 8842 | ||
3629 | * [r1393] configure.in: | 8843 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@915 f882894a-f735-0410-b71e-b25c423dba1c |
3630 | Fix for loading SSL libraries at runtime | ||
3631 | 8844 | ||
3632 | 2006-05-17 08:56 tonvoon | 8845 | 2004-11-20 Ton Voon <tonvoon@users.sourceforge.net> |
3633 | 8846 | ||
3634 | * [r1392] configure.in, plugins-root/Makefile.am: | 8847 | * configure.in: Fixed va_copy problem on AIX by copying samba's |
3635 | Fix compile problems on Solaris for pst3 and ssl libs | 8848 | configure.in git-svn-id: |
3636 | 8849 | ||
3637 | 2006-05-15 13:20 tonvoon | 8850 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@914 f882894a-f735-0410-b71e-b25c423dba1c |
3638 | 8851 | ||
3639 | * [r1391] CHANGES, contrib/check_disk_snmp.pl: | 8852 | 2004-11-19 Ton Voon <tonvoon@users.sourceforge.net> |
3640 | check_disk_snmp.pl removed. Notice added to CHANGES | ||
3641 | 8853 | ||
3642 | 2006-05-15 13:07 tonvoon | 8854 | * CODING: Added perl coding guidelines, from Programming Perl book |
8855 | (Andreas Ericsson) git-svn-id: | ||
3643 | 8856 | ||
3644 | * [r1390] tools/sfsnapshot: | 8857 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@913 f882894a-f735-0410-b71e-b25c423dba1c |
3645 | Changed snapshot generator due to cvs changes on SF | ||
3646 | 8858 | ||
3647 | 2006-05-03 14:12 tonvoon | 8859 | 2004-11-19 Ton Voon <tonvoon@users.sourceforge.net> |
3648 | 8860 | ||
3649 | * [r1389] doc/LEAVERS: | 8861 | * lib/getloadavg.m4: I think getloadavg.m4 is no longer required (as |
3650 | Leavers process documented | 8862 | autoconf has built-in function) git-svn-id: |
3651 | 8863 | ||
3652 | 2006-05-02 08:30 tonvoon | 8864 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@912 f882894a-f735-0410-b71e-b25c423dba1c |
3653 | 8865 | ||
3654 | * [r1388] plugins/check_disk.c: | 8866 | 2004-11-19 Ton Voon <tonvoon@users.sourceforge.net> |
3655 | Inode thresholds not always being initialised (James Fidell - | ||
3656 | 1476457) | ||
3657 | 8867 | ||
3658 | 2006-05-02 08:21 tonvoon | 8868 | * lib/Makefile.am: Removed getloadavg.m4 (built-in function in |
8869 | autoconf) and added cloexec.[hc] for getloadavg.c git-svn-id: | ||
3659 | 8870 | ||
3660 | * [r1387] CHANGES: | 8871 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@911 f882894a-f735-0410-b71e-b25c423dba1c |
3661 | New check_ntp and check_apt plugins by Sean | ||
3662 | 8872 | ||
3663 | 2006-05-01 21:52 seanius | 8873 | 2004-11-19 Ton Voon <tonvoon@users.sourceforge.net> |
3664 | 8874 | ||
3665 | * [r1386] configure.in, plugins-scripts/Makefile.am, | 8875 | * lib/cloexec.c, lib/cloexec.h: Files required for getloadavg.c git-svn-id: |
3666 | plugins/Makefile.am, plugins/check_ntp.c, plugins/common.h, | ||
3667 | plugins/runcmd.c: | ||
3668 | - check_ntp: - now roughly feature-complete. - various bugfixes, | ||
3669 | esp. offset calculation. - enhanced the asynchronous offset | ||
3670 | polling to set requests that haven't recieved a response in >= 1 | ||
3671 | second to stale and retransmit them, which results in much better | ||
3672 | performance on unreliable networks. - we only spend timeout/2 | ||
3673 | seconds polling offsets, and if we don't get everything by that | ||
3674 | point we work with what we have and set status to | ||
3675 | warning/critical depending on how much data we have. - set the | ||
3676 | same defaults as the perl script. - commit changes to | ||
3677 | configure.in to support automatic building of check_apt (if | ||
3678 | apt-get is installed and regex libraries available) and check_ntp | ||
3679 | (unconditionally), now defaulting to check_ntp.c instead of the | ||
3680 | perl script. if this is an issue we can back out the commit of | ||
3681 | course. an eye should be kept on check_ntp building and running | ||
3682 | correctly in different environments, esp. 64-bit and big-endian | ||
3683 | platforms, and those with more "esoteric" API's (do any of the | ||
3684 | platforms not have poll()?). - similar changes to Makefile.am's. | ||
3685 | - common.h: add statement to include sys/poll.h - runcmd.c: exit | ||
3686 | STATE_UNKNOWN if execve() fails. | ||
3687 | 8876 | ||
3688 | 2006-04-28 15:52 tonvoon | 8877 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@910 f882894a-f735-0410-b71e-b25c423dba1c |
3689 | 8878 | ||
3690 | * [r1385] configure.in: | 8879 | 2004-11-19 Matthew Kent <mattkent@users.sourceforge.net> |
3691 | Remove stupid error where pst3 was always compiled | ||
3692 | 8880 | ||
3693 | 2006-04-28 08:45 tonvoon | 8881 | * plugins-scripts/check_ntp.pl: Fix incorrectly labelled units in |
8882 | output (1025905, Jason Martin) git-svn-id: | ||
3694 | 8883 | ||
3695 | * [r1384] configure.in, plugins-root/Makefile.am: | 8884 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@909 f882894a-f735-0410-b71e-b25c423dba1c |
3696 | Added pst3 into distribution (Jason Kau - 1476451) | ||
3697 | 8885 | ||
3698 | 2006-04-27 13:25 tonvoon | 8886 | 2004-11-19 Matthew Kent <mattkent@users.sourceforge.net> |
3699 | 8887 | ||
3700 | * [r1383] configure.in, plugins/check_procs.c, | 8888 | * plugins/check_procs.c: Enabling timeout flag (1010097, Jason |
3701 | plugins/tests/test_utils.c, plugins/utils.c, plugins/utils.h: | 8889 | Martin) git-svn-id: |
3702 | Internal version of basename if one not found in system | ||
3703 | 8890 | ||
3704 | 2006-04-19 09:33 tonvoon | 8891 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@908 f882894a-f735-0410-b71e-b25c423dba1c |
3705 | 8892 | ||
3706 | * [r1382] plugins/t/check_nagios.t: | 8893 | 2004-11-19 Matthew Kent <mattkent@users.sourceforge.net> |
3707 | Fix check_nagios tests on MacOSX 10.4 | ||
3708 | 8894 | ||
3709 | 2006-04-19 03:47 sghosh | 8895 | * plugins/check_http.c: Make -L notice ssl use to output a proper |
8896 | href (1035234, Abid Rasheed) git-svn-id: | ||
3710 | 8897 | ||
3711 | * [r1380] ChangeLog: | 8898 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@907 f882894a-f735-0410-b71e-b25c423dba1c |
3712 | ChangeLog update - release pending | ||
3713 | 8899 | ||
3714 | 2006-04-19 03:42 sghosh | 8900 | 2004-11-19 Matthew Kent <mattkent@users.sourceforge.net> |
3715 | 8901 | ||
3716 | * [r1379] configure.in, package.def: | 8902 | * plugins/check_smtp.c: Change unit from 'us' to 's' to match other |
3717 | version update - release pending | 8903 | core plugins for simplicity. git-svn-id: |
3718 | 8904 | ||
3719 | 2006-04-17 21:08 opensides | 8905 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@906 f882894a-f735-0410-b71e-b25c423dba1c |
3720 | 8906 | ||
3721 | * [r1378] po/fr.po: | 8907 | 2004-11-19 Ton Voon <tonvoon@users.sourceforge.net> |
3722 | Final commit of fr.po | ||
3723 | 8908 | ||
3724 | 2006-04-17 13:54 opensides | 8909 | * AUTHORS: - More great contributors... git-svn-id: |
3725 | 8910 | ||
3726 | * [r1377] po/fr.po: | 8911 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@905 f882894a-f735-0410-b71e-b25c423dba1c |
3727 | another big chunk of fr.po | ||
3728 | |||
3729 | Still 20 to go ;) | ||
3730 | 8912 | ||
3731 | 2006-04-16 14:24 opensides | 8913 | 2004-11-19 Ton Voon <tonvoon@users.sourceforge.net> |
3732 | 8914 | ||
3733 | * [r1376] po/fr.po: | 8915 | * plugins/check_http.c: Options for User Agent string and extra |
3734 | big revision of po file for 1.4.3 | 8916 | headers (Ibere Tizio) git-svn-id: |
3735 | 8917 | ||
3736 | 2006-04-15 10:46 opensides | 8918 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@904 f882894a-f735-0410-b71e-b25c423dba1c |
3737 | 8919 | ||
3738 | * [r1375] po/fr.po: | 8920 | 2004-11-18 Ton Voon <tonvoon@users.sourceforge.net> |
3739 | second part of fr.po updating | ||
3740 | 8921 | ||
3741 | 2006-04-14 22:44 opensides | 8922 | * configure.in: Remove unnecessary CPPFLAGS for openssl (Lutz Behnke |
8923 | - 686476) git-svn-id: | ||
3742 | 8924 | ||
3743 | * [r1374] po/de.po, po/fr.po, po/nagios-plugins.pot: | 8925 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@903 f882894a-f735-0410-b71e-b25c423dba1c |
3744 | updated pot file sarted updating fr.po for nagios 1.4.3 | ||
3745 | 8926 | ||
3746 | 2006-04-12 10:00 seanius | 8927 | 2004-11-18 Ton Voon <tonvoon@users.sourceforge.net> |
3747 | 8928 | ||
3748 | * [r1373] plugins/check_ntp.c: | 8929 | * plugins/check_tcp.c: Enhance SSL initialization problems (Phil |
3749 | the offset_requests are now parallelized. still stuff needs to be | 8930 | Dibowitz - 1055120) git-svn-id: |
3750 | done (conveniently marked with XXX), but on well behaving | ||
3751 | networks the plugin should behave more or less identical to | ||
3752 | check_ntp.pl now. | ||
3753 | 8931 | ||
3754 | 2006-04-12 06:33 seanius | 8932 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@902 f882894a-f735-0410-b71e-b25c423dba1c |
3755 | 8933 | ||
3756 | * [r1372] plugins/check_ntp.c: | 8934 | 2004-11-18 Matthew Kent <mattkent@users.sourceforge.net> |
3757 | added a currently unused but "good for reference" version of | ||
3758 | offset_request which attempts to behave more like ntpdate, but | ||
3759 | this doesn't yet and the code isn't actually used yet. | ||
3760 | 8935 | ||
3761 | 2006-04-11 23:24 seanius | 8936 | * plugins/check_smtp.c: Go critical on no route to host instead of |
8937 | warning (934025) git-svn-id: | ||
3762 | 8938 | ||
3763 | * [r1371] plugins/check_ntp.c: | 8939 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@901 f882894a-f735-0410-b71e-b25c423dba1c |
3764 | another big code-commit to check_ntp. jitter calculations now | ||
3765 | work, and the program is becoming much closer on the | ||
3766 | packet-for-packet level to how check_ntp.pl behaves. i'll send an | ||
3767 | email in the morning :) | ||
3768 | 8940 | ||
3769 | 2006-04-06 10:08 tonvoon | 8941 | 2004-11-18 Ton Voon <tonvoon@users.sourceforge.net> |
3770 | 8942 | ||
3771 | * [r1370] THANKS.in, plugins/utils.c: | 8943 | * tools/setup: Use copy of tools for consistency if building on |
3772 | Stop coredump on Solaris if arg not specified (Jason Kau - | 8944 | different platforms from shared source git-svn-id: |
3773 | 1465288) | ||
3774 | 8945 | ||
3775 | 2006-04-05 08:11 tonvoon | 8946 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@900 f882894a-f735-0410-b71e-b25c423dba1c |
3776 | 8947 | ||
3777 | * [r1369] CHANGES: | 8948 | 2004-11-17 Ton Voon <tonvoon@users.sourceforge.net> |
3778 | Notice added re: check_udp in next release | ||
3779 | 8949 | ||
3780 | 2006-04-05 08:06 tonvoon | 8950 | * plugins/check_tcp.c: Ignore output from tcp port (949070 - |
8951 | Jan-Piet Mens) git-svn-id: | ||
3781 | 8952 | ||
3782 | * [r1368] plugins/check_procs.c: | 8953 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@899 f882894a-f735-0410-b71e-b25c423dba1c |
3783 | Use pid_t for pids (1463853) | ||
3784 | 8954 | ||
3785 | 2006-04-05 07:58 tonvoon | 8955 | 2004-11-17 Ton Voon <tonvoon@users.sourceforge.net> |
3786 | 8956 | ||
3787 | * [r1367] plugins/check_http.c, plugins/t/check_http.t: | 8957 | * plugins/check_http.c: --no-body and --max-age options (949521 - |
3788 | Allow multiple -k parameters (Gerd Mueller - 1457726) | 8958 | Jamie Zawinski) git-svn-id: |
3789 | 8959 | ||
3790 | 2006-04-05 06:58 seanius | 8960 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@898 f882894a-f735-0410-b71e-b25c423dba1c |
3791 | 8961 | ||
3792 | * [r1366] plugins/check_apt.c: | 8962 | 2004-11-17 Ton Voon <tonvoon@users.sourceforge.net> |
3793 | finally??? cvs works again???? let me dig up my week-old cvs | ||
3794 | commit message..... | ||
3795 | |||
3796 | i'm becoming very happy with check_apt now :) - now has support | ||
3797 | for an externally (configure.in) path to apt-get, though i still | ||
3798 | have that in #ifdefs for the time being. - support for defining | ||
3799 | what packages are "critical updates", via the already-existing | ||
3800 | security regexp or overridable on the cmdline - allow overriding | ||
3801 | of apt-get cmdline options - introduce a "no upgrade" in case | ||
3802 | someone just wants to check that they can download the package | ||
3803 | lists with -u but not check for upgrades. might need to change | ||
3804 | the name of this option to prevent confusion. - improved -h | ||
3805 | documentation | ||
3806 | 8963 | ||
3807 | 2006-03-29 16:33 tonvoon | 8964 | * doc/developer-guidelines.sgml: Added section on using Sourceforge, |
8965 | mainly for administrators git-svn-id: | ||
3808 | 8966 | ||
3809 | * [r1365] THANKS.in, plugins/check_tcp.c, | 8967 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@897 f882894a-f735-0410-b71e-b25c423dba1c |
3810 | plugins/tests/test_utils.c, plugins/utils.c, plugins/utils.h: | ||
3811 | New function to for escaped strings from command line for | ||
3812 | send/quit. Adapted from Sebastian Wiesinger's patch (1292404) | ||
3813 | 8968 | ||
3814 | 2006-03-29 15:30 tonvoon | 8969 | 2004-11-12 Ton Voon <tonvoon@users.sourceforge.net> |
3815 | 8970 | ||
3816 | * [r1364] NPTest.pm: | 8971 | * tools/update_coreutils: Tool to pull newer coreutil libs into |
3817 | Will die if signal received from a testCmd | 8972 | nagiosplug's lib directory git-svn-id: |
3818 | 8973 | ||
3819 | 2006-03-29 14:37 tonvoon | 8974 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@896 f882894a-f735-0410-b71e-b25c423dba1c |
3820 | 8975 | ||
3821 | * [r1363] plugins/t/check_udp.t: | 8976 | 2004-11-12 Ton Voon <tonvoon@users.sourceforge.net> |
3822 | Allow 1 second delay in check_udp timeout | ||
3823 | 8977 | ||
3824 | 2006-03-29 08:18 tonvoon | 8978 | * lib/Makefile.am, lib/error.c, lib/error.h, lib/error.m4, |
8979 | lib/exit.h, lib/exitfail.c, lib/exitfail.h, lib/fsusage.c, | ||
8980 | lib/fsusage.h, lib/fsusage.m4, lib/full-read.h, lib/getloadavg.c, | ||
8981 | lib/getopt.c, lib/getopt.h, lib/getopt1.c, lib/gettext.h, | ||
8982 | lib/ls-mntd-fs.m4, lib/malloc.c, lib/mountlist.c, lib/mountlist.h, | ||
8983 | lib/onceonly.m4, lib/realloc.c, lib/snprintf.c, lib/strtod.c, | ||
8984 | lib/unlocked-io.h, lib/unlocked-io.m4, lib/xalloc.h, lib/xalloc.m4, | ||
8985 | lib/xmalloc.c, lib/xstrdup.c, plugins/check_disk.c, po/de.po, | ||
8986 | po/fr.po: Update to using coreutils 5.2.1 libraries and snprintf.c | ||
8987 | from samba 3.0.8 git-svn-id: | ||
3825 | 8988 | ||
3826 | * [r1362] plugins/t/check_http.t: | 8989 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@895 f882894a-f735-0410-b71e-b25c423dba1c |
3827 | Fix possible timeout issue on hostname_invalid | ||
3828 | 8990 | ||
3829 | 2006-03-29 08:13 tonvoon | 8991 | 2004-09-07 Ton Voon <tonvoon@users.sourceforge.net> |
3830 | 8992 | ||
3831 | * [r1361] plugins/t/check_dns.t: | 8993 | * doc/developer-guidelines.sgml: Clarity based on comments by Ben |
3832 | Fix test if response time is one second | 8994 | Clewett git-svn-id: |
3833 | 8995 | ||
3834 | 2006-03-29 08:01 seanius | 8996 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@894 f882894a-f735-0410-b71e-b25c423dba1c |
3835 | 8997 | ||
3836 | * [r1360] plugins/check_apt.c: | 8998 | 2004-08-23 Ton Voon <tonvoon@users.sourceforge.net> |
3837 | now support for detecting critical/security updates, which sets | ||
3838 | the return code to STATE_CRITICAL instead of just STATE_WARNING | ||
3839 | as it was previously doing. | ||
3840 | 8999 | ||
3841 | 2006-03-27 08:39 tonvoon | 9000 | * AUTHORS: For patch to check_nt git-svn-id: |
3842 | 9001 | ||
3843 | * [r1359] plugins/t/check_udp.t: | 9002 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@893 f882894a-f735-0410-b71e-b25c423dba1c |
3844 | Set timeout within nc, rather than the test script | ||
3845 | 9003 | ||
3846 | 2006-03-27 08:19 tonvoon | 9004 | 2004-08-23 Ton Voon <tonvoon@users.sourceforge.net> |
3847 | 9005 | ||
3848 | * [r1358] plugins/check_disk.c: | 9006 | * plugins/check_nt.c: Restore divisor for memory size reported by |
3849 | Fixed bug with malloc of wrong size | 9007 | Windows. Also, implements warning and critical levels for |
9008 | performance counters. (Paulo Afonso Graner Fessel) git-svn-id: | ||
3850 | 9009 | ||
3851 | 2006-03-24 17:26 tonvoon | 9010 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@892 f882894a-f735-0410-b71e-b25c423dba1c |
3852 | 9011 | ||
3853 | * [r1357] plugins/t/check_dns.t: | 9012 | 2004-08-23 Ton Voon <tonvoon@users.sourceforge.net> |
3854 | Fixing defaults to work | ||
3855 | 9013 | ||
3856 | 2006-03-24 16:49 tonvoon | 9014 | * configure.in, plugins/check_swap.c, plugins/common.h: Using |
9015 | swapctl for Solaris, Tru64 and *BSD (Sean Finney) git-svn-id: | ||
3857 | 9016 | ||
3858 | * [r1356] CHANGES: | 9017 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@891 f882894a-f735-0410-b71e-b25c423dba1c |
3859 | Reintroduced --with-mysql configure option. Note about SSL | ||
3860 | cleanup | ||
3861 | 9018 | ||
3862 | 2006-03-24 16:25 tonvoon | 9019 | 2004-08-19 Ton Voon <tonvoon@users.sourceforge.net> |
3863 | 9020 | ||
3864 | * [r1355] plugins/check_http.c: | 9021 | * configure.in, plugins/check_swap.c, plugins/common.h: Patch for |
3865 | -C now implies -S/--ssl as well | 9022 | tru64 using swapctl calls (Sean Finney) git-svn-id: |
3866 | 9023 | ||
3867 | 2006-03-24 16:13 tonvoon | 9024 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@890 f882894a-f735-0410-b71e-b25c423dba1c |
3868 | 9025 | ||
3869 | * [r1354] plugins/t/check_hpjd.t, plugins/t/check_http.t: | 9026 | 2004-08-18 Ton Voon <tonvoon@users.sourceforge.net> |
3870 | Tests converted to new style | ||
3871 | 9027 | ||
3872 | 2006-03-24 16:12 tonvoon | 9028 | * AUTHORS: Another day's work... git-svn-id: |
3873 | 9029 | ||
3874 | * [r1353] plugins/check_tcp.c, plugins/t/check_udp.t: | 9030 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@889 f882894a-f735-0410-b71e-b25c423dba1c |
3875 | udp checks require and send and receive option. Tests updated so | ||
3876 | if nc is available, will check send and receive working correctly | ||
3877 | 9031 | ||
3878 | 2006-03-23 22:58 seanius | 9032 | 2004-08-18 Ton Voon <tonvoon@users.sourceforge.net> |
3879 | 9033 | ||
3880 | * [r1352] plugins/check_apt.c: | 9034 | * plugins/check_dig.c: Checks different record types and checks |
3881 | - addition of include/exclude option for package names in | 9035 | against an expected address (Bill Kunkel) git-svn-id: |
3882 | check_apt, using POSIX regexp support. - various commenting and | ||
3883 | tidying of code/logic/output. - still haven't committed the | ||
3884 | Makefile.am/configure.in stuff. | ||
3885 | 9036 | ||
3886 | 2006-03-23 17:16 tonvoon | 9037 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@888 f882894a-f735-0410-b71e-b25c423dba1c |
3887 | 9038 | ||
3888 | * [r1351] NPTest.pm, plugins/check_disk.c, plugins/t/check_disk.t: | 9039 | 2004-08-18 Ton Voon <tonvoon@users.sourceforge.net> |
3889 | check_disk now errors if a specified directory does not exist (cf | ||
3890 | df /foo) | ||
3891 | 9040 | ||
3892 | 2006-03-23 16:06 tonvoon | 9041 | * configure.in: Support for check_swap on NetBSD/OpenBSD (Sean |
9042 | Finney) git-svn-id: | ||
3893 | 9043 | ||
3894 | * [r1350] plugins/t/check_disk.t: | 9044 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@887 f882894a-f735-0410-b71e-b25c423dba1c |
3895 | Some versions of Test::More do not like the m#foo# syntax | ||
3896 | 9045 | ||
3897 | 2006-03-23 12:01 tonvoon | 9046 | 2004-08-18 Ton Voon <tonvoon@users.sourceforge.net> |
3898 | 9047 | ||
3899 | * [r1349] NPTest.pm, plugins/check_disk.c, plugins/t/check_disk.t: | 9048 | * plugins-scripts/check_oracle.sh: More specific test for sid (Paul |
3900 | Incorrect output when checking non-existent disk (John Rouillard | 9049 | Allen) git-svn-id: |
3901 | - 1326050) | ||
3902 | 9050 | ||
3903 | 2006-03-23 00:01 seanius | 9051 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@886 f882894a-f735-0410-b71e-b25c423dba1c |
3904 | 9052 | ||
3905 | * [r1348] plugins/check_apt.c: | 9053 | 2004-08-18 Ton Voon <tonvoon@users.sourceforge.net> |
3906 | more work on check_apt. more graceful error handling and | ||
3907 | information reporting, a couple new cmdline options. still not | ||
3908 | quite ready for prime-time, maybe tomorrow :) | ||
3909 | 9054 | ||
3910 | 2006-03-22 17:32 tonvoon | 9055 | * plugins/check_disk.c: Fixed perfdata so that shows amount used |
9056 | (Garry Cook) git-svn-id: | ||
3911 | 9057 | ||
3912 | * [r1347] REQUIREMENTS, configure.in: | 9058 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@885 f882894a-f735-0410-b71e-b25c423dba1c |
3913 | Reinstated --with-mysql option | ||
3914 | 9059 | ||
3915 | 2006-03-22 16:45 tonvoon | 9060 | 2004-08-18 Ton Voon <tonvoon@users.sourceforge.net> |
3916 | 9061 | ||
3917 | * [r1346] plugins/check_dns.c, plugins/t/check_dns.t: | 9062 | * plugins-scripts/check_ifstatus.pl: Perfdata corrected (Garry Cook) git-svn-id: |
3918 | Added warning and critical response times (John Rouillard - | ||
3919 | 1343159) | ||
3920 | 9063 | ||
3921 | 2006-03-22 15:45 tonvoon | 9064 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@884 f882894a-f735-0410-b71e-b25c423dba1c |
3922 | 9065 | ||
3923 | * [r1345] plugins/t/check_pop.t: | 9066 | 2004-08-18 Ton Voon <tonvoon@users.sourceforge.net> |
3924 | Convert to new style tests | ||
3925 | 9067 | ||
3926 | 2006-03-22 15:45 tonvoon | 9068 | * plugins-scripts/check_oracle.sh: Fix for similar dataabase sids |
9069 | (Carole Verdon) git-svn-id: | ||
3927 | 9070 | ||
3928 | * [r1344] THANKS.in, plugins/check_tcp.c: | 9071 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@883 f882894a-f735-0410-b71e-b25c423dba1c |
3929 | Options to change line ends for -s and -q (John Rouillard - | ||
3930 | 1346104) | ||
3931 | 9072 | ||
3932 | 2006-03-22 14:32 tonvoon | 9073 | 2004-08-18 Ton Voon <tonvoon@users.sourceforge.net> |
3933 | 9074 | ||
3934 | * [r1343] plugins-scripts/check_log.sh: | 9075 | * AUTHORS: Gary Cook for perfdata for check_nt git-svn-id: |
3935 | Remove PATH restriction | ||
3936 | 9076 | ||
3937 | 2006-03-22 14:17 tonvoon | 9077 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@882 f882894a-f735-0410-b71e-b25c423dba1c |
3938 | 9078 | ||
3939 | * [r1342] plugins/check_dns.c, plugins/t/check_dns.t: | 9079 | 2004-08-18 Ton Voon <tonvoon@users.sourceforge.net> |
3940 | New style tests. Cleanup of presentation of help. Added '' around | ||
3941 | -a checks | ||
3942 | 9080 | ||
3943 | 2006-03-22 13:18 tonvoon | 9081 | * plugins/check_nt.c: Perfdata added (Gary Cook) git-svn-id: |
3944 | 9082 | ||
3945 | * [r1341] plugins/check_by_ssh.c: | 9083 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@881 f882894a-f735-0410-b71e-b25c423dba1c |
3946 | Typo (Thomas Guettler - 1433447) | ||
3947 | 9084 | ||
3948 | 2006-03-22 12:59 tonvoon | 9085 | 2004-06-26 Ton Voon <tonvoon@users.sourceforge.net> |
3949 | 9086 | ||
3950 | * [r1340] plugins-scripts/check_log.sh, | 9087 | * tools/sfsnapshot: Change of compile server and cleanups git-svn-id: |
3951 | plugins-scripts/utils.sh.in: | ||
3952 | Remove hardlink to /bin/sed. Leave to PATH (Abs - 1391483) | ||
3953 | 9088 | ||
3954 | 2006-03-22 00:00 seanius | 9089 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@880 f882894a-f735-0410-b71e-b25c423dba1c |
3955 | 9090 | ||
3956 | * [r1339] plugins/check_apt.c: | 9091 | 2004-06-26 Ton Voon <tonvoon@users.sourceforge.net> |
3957 | initial version of a check_apt plugin... not editing | ||
3958 | configure/Makefile.am's until i'm happier with it (better output, | ||
3959 | better ways to define warning vs. critical thresholds... etc). | ||
3960 | 9092 | ||
3961 | 2006-03-21 14:20 tonvoon | 9093 | * tools/sfsnapshot: Remove need to alter configure.in. Using |
9094 | different compile farms for SF to do the compiling git-svn-id: | ||
3962 | 9095 | ||
3963 | * [r1338] THANKS.in, configure.in: | 9096 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@879 f882894a-f735-0410-b71e-b25c423dba1c |
3964 | Stop check_dns from compiling if nslookup does not exist (Sakari | ||
3965 | Lehtonen - 1412721) | ||
3966 | 9097 | ||
3967 | 2006-03-21 13:42 tonvoon | 9098 | 2004-05-24 Ton Voon <tonvoon@users.sourceforge.net> |
3968 | 9099 | ||
3969 | * [r1337] plugins/t/check_load.t: | 9100 | * AUTHORS: Ben Clewett git-svn-id: |
3970 | Updated to new Test::More method for testing | ||
3971 | 9101 | ||
3972 | 2006-03-21 13:32 tonvoon | 9102 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@878 f882894a-f735-0410-b71e-b25c423dba1c |
3973 | 9103 | ||
3974 | * [r1336] configure.in: | 9104 | 2004-05-24 Ton Voon <tonvoon@users.sourceforge.net> |
3975 | Fix for mysql 3.x | ||
3976 | 9105 | ||
3977 | 2006-03-21 13:31 tonvoon | 9106 | * lib/Makefile.am: Missed getloadavg.c (Ben Clewett) git-svn-id: |
3978 | 9107 | ||
3979 | * [r1335] plugins/check_tcp.c: | 9108 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@877 f882894a-f735-0410-b71e-b25c423dba1c |
3980 | Return CRITICAL if hostname invalid, as per guidelines | ||
3981 | 9109 | ||
3982 | 2006-03-21 12:56 tonvoon | 9110 | 2004-05-20 Ethan Galstad <egalstad@users.sourceforge.net> |
3983 | 9111 | ||
3984 | * [r1334] tools/setup: | 9112 | * contrib/check_dhcp.c: DHCP bug fix git-svn-id: |
3985 | Patch to workaround SFnot having libtool installed | ||
3986 | 9113 | ||
3987 | 2006-03-21 11:42 tonvoon | 9114 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@876 f882894a-f735-0410-b71e-b25c423dba1c |
3988 | 9115 | ||
3989 | * [r1333] CHANGES, REQUIREMENTS, THANKS.in, configure.in, | 9116 | 2004-05-10 Ton Voon <tonvoon@users.sourceforge.net> |
3990 | plugins/Makefile.am, plugins/tests/Makefile.am: | ||
3991 | mysql discovery based on mysql_config (Johan Fischer - 1359414) | ||
3992 | 9117 | ||
3993 | 2006-03-20 22:06 seanius | 9118 | * configure.in: Set EXTRAS with check_swap if ac_cv_have_swap is set git-svn-id: |
3994 | 9119 | ||
3995 | * [r1332] plugins/check_ntp.c: | 9120 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@875 f882894a-f735-0410-b71e-b25c423dba1c |
3996 | - shuffling some code around to keep things tidy. - now average | ||
3997 | the result of 4 queries just as ntpdate does - put things in | ||
3998 | place for jitter calculation | ||
3999 | 9121 | ||
4000 | 2006-03-20 17:18 seanius | 9122 | 2004-04-30 Ton Voon <tonvoon@users.sourceforge.net> |
4001 | 9123 | ||
4002 | * [r1331] plugins/check_ntp.c: | 9124 | * configure.in: ps -el for HP-UX git-svn-id: |
4003 | ipv6 support for c-version of check_ntp | ||
4004 | 9125 | ||
4005 | 2006-03-18 19:00 seanius | 9126 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@874 f882894a-f735-0410-b71e-b25c423dba1c |
4006 | 9127 | ||
4007 | * [r1330] plugins/check_ntp.c: | 9128 | 2004-04-29 Ton Voon <tonvoon@users.sourceforge.net> |
4008 | initial version of the pure-c check_ntp implementation. jitter | ||
4009 | not yet implemented, and a couple other misc things to do, so i | ||
4010 | haven't yet patched Makefile.am | ||
4011 | 9129 | ||
4012 | 2006-03-18 14:47 seanius | 9130 | * configure.in: Bug in ps -el for AIX 4.1 git-svn-id: |
4013 | 9131 | ||
4014 | * [r1329] plugins/check_http.c: | 9132 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@873 f882894a-f735-0410-b71e-b25c423dba1c |
4015 | return-logic related fix for cert checking, thanks to emmet | ||
4016 | hogan. | ||
4017 | 9133 | ||
4018 | 2006-03-17 14:08 tonvoon | 9134 | 2004-04-29 Ton Voon <tonvoon@users.sourceforge.net> |
4019 | 9135 | ||
4020 | * [r1328] plugins/tests/test_utils.t: | 9136 | * AUTHORS: Sven for HP-UX requirements git-svn-id: |
4021 | Better error message re: tap library | ||
4022 | 9137 | ||
4023 | 2006-03-17 14:07 tonvoon | 9138 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@872 f882894a-f735-0410-b71e-b25c423dba1c |
4024 | 9139 | ||
4025 | * [r1327] REQUIREMENTS, configure.in, plugins/Makefile.am, | 9140 | 2004-04-29 Ton Voon <tonvoon@users.sourceforge.net> |
4026 | plugins/check_mysql.c, plugins/check_mysql_query.c, | ||
4027 | plugins/t/check_mysql.t: | ||
4028 | mysql detection cleanup: fixes runtime linking, autodetection of | ||
4029 | main locations, detection of lib64 and different layouts | ||
4030 | 9141 | ||
4031 | 2006-03-17 10:20 tonvoon | 9142 | * REQUIREMENTS: HP-UX requirements (Sven Schaffranneck) git-svn-id: |
4032 | 9143 | ||
4033 | * [r1326] doc/developer-guidelines.sgml: | 9144 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@871 f882894a-f735-0410-b71e-b25c423dba1c |
4034 | Added requirement for developer system to have gnu libtool | ||
4035 | 9145 | ||
4036 | 2006-03-16 17:31 tonvoon | 9146 | 2004-04-19 Subhendu Ghosh <sghosh@users.sourceforge.net> |
4037 | 9147 | ||
4038 | * [r1325] configure.in, plugins/tests/Makefile.am, tools/setup: | 9148 | * AUTHORS, contrib/check_nagios_db_pg.pl: Postgres backend monitor git-svn-id: |
4039 | Using libtool to get runpath for tap library | ||
4040 | 9149 | ||
4041 | 2006-03-15 19:54 tonvoon | 9150 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@870 f882894a-f735-0410-b71e-b25c423dba1c |
4042 | 9151 | ||
4043 | * [r1324] THANKS.in, plugins/check_mysql.c, | 9152 | 2004-04-19 Subhendu Ghosh <sghosh@users.sourceforge.net> |
4044 | plugins/t/check_mysql.t: | ||
4045 | Alert on amount of time a slave is behind (Steven Kreuzer) | ||
4046 | 9153 | ||
4047 | 2006-03-13 17:59 seanius | 9154 | * AUTHORS, plugins-scripts/check_mssql.pl: check_mssql.pl git-svn-id: |
4048 | 9155 | ||
4049 | * [r1323] plugins/check_swap.c: | 9156 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@869 f882894a-f735-0410-b71e-b25c423dba1c |
4050 | fix for (tracker id 1420741) "check_swap: incorrect totals for | ||
4051 | multiple partitions (BSD)" thanks to scott thompson | ||
4052 | 9157 | ||
4053 | 2006-03-13 11:08 tonvoon | 9158 | 2004-04-19 Subhendu Ghosh <sghosh@users.sourceforge.net> |
4054 | 9159 | ||
4055 | * [r1322] plugins/check_ping.c: | 9160 | * README: Win32 plugin repository git-svn-id: |
4056 | Change warning message if there is stderr output. This catches a | ||
4057 | problem where time was shifting backwards on a linux VMware guest | ||
4058 | during the ping | ||
4059 | 9161 | ||
4060 | 2006-03-07 10:33 tonvoon | 9162 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@868 f882894a-f735-0410-b71e-b25c423dba1c |
4061 | 9163 | ||
4062 | * [r1321] plugins/t/check_http.t: | 9164 | 2004-04-08 Ton Voon <tonvoon@users.sourceforge.net> |
4063 | Added tests for two external websites with certificates | ||
4064 | 9165 | ||
4065 | 2006-03-07 10:23 tonvoon | 9166 | * AUTHORS: Torsten Werner for check_racle patches git-svn-id: |
4066 | 9167 | ||
4067 | * [r1320] plugins/t/check_http.t: | 9168 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@867 f882894a-f735-0410-b71e-b25c423dba1c |
4068 | Tests re-written in new object format | ||
4069 | 9169 | ||
4070 | 2006-02-24 17:03 tonvoon | 9170 | 2004-04-08 Ton Voon <tonvoon@users.sourceforge.net> |
4071 | 9171 | ||
4072 | * [r1319] doc/developer-guidelines.sgml: | 9172 | * plugins-scripts/check_oracle.sh: Cleaner calls to awk and support |
4073 | Updated doc as tap library is now automatically discovered | 9173 | if Oracle has different national language settings (Torsten Werner) git-svn-id: |
4074 | 9174 | ||
4075 | 2006-02-24 16:41 tonvoon | 9175 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@866 f882894a-f735-0410-b71e-b25c423dba1c |
4076 | 9176 | ||
4077 | * [r1318] configure.in, plugins/tests/Makefile.am: | 9177 | 2004-04-06 Ton Voon <tonvoon@users.sourceforge.net> |
4078 | Use the installed tap library instead of requesting a compiled | ||
4079 | object | ||
4080 | 9178 | ||
4081 | 2006-02-17 09:08 tonvoon | 9179 | * configure.in, plugins/check_procs.c: Fixed weird scanf bug on |
9180 | Solaris git-svn-id: | ||
4082 | 9181 | ||
4083 | * [r1317] THANKS.in, plugins/popen.c: | 9182 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@864 f882894a-f735-0410-b71e-b25c423dba1c |
4084 | SIGALRM could be received before child_process is created (Jason | ||
4085 | Crawford) | ||
4086 | 9183 | ||
4087 | 2006-02-17 06:24 seanius | 9184 | 2004-04-02 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
4088 | 9185 | ||
4089 | * [r1316] plugins/check_procs.c: | 9186 | * plugins/check_by_ssh.c: add example invocation to help git-svn-id: |
4090 | set LC_NUMERIC to POSIX in check_procs.c | ||
4091 | 9187 | ||
4092 | 2006-02-01 13:23 tonvoon | 9188 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@863 f882894a-f735-0410-b71e-b25c423dba1c |
4093 | 9189 | ||
4094 | * [r1315] plugins/t/check_mysql_query.t: | 9190 | 2004-03-31 Ton Voon <tonvoon@users.sourceforge.net> |
4095 | If a mysql server has anonymous login, tests will always fail | ||
4096 | 9191 | ||
4097 | 2006-02-01 11:53 tonvoon | 9192 | * AUTHORS: Howard Wilkinson git-svn-id: |
4098 | 9193 | ||
4099 | * [r1314] plugins/tests/Makefile.am: | 9194 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@862 f882894a-f735-0410-b71e-b25c423dba1c |
4100 | Need to distribute perl test file | ||
4101 | 9195 | ||
4102 | 2006-01-31 16:48 tonvoon | 9196 | 2004-03-31 Ton Voon <tonvoon@users.sourceforge.net> |
4103 | 9197 | ||
4104 | * [r1313] CHANGES: | 9198 | * plugins/check_nt.c: Command line argument bug (Howard Wilkinson) git-svn-id: |
4105 | check_mysql_query included | ||
4106 | 9199 | ||
4107 | 2006-01-31 16:47 tonvoon | 9200 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@861 f882894a-f735-0410-b71e-b25c423dba1c |
4108 | 9201 | ||
4109 | * [r1312] REQUIREMENTS: | 9202 | 2004-03-31 Ton Voon <tonvoon@users.sourceforge.net> |
4110 | Note on MacOSX difference in mysql package | ||
4111 | 9203 | ||
4112 | 2006-01-31 16:45 tonvoon | 9204 | * plugins/netutils.c: Set default state (Howard Wilkinson) git-svn-id: |
4113 | 9205 | ||
4114 | * [r1311] configure.in, plugins/Makefile.am: | 9206 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@860 f882894a-f735-0410-b71e-b25c423dba1c |
4115 | Clean compile of check_mysql_query on MacOSX | ||
4116 | 9207 | ||
4117 | 2006-01-31 15:40 tonvoon | 9208 | 2004-03-31 Ton Voon <tonvoon@users.sourceforge.net> |
4118 | 9209 | ||
4119 | * [r1310] NPTest.pm: | 9210 | * doc/developer-guidelines.sgml: Update author list git-svn-id: |
4120 | Sort ordering of tests | ||
4121 | 9211 | ||
4122 | 2006-01-31 14:52 tonvoon | 9212 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@859 f882894a-f735-0410-b71e-b25c423dba1c |
4123 | 9213 | ||
4124 | * [r1309] configure.in, plugins, plugins/.cvsignore, | 9214 | 2004-03-23 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
4125 | plugins/Makefile.am, plugins/check_mysql_query.c, | ||
4126 | plugins/t/check_mysql_query.t, plugins/utils.h: | ||
4127 | Adding check_mysql_query, using new ranges and threshold checking | ||
4128 | 9215 | ||
4129 | 2006-01-31 14:37 tonvoon | 9216 | * plugins/check_fping.c: check was supposed to be agains ms - got |
9217 | munged wfixeg the perfdata output to be in seconds git-svn-id: | ||
4130 | 9218 | ||
4131 | * [r1308] plugins/t/check_mysql.t: | 9219 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@858 f882894a-f735-0410-b71e-b25c423dba1c |
4132 | Extra explanation in tests | ||
4133 | 9220 | ||
4134 | 2006-01-31 14:36 tonvoon | 9221 | 2004-03-22 Ton Voon <tonvoon@users.sourceforge.net> |
4135 | 9222 | ||
4136 | * [r1307] plugins/tests/test_utils.c: | 9223 | * AUTHORS: Joe Rhett for getopt bug git-svn-id: |
4137 | Fixed invalid free | ||
4138 | 9224 | ||
4139 | 2006-01-31 10:06 tonvoon | 9225 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@856 f882894a-f735-0410-b71e-b25c423dba1c |
4140 | 9226 | ||
4141 | * [r1306] doc/developer-guidelines.sgml: | 9227 | 2004-03-22 Ton Voon <tonvoon@users.sourceforge.net> |
4142 | Updated instructions on using libtap as configure option changed | ||
4143 | 9228 | ||
4144 | 2006-01-31 10:05 tonvoon | 9229 | * plugins/check_http.c: Option --url not mapped (Joe Rhett) git-svn-id: |
4145 | 9230 | ||
4146 | * [r1305] configure.in: | 9231 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@855 f882894a-f735-0410-b71e-b25c423dba1c |
4147 | Changed configure option to --with-libtap-srcdir because requires | ||
4148 | tap.h as well as tap.o | ||
4149 | 9232 | ||
4150 | 2006-01-30 22:24 tonvoon | 9233 | 2004-03-18 Ton Voon <tonvoon@users.sourceforge.net> |
4151 | 9234 | ||
4152 | * [r1304] doc/developer-guidelines.sgml, | 9235 | * AUTHORS: More help for patches git-svn-id: |
4153 | plugins/tests/test_utils.c, plugins/utils.c, plugins/utils.h: | ||
4154 | Clearly defined thresholds & ranges in docs. Added get_status | ||
4155 | routine. Added set_thresholds routine. Tests enhanced to check | ||
4156 | new routines | ||
4157 | 9236 | ||
4158 | 2006-01-30 16:10 tonvoon | 9237 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@854 f882894a-f735-0410-b71e-b25c423dba1c |
4159 | 9238 | ||
4160 | * [r1303] configure.in, doc/developer-guidelines.sgml, | 9239 | 2004-03-18 Ton Voon <tonvoon@users.sourceforge.net> |
4161 | plugins/Makefile.am, plugins/tests, plugins/tests/.cvsignore, | ||
4162 | plugins/tests/Makefile.am, plugins/tests/README, | ||
4163 | plugins/tests/check_disk, plugins/tests/check_dns, | ||
4164 | plugins/tests/check_ftp, plugins/tests/check_hpjd, | ||
4165 | plugins/tests/check_http, plugins/tests/check_load, | ||
4166 | plugins/tests/check_ping, plugins/tests/check_procs, | ||
4167 | plugins/tests/check_swap, plugins/tests/check_users, | ||
4168 | plugins/tests/check_vsz, plugins/tests/test_utils.c, | ||
4169 | plugins/tests/test_utils.t, plugins/utils.c, plugins/utils.h: | ||
4170 | Added libtap tests for utils.c library functions. Removed | ||
4171 | redundant test files | ||
4172 | 9240 | ||
4173 | 2006-01-21 21:46 tonvoon | 9241 | * plugins/check_disk.c: Typo in check_disk units (Matthew Kent - |
9242 | 909281) git-svn-id: | ||
4174 | 9243 | ||
4175 | * [r1302] tools/sfsnapshot: | 9244 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@853 f882894a-f735-0410-b71e-b25c423dba1c |
4176 | Have to use own id for cvs checkout. Change compile server | ||
4177 | because old one not working consistently | ||
4178 | 9245 | ||
4179 | 2005-12-19 09:25 tonvoon | 9246 | 2004-03-18 Ton Voon <tonvoon@users.sourceforge.net> |
4180 | 9247 | ||
4181 | * [r1301] NPTest.pm: | 9248 | * configure.in: Mysql include path not added correctly (Arnold |
4182 | Break out of testing if a new parameter is required | 9249 | Cavazos - 912974) git-svn-id: |
4183 | 9250 | ||
4184 | 2005-12-16 18:41 harpermann | 9251 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@852 f882894a-f735-0410-b71e-b25c423dba1c |
4185 | 9252 | ||
4186 | * [r1300] contrib/check_log2.pl: | 9253 | 2004-03-18 Ton Voon <tonvoon@users.sourceforge.net> |
4187 | Added ability to output critical on error. Fixed open so it | ||
4188 | properly fails if the log file open throws an error, turned on -w | ||
4189 | in the perl call, fixed warnings | ||
4190 | 9254 | ||
4191 | 2005-12-15 17:06 tonvoon | 9255 | * plugins/check_radius.c: Option to fill in NAS-identifier to |
9256 | Emulate pam_radius behaviour (Alexander Kulak) git-svn-id: | ||
4192 | 9257 | ||
4193 | * [r1299] NPTest.pm, plugins/check_mysql.c, | 9258 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@851 f882894a-f735-0410-b71e-b25c423dba1c |
4194 | plugins/t/check_mysql.t: | ||
4195 | Display errors with slave queries correctly. Added extra tests | ||
4196 | for slaves | ||
4197 | 9259 | ||
4198 | 2005-12-15 15:19 tonvoon | 9260 | 2004-03-17 Ton Voon <tonvoon@users.sourceforge.net> |
4199 | 9261 | ||
4200 | * [r1298] NPTest.pm, doc/developer-guidelines.sgml, | 9262 | * doc/developer-guidelines.sgml: Copyright information for patches git-svn-id: |
4201 | plugins/t/check_disk.t: | ||
4202 | New 3 parameter version of getTestParameters. Updated | ||
4203 | check_disk.t to reflect. Added notes re: testing in developer | ||
4204 | guidelines. | ||
4205 | 9263 | ||
4206 | 2005-12-15 15:17 tonvoon | 9264 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@850 f882894a-f735-0410-b71e-b25c423dba1c |
4207 | 9265 | ||
4208 | * [r1297] plugins-scripts/check_file_age.pl, | 9266 | 2004-03-14 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
4209 | plugins-scripts/t/check_file_age.t: | ||
4210 | Allow directories and links to be tested by check_file_age. | ||
4211 | Sanitise output. Added tests | ||
4212 | 9267 | ||
4213 | 2005-12-07 19:32 harpermann | 9268 | * plugins/check_ldap.c, plugins/check_load.c, |
9269 | plugins/check_mrtgtraf.c, plugins/check_pgsql.c, | ||
9270 | plugins/check_smtp.c, plugins/check_tcp.c, plugins/check_ups.c: use | ||
9271 | fperfdata git-svn-id: | ||
4214 | 9272 | ||
4215 | * [r1296] plugins/urlize.c: | 9273 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@849 f882894a-f735-0410-b71e-b25c423dba1c |
4216 | Nagiosplug bug 1266977. Added code to insert the closing </A> | ||
4217 | after the plugin output but before the performance output. | ||
4218 | 9274 | ||
4219 | 2005-12-07 15:10 tonvoon | 9275 | 2004-03-14 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
4220 | 9276 | ||
4221 | * [r1295] THANKS.in, plugins/common.h: | 9277 | * plugins/check_fping.c: use fperfdata git-svn-id: |
4222 | No floorf on Solaris 9 (Jon Vandegrift - 1374705) | ||
4223 | 9278 | ||
4224 | 2005-12-02 22:28 tonvoon | 9279 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@848 f882894a-f735-0410-b71e-b25c423dba1c |
4225 | 9280 | ||
4226 | * [r1294] THANKS.in, doc/developer-guidelines.sgml, | 9281 | 2004-03-12 Ethan Galstad <egalstad@users.sourceforge.net> |
4227 | plugins/check_nagios.c, | ||
4228 | plugins/t/check_nagios.nagios1.status.log, | ||
4229 | plugins/t/check_nagios.nagios2.status.dat, | ||
4230 | plugins/t/check_nagios.t: | ||
4231 | Support for Nagios 1 and Nagios 2 status files (Gerhard Lausser - | ||
4232 | 1296242) | ||
4233 | 9282 | ||
4234 | 2005-12-02 22:25 tonvoon | 9283 | * contrib/check_cluster2.c: New cluster plugin for Nagios 2.x git-svn-id: |
4235 | 9284 | ||
4236 | * [r1293] plugins/t, plugins/t/.cvsignore: | 9285 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@847 f882894a-f735-0410-b71e-b25c423dba1c |
4237 | Ignore temporary files created for tests | ||
4238 | 9286 | ||
4239 | 2005-12-01 01:05 tonvoon | 9287 | 2004-03-11 Ton Voon <tonvoon@users.sourceforge.net> |
4240 | 9288 | ||
4241 | * [r1292] config_test/Makefile, config_test/run_tests, | 9289 | * CHANGES: check_procs difference git-svn-id: |
4242 | configure.in: | ||
4243 | Run longer test on redhat for spopen/pthread problem. Allow | ||
4244 | enable/disable of pthread fix via configure option | ||
4245 | 9290 | ||
4246 | 2005-11-30 00:49 harpermann | 9291 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@846 f882894a-f735-0410-b71e-b25c423dba1c |
4247 | 9292 | ||
4248 | * [r1291] plugins-scripts/check_ntp.pl: | 9293 | 2004-03-11 Ton Voon <tonvoon@users.sourceforge.net> |
4249 | Nagiosplug bug # 1251096 check_ntp wasn't properly handing a bad | ||
4250 | exit status from the external programs it calls (ntpdate and | ||
4251 | ntpq), so jitter wasn't set. Added check of $? on close and | ||
4252 | proper error output if status from the sub program call | ||
4253 | completion is non-zero. This includes "host not found". | ||
4254 | 9294 | ||
4255 | 2005-11-29 23:21 harpermann | 9295 | * plugins/check_nagios.c: Incorporate check_proc changes into |
9296 | check_nagios. ps handling probably should be moved into utils.c in | ||
9297 | future git-svn-id: | ||
4256 | 9298 | ||
4257 | * [r1290] contrib/check_email_loop.pl: | 9299 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@845 f882894a-f735-0410-b71e-b25c423dba1c |
4258 | UNKNOWN exit status was returning status of "-1", changed to "3" | ||
4259 | 9300 | ||
4260 | 2005-11-29 23:19 harpermann | 9301 | 2004-03-08 Ton Voon <tonvoon@users.sourceforge.net> |
4261 | 9302 | ||
4262 | * [r1289] contrib/check_email_loop.pl: | 9303 | * configure.in: Require ngettext git-svn-id: |
4263 | Bug: 1355304 Added patch for ePN and perl warnings. Fixed some | ||
4264 | text and a warning about type comparison. | ||
4265 | 9304 | ||
4266 | 2005-11-18 12:56 tonvoon | 9305 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@844 f882894a-f735-0410-b71e-b25c423dba1c |
4267 | 9306 | ||
4268 | * [r1288] tools/sfsnapshot: | 9307 | 2004-03-08 Ton Voon <tonvoon@users.sourceforge.net> |
4269 | Create a permanent link to HEAD snapshot | ||
4270 | 9308 | ||
4271 | 2005-11-18 11:56 tonvoon | 9309 | * doc/developer-guidelines.sgml: Information on plugin output format git-svn-id: |
4272 | 9310 | ||
4273 | * [r1287] doc/developer-guidelines.sgml: | 9311 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@843 f882894a-f735-0410-b71e-b25c423dba1c |
4274 | Updated with more detailed description of UNKNOWN states | ||
4275 | 9312 | ||
4276 | 2005-11-16 17:26 tonvoon | 9313 | 2004-03-04 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
4277 | 9314 | ||
4278 | * [r1286] plugins/check_disk.c: | 9315 | * plugins/check_dig.c, plugins/check_dns.c, plugins/check_game.c: |
4279 | Fixed some compile errors with new translations. Also | 9316 | use float for time in perf data git-svn-id: |
4280 | reintroduced formatting after discussion with Benoit | ||
4281 | 9317 | ||
4282 | 2005-11-15 16:26 tonvoon | 9318 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@842 f882894a-f735-0410-b71e-b25c423dba1c |
4283 | 9319 | ||
4284 | * [r1285] plugins/t/check_disk.t: | 9320 | 2004-03-03 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
4285 | Updated tests to minimise false positives. Breaking down so more | ||
4286 | obvious what the tests are doing | ||
4287 | 9321 | ||
4288 | 2005-11-14 14:43 tonvoon | 9322 | * plugins/check_http.c, plugins/utils.c: begin writing some perfdata |
9323 | as float git-svn-id: | ||
4289 | 9324 | ||
4290 | * [r1284] doc/developer-guidelines.sgml: | 9325 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@841 f882894a-f735-0410-b71e-b25c423dba1c |
4291 | Added section re: translations | ||
4292 | 9326 | ||
4293 | 2005-11-14 01:18 opensides | 9327 | 2004-03-03 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
4294 | 9328 | ||
4295 | * [r1283] plugins/check_http.c: | 9329 | * contrib/check_pop3.pl: fix loop and \r\n (Jason Burnett - |
4296 | localization cleaning ... last commit before sleeping | ||
4297 | 9330 | ||
4298 | 2005-11-14 00:51 opensides | 9331 | http://sourceforge.net/tracker/index.php?func=detail&aid=895677&group_id=29880&atid=397599)git-svn-id: |
4299 | 9332 | ||
4300 | * [r1282] plugins/check_dig.c, plugins/check_disk.c, | 9333 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@840 f882894a-f735-0410-b71e-b25c423dba1c |
4301 | plugins/check_dns.c, plugins/check_dummy.c, | ||
4302 | plugins/check_fping.c, plugins/check_game.c: | ||
4303 | start of the cleaning of the localization | ||
4304 | 9334 | ||
4305 | 2005-11-12 23:48 tonvoon | 9335 | 2004-03-03 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
4306 | 9336 | ||
4307 | * [r1281] THANKS.in, plugins/t/check_disk.t: | 9337 | * plugins/check_disk.c: check_disk was getting blocks instead of |
4308 | Updated check_disk tests to use Test::More (Serhan Kiymaz) | 9338 | bytes (Michael Musikhin - |
4309 | 9339 | ||
4310 | 2005-11-09 17:27 tonvoon | 9340 | http://sourceforge.net/tracker/index.php?func=detail&aid=900215&group_id=29880&atid=397599)git-svn-id: |
4311 | 9341 | ||
4312 | * [r1280] plugins/t/check_mysql.t: | 9342 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@839 f882894a-f735-0410-b71e-b25c423dba1c |
4313 | Using Test::More | ||
4314 | 9343 | ||
4315 | 2005-11-09 16:40 tonvoon | 9344 | 2004-03-02 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
4316 | 9345 | ||
4317 | * [r1279] NPTest.pm, plugins/t/check_imap.t, | 9346 | * pkg/fedora/requires, pkg/redhat/requires: attempt to prune |
4318 | plugins/t/check_swap.t: | 9347 | requires git-svn-id: |
4319 | Added new NPTest->testCmd which returns objects back for testing | ||
4320 | at the test script level. Updated check_swap and check_imap to | ||
4321 | this new format | ||
4322 | 9348 | ||
4323 | 2005-11-09 16:37 tonvoon | 9349 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@838 f882894a-f735-0410-b71e-b25c423dba1c |
4324 | 9350 | ||
4325 | * [r1278] plugins/check_swap.c: | 9351 | 2004-03-02 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
4326 | Problem where absolute thresholds not working on /proc/meminfo | ||
4327 | systems. Suffixed all variables with the unit of measurement | ||
4328 | 9352 | ||
4329 | 2005-11-09 16:34 tonvoon | 9353 | * Makefile.am, nagios-plugins.spec.in, pkg/fedora/requires: make |
9354 | specfile into a template which can generate a generic spec plus | ||
9355 | specs suitable for various repositories git-svn-id: | ||
4330 | 9356 | ||
4331 | * [r1277] configure.in: | 9357 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@837 f882894a-f735-0410-b71e-b25c423dba1c |
4332 | Typo with predetermined values | ||
4333 | 9358 | ||
4334 | 2005-11-09 14:10 tonvoon | 9359 | 2004-03-02 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
4335 | 9360 | ||
4336 | * [r1276] doc/developer-guidelines.sgml: | 9361 | * configure.in: prpare for alpha2 git-svn-id: |
4337 | Added copyright/license info required in submissions | ||
4338 | 9362 | ||
4339 | 2005-11-09 09:31 tonvoon | 9363 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@836 f882894a-f735-0410-b71e-b25c423dba1c |
4340 | 9364 | ||
4341 | * [r1275] doc/NEW_STARTERS, doc/developer-guidelines.sgml: | 9365 | 2004-03-02 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
4342 | Updated dev guidelines to link to NagiosExchange. Removed project | ||
4343 | admin notes from guidelines into separate file | ||
4344 | 9366 | ||
4345 | 2005-11-07 12:46 seanius | 9367 | * plugins/check_http.c: relax check for -w/-c to accept floats (bug |
9368 | report from Warrick FitzGerald) git-svn-id: | ||
4346 | 9369 | ||
4347 | * [r1274] configure.in: | 9370 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@835 f882894a-f735-0410-b71e-b25c423dba1c |
4348 | incorporated patch from Elan Ruusamäe (ahmake) to override | ||
4349 | program autodetection (see Feature Requests-1341528). i would not | ||
4350 | call this quite complete just yet (i'll explain more in the | ||
4351 | tracker), but should be functional and useful enough to commit | ||
4352 | now, in any case. | ||
4353 | 9371 | ||
4354 | 2005-11-04 09:38 tonvoon | 9372 | 2004-03-02 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
4355 | 9373 | ||
4356 | * [r1273] THANKS.in, plugins/check_tcp.c, plugins/t/check_imap.t: | 9374 | * AUTHORS, plugins/check_swap.c: fix div by zero error when |
4357 | Fixed --mismatch option for check_tcp. Added tests into | 9375 | swaptotal is zero (Flo Gleixner) git-svn-id: |
4358 | check_imap (Rick Fey - 1339134) | ||
4359 | 9376 | ||
4360 | 2005-11-03 15:21 tonvoon | 9377 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@834 f882894a-f735-0410-b71e-b25c423dba1c |
4361 | 9378 | ||
4362 | * [r1272] Makefile.am, tools/tinderbox_build: | 9379 | 2004-03-01 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
4363 | Adding new tinderbox build script | ||
4364 | 9380 | ||
4365 | 2005-11-03 15:13 tonvoon | 9381 | * plugins/check_tcp.c, plugins/netutils.c: check_tcp was returning |
9382 | uninitialized string with user-defined refused outcome git-svn-id: | ||
4366 | 9383 | ||
4367 | * [r1271] plugins/t/check_disk.t, plugins/t/check_procs.t: | 9384 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@833 f882894a-f735-0410-b71e-b25c423dba1c |
4368 | Invalid mount point doesn't make sense because most df | ||
4369 | implementations would work out the actual mount point. And fixed | ||
4370 | typo in check_procs.t | ||
4371 | 9385 | ||
4372 | 2005-11-03 15:04 tonvoon | 9386 | 2004-03-01 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
4373 | 9387 | ||
4374 | * [r1270] NPTest.pm, plugins/t/check_http.t, | 9388 | * plugins/check_smtp.c: allow regex for ecpect checks git-svn-id: |
4375 | plugins/t/check_time.t: | ||
4376 | Fixing some test failures | ||
4377 | 9389 | ||
4378 | 2005-11-02 08:59 seanius | 9390 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@832 f882894a-f735-0410-b71e-b25c423dba1c |
4379 | 9391 | ||
4380 | * [r1269] plugins/check_disk.c: | 9392 | 2004-02-29 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
4381 | #995761: patch from ben o'hara to include inode calculations in | ||
4382 | check_disk.c. | ||
4383 | |||
4384 | previous commit also had a patch for smtp auth support, but i | ||
4385 | accidentally sent a blank commit message. | ||
4386 | 9393 | ||
4387 | 2005-11-02 08:47 seanius | 9394 | * plugins/check_nwstat.c, plugins/netutils.c, plugins/netutils.h: |
9395 | was making up to 34 separate tcp connections - now we open one and | ||
9396 | reuse git-svn-id: | ||
4388 | 9397 | ||
4389 | * [r1268] plugins/check_smtp.c: | 9398 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@831 f882894a-f735-0410-b71e-b25c423dba1c |
4390 | check_smtp.c | ||
4391 | 9399 | ||
4392 | 2005-10-31 20:03 seanius | 9400 | 2004-02-28 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
4393 | 9401 | ||
4394 | * [r1267] configure.in, plugins/check_game.c, plugins/check_http.c, | 9402 | * plugins/check_snmp.c: checks for warn in check_num() mistakenly |
4395 | plugins/check_nagios.c, plugins/check_snmp.c, | 9403 | referred to crit limits git-svn-id: |
4396 | plugins/check_swap.c, plugins/check_tcp.c, plugins/common.h, | ||
4397 | plugins/netutils.c, plugins/netutils.h, plugins/sslutils.c: | ||
4398 | code cleanups, largely resulting from turning on -Wall. mostly | ||
4399 | unused variables and explicit casting issues, but there were a | ||
4400 | couple gotchas in there too. | ||
4401 | 9404 | ||
4402 | 2005-10-30 22:45 seanius | 9405 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@830 f882894a-f735-0410-b71e-b25c423dba1c |
4403 | 9406 | ||
4404 | * [r1266] plugins/Makefile.am: | 9407 | 2004-02-28 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
4405 | turned on -Wall in plugins/Makefile.am via AM_CFLAGS. shouldn't | ||
4406 | keep our heads in the sand for potential errors, after all :) | ||
4407 | 9408 | ||
4408 | 2005-10-30 18:05 seanius | 9409 | * plugins/check_smtp.c: minor doco update to reflect handling of |
9410 | repeated caoomand strings git-svn-id: | ||
4409 | 9411 | ||
4410 | * [r1265] plugins/check_tcp.c: | 9412 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@829 f882894a-f735-0410-b71e-b25c423dba1c |
4411 | another fix from alex: check for '/' in the server_address before | ||
4412 | trying to resolve it via is_host(). | ||
4413 | 9413 | ||
4414 | 2005-10-30 10:25 seanius | 9414 | 2004-02-28 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
4415 | 9415 | ||
4416 | * [r1264] plugins/check_tcp.c: | 9416 | * plugins/check_smtp.c: work in progress to accept multiple |
4417 | fixes for some bugs found in my merging of the tcp socket patch | 9417 | command/expect pairs git-svn-id: |
4418 | 9418 | ||
4419 | 2005-10-29 15:38 seanius | 9419 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@828 f882894a-f735-0410-b71e-b25c423dba1c |
4420 | 9420 | ||
4421 | * [r1263] plugins-scripts/check_log.sh: | 9421 | 2004-02-28 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
4422 | check_log fixes from Ade Rixon | ||
4423 | 9422 | ||
4424 | 2005-10-29 12:46 seanius | 9423 | * plugins/check_swap.c: update to work with Linux 2.6 /proc/meminfo |
9424 | format git-svn-id: | ||
4425 | 9425 | ||
4426 | * [r1262] plugins/Makefile.am: | 9426 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@827 f882894a-f735-0410-b71e-b25c423dba1c |
4427 | patch from nsturm: Makefile.am should have been checking for | ||
4428 | check_ldap instead of check_ldaps. the result was that | ||
4429 | check_ldaps was not being created during the build process. | ||
4430 | 9427 | ||
4431 | 2005-10-25 10:38 seanius | 9428 | 2004-02-25 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
4432 | 9429 | ||
4433 | * [r1261] COPYING, configure.in, plugins/Makefile.am, | 9430 | * AUTHORS, plugins/check_dns.c: check server for authoritative |
4434 | plugins/check_tcp.c, plugins/netutils.c, plugins/netutils.h, | 9431 | status (from Jon Hallet) git-svn-id: |
4435 | plugins/utils.h, po/de.po, po/fr.po: | ||
4436 | - added code to allow check_tcp (via np_net_connect) work with | ||
4437 | local unix sockets. some testing would be welcome. based on idea | ||
4438 | from Alex Samorukov. - also introduced a check_clamd behavior in | ||
4439 | check_tcp. | ||
4440 | 9432 | ||
4441 | 2005-10-24 11:10 seanius | 9433 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@826 f882894a-f735-0410-b71e-b25c423dba1c |
4442 | 9434 | ||
4443 | * [r1260] plugins/Makefile.am, plugins/check_by_ssh.c, | 9435 | 2004-02-25 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
4444 | plugins/check_dig.c, plugins/check_dns.c, plugins/check_game.c, | ||
4445 | plugins/check_nagios.c, plugins/netutils.c, plugins/runcmd.c, | ||
4446 | plugins/runcmd.h, plugins/utils.c, plugins/utils.h: | ||
4447 | initial merging of ae's np_runcmd code into selected plugins. | ||
4448 | 9436 | ||
4449 | 2005-10-23 12:01 seanius | 9437 | * plugins/check_swap.c: change some datatypes to llu for very large |
9438 | swaps git-svn-id: | ||
4450 | 9439 | ||
4451 | * [r1259] configure.in: | 9440 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@825 f882894a-f735-0410-b71e-b25c423dba1c |
4452 | whoops, missed this one, same as last commit | ||
4453 | 9441 | ||
4454 | 2005-10-23 11:59 seanius | 9442 | 2004-02-25 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
4455 | 9443 | ||
4456 | * [r1258] plugins/Makefile.am, plugins/netutils.c, | 9444 | * configure.in, plugins/check_ping.c: pass timeout to ping if |
4457 | plugins/sslutils.c: | 9445 | supported with -w parameter (linux) git-svn-id: |
4458 | - compartmentalized ssl code into seperate sslutils.c - | ||
4459 | ssl-related cleanups in configure.in, and now openssl/gnutls | ||
4460 | options automatically disable each other. | ||
4461 | 9446 | ||
4462 | 2005-10-19 20:22 seanius | 9447 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@824 f882894a-f735-0410-b71e-b25c423dba1c |
4463 | 9448 | ||
4464 | * [r1257] plugins/check_http.c, plugins/check_smtp.c, | 9449 | 2004-02-21 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
4465 | plugins/check_tcp.c, plugins/netutils.c, plugins/netutils.h: | ||
4466 | all plugins now using centralized ssl functions in netutils.c | ||
4467 | 9450 | ||
4468 | 2005-10-19 13:05 seanius | 9451 | * plugins/check_by_ssh.c: add option to ignore a specified number of |
9452 | lines on stderr (to suppress a login banner) git-svn-id: | ||
4469 | 9453 | ||
4470 | * [r1256] plugins/check_http.c: | 9454 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@823 f882894a-f735-0410-b71e-b25c423dba1c |
4471 | endif was a few lines off of where it should be | ||
4472 | 9455 | ||
4473 | 2005-10-19 12:59 seanius | 9456 | 2004-02-21 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
4474 | 9457 | ||
4475 | * [r1255] configure.in, plugins-root/Makefile.am, | 9458 | * AUTHORS: Add Jason Martin for report of missing $opt_C for 'use |
4476 | plugins/Makefile.am, plugins/check_http.c, plugins/check_smtp.c, | 9459 | vars' in check_breeze git-svn-id: |
4477 | plugins/check_tcp.c, plugins/common.h, plugins/netutils.c, | ||
4478 | plugins/netutils.h: | ||
4479 | - initial attempt at consolidating ssl-related code into | ||
4480 | netutils.{c,h} - added some #ifdefs to common.h and netutils.h to | ||
4481 | prevent multiple inclusions (as netlibs now includes common.h) - | ||
4482 | all ssl plugins (tcp/http/smtp) compile cleanly against gnutls, | ||
4483 | though certificate checking still needs to be done. - modified | ||
4484 | configure script so you can also explicitly say "without-gnutls" | ||
4485 | too (otherwise if you disable openssl you have no way of | ||
4486 | disabling gnutls too) | ||
4487 | 9460 | ||
4488 | 2005-10-18 22:35 seanius | 9461 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@821 f882894a-f735-0410-b71e-b25c423dba1c |
4489 | 9462 | ||
4490 | * [r1254] configure.in, plugins/check_tcp.c: | 9463 | 2004-02-21 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
4491 | initial "experimental" support for gnutls. by default openssl is | ||
4492 | still used if available, and gnutls is only used if openssl is | ||
4493 | not available or explicitly disabled (--without-openssl). | ||
4494 | currently the only plugin i've verified to work is check_tcp, but | ||
4495 | i had to disable cert checking. | ||
4496 | 9464 | ||
4497 | 2005-10-18 09:26 tonvoon | 9465 | * plugins-scripts/check_breeze.pl: add opt_C to 'usr vars' git-svn-id: |
4498 | 9466 | ||
4499 | * [r1253] README: | 9467 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@820 f882894a-f735-0410-b71e-b25c423dba1c |
4500 | Added license information to README with exemption for use of | ||
4501 | OpenSSL | ||
4502 | 9468 | ||
4503 | 2005-10-13 11:51 tonvoon | 9469 | 2004-02-20 Ton Voon <tonvoon@users.sourceforge.net> |
4504 | 9470 | ||
4505 | * [r1252] configure.in: | 9471 | * plugins/check_http.c: - Missed out getopt for -T git-svn-id: |
4506 | Run spopen tests for Redhat ES SMP (Hans Engelen) | ||
4507 | 9472 | ||
4508 | 2005-10-13 10:22 seanius | 9473 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@819 f882894a-f735-0410-b71e-b25c423dba1c |
4509 | 9474 | ||
4510 | * [r1251] po/de.po: | 9475 | 2004-02-20 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
4511 | debian bts #313960: - grammatical german fixes. i'm taking the | ||
4512 | reporter's word for it :) | ||
4513 | 9476 | ||
4514 | 2005-10-13 10:20 seanius | 9477 | * contrib/check_dhcp.c, plugins/check_snmp.c, plugins/negate.c, |
9478 | plugins/netutils.c, plugins/urlize.c: spell fix "received" git-svn-id: | ||
4515 | 9479 | ||
4516 | * [r1250] plugins-scripts/check_ntp.pl: | 9480 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@818 f882894a-f735-0410-b71e-b25c423dba1c |
4517 | debian bts #268044: - use a "less beastly" regex for parsing ntpq | ||
4518 | output. probably need some more widespread testing on this one. | ||
4519 | 9481 | ||
4520 | 2005-10-13 10:18 seanius | 9482 | 2004-02-20 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
4521 | 9483 | ||
4522 | * [r1249] plugins/check_disk.c: | 9484 | * plugins/utils.c, plugins/utils.h: add perfdata function for floats |
4523 | debian bts #296278: - it seems that when check_disk uses the "df" | 9485 | to complement ints, also spell fix "received" git-svn-id: |
4524 | routines and is told to check a non-mountpoint, it would check | ||
4525 | the filesystem on which the directory was mounted (i.e. /var/log | ||
4526 | -> /var if no /var/log mount). the system-call routines now do | ||
4527 | this too. might need a bit more widespread testing, but looks | ||
4528 | good for me and i did it without modifying any of the | ||
4529 | system-call-specific codeblocks. | ||
4530 | 9486 | ||
4531 | 2005-10-13 10:16 seanius | 9487 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@817 f882894a-f735-0410-b71e-b25c423dba1c |
4532 | 9488 | ||
4533 | * [r1248] plugins/check_game.c: | 9489 | 2004-02-20 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
4534 | debian bts #307905: - someone changed the cmdline syntax of check | ||
4535 | game without also updating the usage/help function ;p | ||
4536 | 9490 | ||
4537 | 2005-10-13 10:14 seanius | 9491 | * AUTHORS: add Ralph Rye for report of check_procs segfault on |
9492 | AIX/WebSphere and proof-of-concept patch git-svn-id: | ||
4538 | 9493 | ||
4539 | * [r1247] plugins-scripts/check_disk_smb.pl: | 9494 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@816 f882894a-f735-0410-b71e-b25c423dba1c |
4540 | debian bts #300701: - check_smb fix for freespace threshold | ||
4541 | parsing from the cmdline options. | ||
4542 | 9495 | ||
4543 | 2005-10-13 10:11 seanius | 9496 | 2004-02-20 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
4544 | 9497 | ||
4545 | * [r1246] plugins/check_smtp.c: | 9498 | * plugins/check_procs.c: handle case where line from ps output |
4546 | multiple fixes in check_smtp from debian (bts #285554): - fix for | 9499 | exceed MAX_INPUT_BUFFER git-svn-id: |
4547 | double free via SSL_CTX_free. looks like the previous author knew | ||
4548 | this was a problem but didn't care enough to fix it ;p. - use | ||
4549 | defines instead of const chars for SMTP strings. - default to | ||
4550 | send our fqdn (via gethostbyname lookup on gethostname) in the | ||
4551 | HELO string, as this is an RFC/SMTP requirement. overridable via | ||
4552 | cmdline. - use EHLO instead of HELO if using STARTTLS, as it is | ||
4553 | not SMTP but ESMTP. - verify the server supports STARTTLS before | ||
4554 | initializing it. - always send QUIT before disconnecting when | ||
4555 | possible. | ||
4556 | 9500 | ||
4557 | 2005-10-13 09:58 seanius | 9501 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@815 f882894a-f735-0410-b71e-b25c423dba1c |
4558 | 9502 | ||
4559 | * [r1245] plugins/check_mrtg.c: | 9503 | 2004-02-20 Ton Voon <tonvoon@users.sourceforge.net> |
4560 | was this plugin even working? i don't think the if/else logic was | ||
4561 | doing what was intended. | ||
4562 | 9504 | ||
4563 | 2005-10-13 09:55 seanius | 9505 | * AUTHORS: Shaun Wills for patch to check_http git-svn-id: |
4564 | 9506 | ||
4565 | * [r1244] plugins/check_mysql.c: | 9507 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@814 f882894a-f735-0410-b71e-b25c423dba1c |
4566 | check mysql now reads [client] defaults from my.cnf (debian bug | ||
4567 | #278817) | ||
4568 | 9508 | ||
4569 | 2005-10-06 12:16 seanius | 9509 | 2004-02-20 Ton Voon <tonvoon@users.sourceforge.net> |
4570 | 9510 | ||
4571 | * [r1243] plugins/check_ups.c: | 9511 | * plugins/check_http.c: Added Content-type when POSTing (Shawn |
4572 | fix for misreporting temperature in perfdata output for check_ups | 9512 | Wills) git-svn-id: |
4573 | (debian bts id: #316534) | ||
4574 | 9513 | ||
4575 | 2005-10-06 12:12 seanius | 9514 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@813 f882894a-f735-0410-b71e-b25c423dba1c |
4576 | 9515 | ||
4577 | * [r1242] configure.in, plugins-root/Makefile.am: | 9516 | 2004-02-20 Ton Voon <tonvoon@users.sourceforge.net> |
4578 | whoops. now using automake conditionals to prevent attempted | ||
4579 | compiles of pst3 on non solaris systems. | ||
4580 | 9517 | ||
4581 | 2005-09-25 16:34 seanius | 9518 | * plugins/check_procs.c: - compiler warning removed (but usage2 messages badly broken) git-svn-id: |
4582 | 9519 | ||
4583 | * [r1241] plugins-root/Makefile.am: | 9520 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@812 f882894a-f735-0410-b71e-b25c423dba1c |
4584 | added rules to Makefile.am for pst3 | ||
4585 | 9521 | ||
4586 | 2005-09-24 20:01 seanius | 9522 | 2004-02-20 Ton Voon <tonvoon@users.sourceforge.net> |
4587 | 9523 | ||
4588 | * [r1240] configure.in: | 9524 | * AUTHORS: Matt Pounsett for bug report git-svn-id: |
4589 | a final change to hardcode the path for where plugins are | ||
4590 | installed. it's a very, very ugly hack... if anyone can think of | ||
4591 | a better way to do it, i'm all ears. | ||
4592 | 9525 | ||
4593 | 2005-09-22 12:10 seanius | 9526 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@811 f882894a-f735-0410-b71e-b25c423dba1c |
4594 | 9527 | ||
4595 | * [r1239] configure.in: | 9528 | 2004-02-20 Ton Voon <tonvoon@users.sourceforge.net> |
4596 | use test instead of '[ ... ]' in configure.in. the | ||
4597 | check_procs/pst3 situation is still not quite fixed. | ||
4598 | 9529 | ||
4599 | 2005-09-22 09:43 seanius | 9530 | * plugins/check_dns.c: Different text to scan for if multiple |
9531 | addresses git-svn-id: | ||
4600 | 9532 | ||
4601 | * [r1238] THANKS.in, configure.in, plugins-root/pst3.c: | 9533 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@810 f882894a-f735-0410-b71e-b25c423dba1c |
4602 | first version of bob ingraham's pst3 to allow checking for longer | ||
4603 | cmdline names than otherwise possible, by querying solaris kmem | ||
4604 | directly (ps forcibly truncates). added requisite configure.in | ||
4605 | voodoo and updated THANKS.in. | ||
4606 | 9534 | ||
4607 | 2005-09-22 08:10 tonvoon | 9535 | 2004-02-20 Ton Voon <tonvoon@users.sourceforge.net> |
4608 | 9536 | ||
4609 | * [r1237] po/POTFILES.in: | 9537 | * plugins/check_swap.c: Corrected usage message (Matt Pounsett) git-svn-id: |
4610 | Mark moving of check_dhcp and check_icmp for translation | ||
4611 | 9538 | ||
4612 | 2005-09-21 13:07 tonvoon | 9539 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@809 f882894a-f735-0410-b71e-b25c423dba1c |
4613 | 9540 | ||
4614 | * [r1236] AUTHORS, THANKS.in: | 9541 | 2004-02-19 Ton Voon <tonvoon@users.sourceforge.net> |
4615 | Updated with contributors and new team member | ||
4616 | 9542 | ||
4617 | 2005-09-21 13:04 tonvoon | 9543 | * AUTHORS: Michael Musikhin for check_disk patch git-svn-id: |
4618 | 9544 | ||
4619 | * [r1235] plugins/check_nwstat.c: | 9545 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@808 f882894a-f735-0410-b71e-b25c423dba1c |
4620 | Reopen connections for each query (1296296 - David Sullivan) | ||
4621 | 9546 | ||
4622 | 2005-09-21 10:09 tonvoon | 9547 | 2004-02-19 Ton Voon <tonvoon@users.sourceforge.net> |
4623 | 9548 | ||
4624 | * [r1234] plugins/check_dhcp.c, plugins/check_icmp.c: | 9549 | * plugins/check_disk.c: Uninitialised variables for -X (Bug 900091 - |
4625 | Moved into plugins-root/ | 9550 | Michael Musikhin) git-svn-id: |
4626 | 9551 | ||
4627 | 2005-09-21 10:06 tonvoon | 9552 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@807 f882894a-f735-0410-b71e-b25c423dba1c |
4628 | 9553 | ||
4629 | * [r1233] ACKNOWLEDGEMENTS, CHANGES, Makefile.am, README, | 9554 | 2004-02-18 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
4630 | configure.in, plugins-root, plugins-root/.cvsignore, | ||
4631 | plugins-root/Makefile.am, plugins-root/check_dhcp.c, | ||
4632 | plugins-root/check_icmp.c, plugins/Makefile.am: | ||
4633 | Separation of root setuid plugins into plugins-root/ | ||
4634 | 9555 | ||
4635 | 2005-09-20 16:11 tonvoon | 9556 | * configure.in: version bump (old) git-svn-id: |
4636 | 9557 | ||
4637 | * [r1232] configure.in: | 9558 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@806 f882894a-f735-0410-b71e-b25c423dba1c |
4638 | Incorrect assignment of procppid in configure.in (1296497 - | ||
4639 | Pascal Larisch) | ||
4640 | 9559 | ||
4641 | 2005-09-20 11:34 tonvoon | 9560 | 2004-02-18 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
4642 | 9561 | ||
4643 | * [r1231] configure.in, plugins/t/check_procs.t: | 9562 | * acinclude.m4, lib/afs.m4, lib/fstypename.m4, lib/fsusage.m4: |
4644 | Support for Tru64 for check_procs + additional test cases | 9563 | underquoted defines cause warning on FC2 git-svn-id: |
4645 | 9564 | ||
4646 | 2005-09-19 14:18 tonvoon | 9565 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@805 f882894a-f735-0410-b71e-b25c423dba1c |
4647 | 9566 | ||
4648 | * [r1230] doc/RELEASING: | 9567 | 2004-02-18 Ton Voon <tonvoon@users.sourceforge.net> |
4649 | Note to update version number before creating ChangeLog | ||
4650 | 9568 | ||
4651 | 2005-09-19 13:51 tonvoon | 9569 | * AUTHORS: Johannes Herlitz for patch to check_dns git-svn-id: |
4652 | 9570 | ||
4653 | * [r1228] configure.in, package.def: | 9571 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@804 f882894a-f735-0410-b71e-b25c423dba1c |
4654 | For 1.4.2 release | ||
4655 | 9572 | ||
4656 | 2005-09-19 13:48 tonvoon | 9573 | 2004-02-18 Ton Voon <tonvoon@users.sourceforge.net> |
4657 | 9574 | ||
4658 | * [r1227] ChangeLog: | 9575 | * plugins/check_dns.c: Output message includes the query_address, as |
4659 | Updated for 1.4.2 release | 9576 | inspired by Johannes Herlitz. Also cleanup of comments and handles |
9577 | multi-line nslookup output (MacOSX 10.3) git-svn-id: | ||
4660 | 9578 | ||
4661 | 2005-09-19 13:46 tonvoon | 9579 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@803 f882894a-f735-0410-b71e-b25c423dba1c |
4662 | 9580 | ||
4663 | * [r1226] doc/RELEASING: | 9581 | 2004-02-17 Ton Voon <tonvoon@users.sourceforge.net> |
4664 | Reminders for news item and tag format | ||
4665 | 9582 | ||
4666 | 2005-09-19 13:42 tonvoon | 9583 | * AUTHORS: David Alden for check_snmp_procs.pl git-svn-id: |
4667 | 9584 | ||
4668 | * [r1225] BUGS: | 9585 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@802 f882894a-f735-0410-b71e-b25c423dba1c |
4669 | Updated BUGS for 1.4.2 release | ||
4670 | 9586 | ||
4671 | 2005-09-19 10:58 tonvoon | 9587 | 2004-02-17 Ton Voon <tonvoon@users.sourceforge.net> |
4672 | 9588 | ||
4673 | * [r1224] THANKS.in: | 9589 | * contrib/check_snmp_procs.pl: Checks remote processes via SNMP |
4674 | More contributors | 9590 | (David Alden) git-svn-id: |
4675 | 9591 | ||
4676 | 2005-09-15 08:39 tonvoon | 9592 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@801 f882894a-f735-0410-b71e-b25c423dba1c |
4677 | 9593 | ||
4678 | * [r1223] plugins/t/check_ping.t: | 9594 | 2004-02-09 Ton Voon <tonvoon@users.sourceforge.net> |
4679 | Added test to make sure hostname has to be specified | ||
4680 | 9595 | ||
4681 | 2005-09-15 08:27 tonvoon | 9596 | * AUTHORS: Patrick McCormick git-svn-id: |
4682 | 9597 | ||
4683 | * [r1222] plugins/check_procs.c, plugins/check_swap.c: | 9598 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@800 f882894a-f735-0410-b71e-b25c423dba1c |
4684 | - Cleanup minor compile errors on Irix | ||
4685 | 9599 | ||
4686 | 2005-09-14 14:40 tonvoon | 9600 | 2004-02-09 Ton Voon <tonvoon@users.sourceforge.net> |
4687 | 9601 | ||
4688 | * [r1221] plugins/check_ping.c: | 9602 | * plugins/check_ping.c: Fix for check_ping old-style argument |
4689 | Using common message | 9603 | handling (Patrick McCormick - 892211) git-svn-id: |
4690 | 9604 | ||
4691 | 2005-09-14 14:36 tonvoon | 9605 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@799 f882894a-f735-0410-b71e-b25c423dba1c |
4692 | 9606 | ||
4693 | * [r1220] plugins/check_ping.c: | 9607 | 2004-01-28 Ton Voon <tonvoon@users.sourceforge.net> |
4694 | Required hostname not flagging as an error | ||
4695 | 9608 | ||
4696 | 2005-09-14 12:40 tonvoon | 9609 | * plugins/check_dummy.c: Print optional text git-svn-id: |
4697 | 9610 | ||
4698 | * [r1219] plugins/Makefile.am: | 9611 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@798 f882894a-f735-0410-b71e-b25c423dba1c |
4699 | Some makes do not like blank lines after "\". Fixed check_ldaps | ||
4700 | to only generate if check_ldap was created (Chester Hosey) | ||
4701 | 9612 | ||
4702 | 2005-09-14 09:53 tonvoon | 9613 | 2004-01-21 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
4703 | 9614 | ||
4704 | * [r1218] plugins/check_load.c: | 9615 | * AUTHORS: credit David Croft (patch check_tcp formultibyte malloc |
4705 | Fix to parsing of uptime (Ronald Tin - 1254656) | 9616 | bug in server_expect) git-svn-id: |
4706 | 9617 | ||
4707 | 2005-09-14 09:49 tonvoon | 9618 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@797 f882894a-f735-0410-b71e-b25c423dba1c |
4708 | 9619 | ||
4709 | * [r1217] configure.in: | 9620 | 2004-01-21 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
4710 | - Removing typos | ||
4711 | 9621 | ||
4712 | 2005-09-13 15:48 tonvoon | 9622 | * plugins/check_tcp.c: =fix segfault on malloc of server_expect for |
9623 | multibyte chars (David Croft) git-svn-id: | ||
4713 | 9624 | ||
4714 | * [r1216] plugins/check_ping.c: | 9625 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@796 f882894a-f735-0410-b71e-b25c423dba1c |
4715 | More diagnostic messages from check_ping | ||
4716 | 9626 | ||
4717 | 2005-09-12 11:20 seanius | 9627 | 2004-01-18 Subhendu Ghosh <sghosh@users.sourceforge.net> |
4718 | 9628 | ||
4719 | * [r1215] plugins/check_ping.c: | 9629 | * contrib/check_snmp_printer.pl: plugin to check printer status via |
4720 | re-add a call to setlocale(LC_ALL, "") in check_ping.c | 9630 | snmp, includes page count as perfdata; perl plugin git-svn-id: |
4721 | 9631 | ||
4722 | 2005-09-12 10:37 tonvoon | 9632 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@795 f882894a-f735-0410-b71e-b25c423dba1c |
4723 | 9633 | ||
4724 | * [r1214] THANKS.in: | 9634 | 2003-12-24 Ton Voon <tonvoon@users.sourceforge.net> |
4725 | For help in fixing Red Hat problem with ECHILD and waitpid | ||
4726 | 9635 | ||
4727 | 2005-09-12 10:31 tonvoon | 9636 | * AUTHORS: Bug reporter git-svn-id: |
4728 | 9637 | ||
4729 | * [r1213] Makefile.am, config_test, config_test/Makefile, | 9638 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@794 f882894a-f735-0410-b71e-b25c423dba1c |
4730 | config_test/child_test.c, config_test/run_tests, configure.in, | ||
4731 | plugins/popen.c: | ||
4732 | ECHILD error at waitpid on Red Hat systems (Peter Pramberger and | ||
4733 | Sascha Runschke - 1250191) | ||
4734 | 9639 | ||
4735 | 2005-08-30 22:11 tonvoon | 9640 | 2003-12-24 Ton Voon <tonvoon@users.sourceforge.net> |
4736 | 9641 | ||
4737 | * [r1212] plugins-scripts/subst.in: | 9642 | * plugins/check_swap.c: Fixed help doc on use of % (854817 - Gunnar |
4738 | Better comments for what the substitutions are doing | 9643 | Hellekson) git-svn-id: |
4739 | 9644 | ||
4740 | 2005-08-01 21:30 tonvoon | 9645 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@793 f882894a-f735-0410-b71e-b25c423dba1c |
4741 | 9646 | ||
4742 | * [r1210] doc/BRANCHING: | 9647 | 2003-12-18 Ton Voon <tonvoon@users.sourceforge.net> |
4743 | Move notes on branching away from RELEASING | ||
4744 | 9648 | ||
4745 | 2005-08-01 21:28 tonvoon | 9649 | * README: Reference to CHANGES file git-svn-id: |
4746 | 9650 | ||
4747 | * [r1209] BUGS, ChangeLog, REQUIREMENTS, configure.in, package.def: | 9651 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@792 f882894a-f735-0410-b71e-b25c423dba1c |
4748 | For 1.4.1 release | ||
4749 | 9652 | ||
4750 | 2005-07-25 14:17 illumino | 9653 | 2003-12-18 Ton Voon <tonvoon@users.sourceforge.net> |
4751 | 9654 | ||
4752 | * [r1208] NPTest.pm: | 9655 | * Makefile.am: Add CHANGES file to distribution git-svn-id: |
4753 | Change the environment variable NPTESTCACHE to NPTEST_CACHE for | ||
4754 | consistancy | ||
4755 | 9656 | ||
4756 | 2005-07-25 01:47 illumino | 9657 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@791 f882894a-f735-0410-b71e-b25c423dba1c |
4757 | 9658 | ||
4758 | * [r1207] Helper.pm, Makefile.am, NPTest.pm, configure.in, | 9659 | 2003-12-18 Ton Voon <tonvoon@users.sourceforge.net> |
4759 | plugins-scripts/t/check_rpc.t, plugins/t/check_disk.t, | ||
4760 | plugins/t/check_dns.t, plugins/t/check_fping.t, | ||
4761 | plugins/t/check_ftp.t, plugins/t/check_hpjd.t, | ||
4762 | plugins/t/check_http.t, plugins/t/check_imap.t, | ||
4763 | plugins/t/check_load.t, plugins/t/check_mysql.t, | ||
4764 | plugins/t/check_ping.t, plugins/t/check_pop.t, | ||
4765 | plugins/t/check_procs.t, plugins/t/check_smtp.t, | ||
4766 | plugins/t/check_snmp.t, plugins/t/check_swap.t, | ||
4767 | plugins/t/check_tcp.t, plugins/t/check_time.t, | ||
4768 | plugins/t/check_udp.t, plugins/t/check_users.t, | ||
4769 | plugins/t/check_vsz.t, test.pl.in: | ||
4770 | [1185704] New Testing Infrastructure. Complete rewrite of the | ||
4771 | original testing infrastructure and all test cases (to use the | ||
4772 | new infrastructure) See NPTest.pm and issue 1185704 for more | ||
4773 | details. | ||
4774 | 9660 | ||
4775 | 2005-07-20 22:39 tonvoon | 9661 | * CHANGES: List major changes between releases git-svn-id: |
4776 | 9662 | ||
4777 | * [r1206] THANKS.in: | 9663 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@790 f882894a-f735-0410-b71e-b25c423dba1c |
4778 | More contributors | ||
4779 | 9664 | ||
4780 | 2005-07-20 22:38 tonvoon | 9665 | 2003-12-11 Ton Voon <tonvoon@users.sourceforge.net> |
4781 | 9666 | ||
4782 | * [r1205] plugins/check_ping.c: | 9667 | * AUTHORS: For patch to check_http git-svn-id: |
4783 | Fix parsing for netkit-ping and iputils-ping (Christian G Warden) | ||
4784 | 9668 | ||
4785 | 2005-07-11 22:15 tonvoon | 9669 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@789 f882894a-f735-0410-b71e-b25c423dba1c |
4786 | 9670 | ||
4787 | * [r1204] plugins/check_nwstat.c: | 9671 | 2003-12-11 Ton Voon <tonvoon@users.sourceforge.net> |
4788 | Miscelleneous bug fixes (Gerd Mueller - 1235879) | ||
4789 | 9672 | ||
4790 | 2005-07-09 04:44 tonvoon | 9673 | * plugins/check_http.c: Relative redirects not followed correctly |
9674 | (854131 - John Sivak) git-svn-id: | ||
4791 | 9675 | ||
4792 | * [r1203] BRANCHES: | 9676 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@788 f882894a-f735-0410-b71e-b25c423dba1c |
4793 | Changed format (already!) for awk simplicity | ||
4794 | 9677 | ||
4795 | 2005-07-09 04:03 tonvoon | 9678 | 2003-12-05 Ton Voon <tonvoon@users.sourceforge.net> |
4796 | 9679 | ||
4797 | * [r1202] BRANCHES: | 9680 | * AUTHORS: Ben Whaley for reported Solaris 8 /usr/ucb/ps problem in |
4798 | Master file to describe the current branches in CVS. Will be used | 9681 | configure.in git-svn-id: |
4799 | by sfsnapshot to create the snapshot tarballs | ||
4800 | 9682 | ||
4801 | 2005-07-06 22:21 tonvoon | 9683 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@787 f882894a-f735-0410-b71e-b25c423dba1c |
4802 | 9684 | ||
4803 | * [r1201] configure.in: | 9685 | 2003-12-05 Ton Voon <tonvoon@users.sourceforge.net> |
4804 | Removed ",", causing problems with MacOSX compile | ||
4805 | 9686 | ||
4806 | 2005-07-06 22:10 tonvoon | 9687 | * configure.in: Not correctly working out ps command if /usr/ucb |
9688 | before /usr/bin in PATH for Solaris (reported by Ben Whaley) git-svn-id: | ||
4807 | 9689 | ||
4808 | * [r1200] plugins/check_swap.c: | 9690 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@786 f882894a-f735-0410-b71e-b25c423dba1c |
4809 | Updated help file to remove swap -s reference (Sivakumar | ||
4810 | Nellurandi) | ||
4811 | 9691 | ||
4812 | 2005-07-06 21:00 tonvoon | 9692 | 2003-12-05 Ton Voon <tonvoon@users.sourceforge.net> |
4813 | 9693 | ||
4814 | * [r1199] AUTHORS, THANKS.in: | 9694 | * AUTHORS: Patch to my_connect git-svn-id: |
4815 | Sean Finney moved to main list of plugin developers | ||
4816 | 9695 | ||
4817 | 2005-07-04 09:52 opensides | 9696 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@785 f882894a-f735-0410-b71e-b25c423dba1c |
4818 | 9697 | ||
4819 | * [r1198] contrib/tarballs/check_traffic-0.90b.tar.gz: | 9698 | 2003-12-05 Ton Voon <tonvoon@users.sourceforge.net> |
4820 | replace the version of check_traffic who was missing the plugin | ||
4821 | by a good one | ||
4822 | 9699 | ||
4823 | 2005-06-29 04:11 seanius | 9700 | * plugins/netutils.c, plugins/netutils.h: Fix clash of namespace for |
9701 | my_connect with mysql (854339 - Ian Holsman) git-svn-id: | ||
4824 | 9702 | ||
4825 | * [r1197] plugins/runcmd.c, plugins/runcmd.h: | 9703 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@784 f882894a-f735-0410-b71e-b25c423dba1c |
4826 | initial versions of the runcmd framework by andreas | ||
4827 | 9704 | ||
4828 | 2005-06-29 01:04 seanius | 9705 | 2003-12-02 Ton Voon <tonvoon@users.sourceforge.net> |
4829 | 9706 | ||
4830 | * [r1196] plugins/check_swap.c: | 9707 | * plugins/check_disk.c: Default thresholds not defined for lists in |
4831 | divide by 0 fix for check_swap | 9708 | -x parameter (raised by Matt Garrett) git-svn-id: |
4832 | 9709 | ||
4833 | 2005-06-28 02:26 seanius | 9710 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@783 f882894a-f735-0410-b71e-b25c423dba1c |
4834 | 9711 | ||
4835 | * [r1195] plugins/check_load.c: | 9712 | 2003-12-01 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
4836 | set LC_NUMERIC to POSIX in check_load (1164325) | ||
4837 | 9713 | ||
4838 | 2005-06-28 00:26 seanius | 9714 | * po/de.po, po/fr.po: commit changes caused by upstream code mods git-svn-id: |
4839 | 9715 | ||
4840 | * [r1194] configure.in, plugins/Makefile.am, plugins/check_swap.c: | 9716 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@782 f882894a-f735-0410-b71e-b25c423dba1c |
4841 | scanf parsing fix for check_swap from tracker id 1123292. now use | ||
4842 | floor(3) to round down floating point numbers. requires -lm on | ||
4843 | many systems, so support for testing for this was added to the | ||
4844 | configure.in and automake template | ||
4845 | 9717 | ||
4846 | 2005-06-27 13:07 seanius | 9718 | 2003-12-01 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
4847 | 9719 | ||
4848 | * [r1193] plugins/check_hpjd.c: | 9720 | * plugins/check_procs.c: use usage2 function git-svn-id: |
4849 | fixes from richard brodie (tracker id 1216576) | ||
4850 | 9721 | ||
4851 | 2005-06-26 16:27 seanius | 9722 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@781 f882894a-f735-0410-b71e-b25c423dba1c |
4852 | 9723 | ||
4853 | * [r1192] contrib/check_dl_size.pl, contrib/check_ftpget.pl, | 9724 | 2003-12-01 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
4854 | contrib/check_logins.c, contrib/check_mysql.c, | ||
4855 | contrib/check_mysql.pl, contrib/check_mysqlslave.pl, | ||
4856 | contrib/check_nwstat.pl, contrib/check_pop3.pl, | ||
4857 | contrib/check_procl.sh, contrib/check_procr.sh: | ||
4858 | spring cleaning of contrib directory from andreas | ||
4859 | 9725 | ||
4860 | 2005-06-26 16:18 seanius | 9726 | * nagios-plugins.spec.in: add THANKS to %doc git-svn-id: |
4861 | 9727 | ||
4862 | * [r1191] contrib/tarballs/berger-ping.tar.gz, | 9728 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@780 f882894a-f735-0410-b71e-b25c423dba1c |
4863 | contrib/tarballs/check_memory.tgz, | ||
4864 | contrib/tarballs/check_spread.tar, | ||
4865 | contrib/tarballs/radius.tar.gz: | ||
4866 | removal of obsolete tarballs | ||
4867 | 9729 | ||
4868 | 2005-06-26 01:23 seanius | 9730 | 2003-11-28 Ton Voon <tonvoon@users.sourceforge.net> |
4869 | 9731 | ||
4870 | * [r1190] plugins/check_swap.c: | 9732 | * plugins/check_procs.c: Fixed listing of failed processes git-svn-id: |
4871 | "asprintf madness" fix from andreas' patch to np-d, minus the | ||
4872 | comments. | ||
4873 | 9733 | ||
4874 | 2005-06-05 17:43 seanius | 9734 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@779 f882894a-f735-0410-b71e-b25c423dba1c |
4875 | 9735 | ||
4876 | * [r1189] plugins/check_tcp.c: | 9736 | 2003-11-24 Ton Voon <tonvoon@users.sourceforge.net> |
4877 | check_tcp code cleanup from andreas plus fix to andreas' patch | ||
4878 | from sean | ||
4879 | 9737 | ||
4880 | 2005-06-03 13:53 seanius | 9738 | * AUTHORS: For patches git-svn-id: |
4881 | 9739 | ||
4882 | * [r1188] plugins/check_procs.c: | 9740 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@778 f882894a-f735-0410-b71e-b25c423dba1c |
4883 | gcc 2.x fixes from edward | ||
4884 | 9741 | ||
4885 | 2005-06-01 19:41 sghosh | 9742 | 2003-11-24 Ton Voon <tonvoon@users.sourceforge.net> |
4886 | 9743 | ||
4887 | * [r1187] plugins/check_snmp.c: | 9744 | * plugins/check_hpjd.c: Bug from code-clean (Antony Simmonds - |
4888 | only load mibs if needed or specified - patch 1212395 | 9745 | 846311) git-svn-id: |
4889 | 9746 | ||
4890 | 2005-05-28 01:21 seanius | 9747 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@777 f882894a-f735-0410-b71e-b25c423dba1c |
4891 | 9748 | ||
4892 | * [r1186] plugins/check_load.c: | 9749 | 2003-11-21 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
4893 | bugfixes to check_load thanks to andreas | ||
4894 | 9750 | ||
4895 | 2005-05-26 02:13 seanius | 9751 | * README: update auotmake/autoconf versions git-svn-id: |
4896 | 9752 | ||
4897 | * [r1185] plugins/check_mysql.c: | 9753 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@776 f882894a-f735-0410-b71e-b25c423dba1c |
4898 | fix for check_msyql so that it doesn't use column numbers but the | ||
4899 | names instead for determining slave status. thanks to james | ||
4900 | kingston. | ||
4901 | 9754 | ||
4902 | 2005-05-25 17:42 sghosh | 9755 | 2003-11-21 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
4903 | 9756 | ||
4904 | * [r1183] plugins/check_time.c: | 9757 | * doc/developer-guidelines.sgml: update developer names git-svn-id: |
4905 | 64bit sys support - 1185713 | ||
4906 | 9758 | ||
4907 | 2005-05-25 15:40 sghosh | 9759 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@775 f882894a-f735-0410-b71e-b25c423dba1c |
4908 | 9760 | ||
4909 | * [r1182] plugins/check_snmp.c: | 9761 | 2003-11-21 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
4910 | support for getnext - 1106430 | ||
4911 | 9762 | ||
4912 | 2005-05-25 14:25 sghosh | 9763 | * INSTALLING: our policy now is to use most recent versions of GNU |
9764 | tool chain git-svn-id: | ||
4913 | 9765 | ||
4914 | * [r1181] plugins/check_ping.c: | 9766 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@774 f882894a-f735-0410-b71e-b25c423dba1c |
4915 | RH9 pattern | ||
4916 | 9767 | ||
4917 | 2005-05-25 14:05 sghosh | 9768 | 2003-11-19 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
4918 | 9769 | ||
4919 | * [r1180] plugins-scripts/check_ntp.pl: | 9770 | * plugins/check_time.c: add perfdata git-svn-id: |
4920 | perfdata patch - 1172539 | ||
4921 | 9771 | ||
4922 | 2005-05-25 03:37 sghosh | 9772 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@773 f882894a-f735-0410-b71e-b25c423dba1c |
4923 | 9773 | ||
4924 | * [r1179] plugins-scripts/check_ntp.pl: | 9774 | 2003-11-19 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
4925 | new option for zero offset - 1159317 | ||
4926 | 9775 | ||
4927 | 2005-05-25 03:23 sghosh | 9776 | * plugins/check_smtp.c: use perfdata() to return perfoamnace data in |
9777 | stanadrd format git-svn-id: | ||
4928 | 9778 | ||
4929 | * [r1178] plugins/check_snmp.c: | 9779 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@772 f882894a-f735-0410-b71e-b25c423dba1c |
4930 | v2c support - 1155754 | ||
4931 | 9780 | ||
4932 | 2005-05-25 00:43 seanius | 9781 | 2003-11-17 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
4933 | 9782 | ||
4934 | * [r1177] configure.in, plugins/check_nagios.c, | 9783 | * plugins/check_ups.c: bugfix - each supported option was |
4935 | plugins/check_procs.c: | 9784 | overwriting the previous perfdata git-svn-id: |
4936 | fixes for check_procs: - added support for printing the pid in | ||
4937 | all the ps outputs - don't use the proc name to ignore self, use | ||
4938 | the pid vs getpid(). - initialize procetime to null string | ||
4939 | otherwise -vvv can have funny results | ||
4940 | 9785 | ||
4941 | 2005-05-25 00:30 seanius | 9786 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@771 f882894a-f735-0410-b71e-b25c423dba1c |
4942 | 9787 | ||
4943 | * [r1176] plugins/check_tcp.c, plugins/netutils.c, | 9788 | 2003-11-17 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
4944 | plugins/netutils.h: | ||
4945 | bah, my_connect is taken by mysql. now calling it np_net_connect. | ||
4946 | 9789 | ||
4947 | 2005-05-24 22:33 sghosh | 9790 | * plugins/check_ups.c: add perfdata git-svn-id: |
4948 | 9791 | ||
4949 | * [r1175] plugins-scripts/check_ntp.pl: | 9792 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@770 f882894a-f735-0410-b71e-b25c423dba1c |
4950 | patched bug id 1200030 - regex update | ||
4951 | 9793 | ||
4952 | 2005-05-24 22:10 sghosh | 9794 | 2003-11-17 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
4953 | 9795 | ||
4954 | * [r1174] plugins-scripts/check_ntp.pl: | 9796 | * plugins/check_pgsql.c: add perfdata git-svn-id: |
4955 | patched bug id 1204636 | ||
4956 | 9797 | ||
4957 | 2005-05-24 20:25 seanius | 9798 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@769 f882894a-f735-0410-b71e-b25c423dba1c |
4958 | 9799 | ||
4959 | * [r1173] plugins/check_tcp.c, plugins/netutils.c, | 9800 | 2003-11-12 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
4960 | plugins/netutils.h: | ||
4961 | optimizations and cleanup from andreas | ||
4962 | 9801 | ||
4963 | 2005-05-23 05:09 seanius | 9802 | * plugins/check_snmp.c: clean up compiler warnings git-svn-id: |
4964 | 9803 | ||
4965 | * [r1172] nagios-plugins.spec.in: | 9804 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@768 f882894a-f735-0410-b71e-b25c423dba1c |
4966 | build fix | ||
4967 | 9805 | ||
4968 | 2005-05-03 02:00 seanius | 9806 | 2003-11-12 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
4969 | 9807 | ||
4970 | * [r1171] plugins/check_ping.c: | 9808 | * plugins/check_mrtg.c, plugins/check_nt.c: clean up compiler |
4971 | setlocale(LC_ALL, "") should be setlocale(LC_NUMERIC, "C") to | 9809 | warnings git-svn-id: |
4972 | properly parse the output of ping. | ||
4973 | 9810 | ||
4974 | 2005-05-03 01:52 seanius | 9811 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@767 f882894a-f735-0410-b71e-b25c423dba1c |
4975 | 9812 | ||
4976 | * [r1170] plugins/check_tcp.c: | 9813 | 2003-11-12 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
4977 | if check_tcp was called with -e but not -s, it would hang in a | ||
4978 | call to my_recv. the fix committed here adds on more piece of | ||
4979 | logic to the check to see if more data needs to be read, avoiding | ||
4980 | the deadlock call. a better fix would be to not use these | ||
4981 | "voodoo" heuristics and instead use poll() or select(), but | ||
4982 | that's quite a bit more complicated. | ||
4983 | 9814 | ||
4984 | 2005-05-01 20:12 seanius | 9815 | * plugins/check_mrtgtraf.c, plugins/check_swap.c: clean up compiler |
9816 | warnings git-svn-id: | ||
4985 | 9817 | ||
4986 | * [r1169] plugins/popen.c, plugins/popen.h: | 9818 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@766 f882894a-f735-0410-b71e-b25c423dba1c |
4987 | better error checking in spopen signal handler (see 1107524) | ||
4988 | 9819 | ||
4989 | 2005-05-01 19:50 seanius | 9820 | 2003-11-12 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
4990 | 9821 | ||
4991 | * [r1168] configure.in: | 9822 | * plugins/check_mrtgtraf.c: add perfdata git-svn-id: |
4992 | provide a --with-perl option | ||
4993 | 9823 | ||
4994 | 2005-04-29 00:27 stanleyhopcroft | 9824 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@765 f882894a-f735-0410-b71e-b25c423dba1c |
4995 | 9825 | ||
4996 | * [r1167] contrib/check_sybase: | 9826 | 2003-11-12 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
4997 | check_sybase 0.7 from Simon Bellman. Thx | ||
4998 | 9827 | ||
4999 | 2005-04-19 00:16 seanius | 9828 | * plugins/check_dig.c: remove overflow checks of strtod - HUGE_VALF |
9829 | requires C99; also remove equality checks on warn/crit interval | ||
9830 | which are no doubles git-svn-id: | ||
5000 | 9831 | ||
5001 | * [r1166] plugins-scripts/check_ntp.pl: | 9832 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@764 f882894a-f735-0410-b71e-b25c423dba1c |
5002 | regexp fix for check_ntp | ||
5003 | 9833 | ||
5004 | 2005-04-19 00:09 seanius | 9834 | 2003-11-11 Ton Voon <tonvoon@users.sourceforge.net> |
5005 | 9835 | ||
5006 | * [r1165] configure.in: | 9836 | * plugins/check_tcp.c: Added perfdata git-svn-id: |
5007 | check for the -w flag for ping6 as well as ping | ||
5008 | 9837 | ||
5009 | 2005-04-17 22:22 seanius | 9838 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@763 f882894a-f735-0410-b71e-b25c423dba1c |
5010 | 9839 | ||
5011 | * [r1164] plugins-scripts/check_disk_smb.pl: | 9840 | 2003-11-11 Ton Voon <tonvoon@users.sourceforge.net> |
5012 | also change the --help output to reflect that check_disk_smb | ||
5013 | defaults to empty passwords | ||
5014 | 9841 | ||
5015 | 2005-04-16 06:09 seanius | 9842 | * plugins/check_users.c: Added perfdata git-svn-id: |
5016 | 9843 | ||
5017 | * [r1163] plugins-scripts/check_disk_smb.pl: | 9844 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@762 f882894a-f735-0410-b71e-b25c423dba1c |
5018 | patch to check_disk_smb to allow empty passwords | ||
5019 | 9845 | ||
5020 | 2005-04-14 04:13 seanius | 9846 | 2003-11-11 Ton Voon <tonvoon@users.sourceforge.net> |
5021 | 9847 | ||
5022 | * [r1162] plugins-scripts/check_mailq.pl: | 9848 | * plugins/check_swap.c: Added perfdata git-svn-id: |
5023 | check_mailq fix, don't be case sensitive matching | ||
5024 | /^\s+Total\sRequests:\s(\d+)$/ | ||
5025 | 9849 | ||
5026 | 2005-04-14 04:07 seanius | 9850 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@761 f882894a-f735-0410-b71e-b25c423dba1c |
5027 | 9851 | ||
5028 | * [r1161] plugins-scripts/check_ntp.pl: | 9852 | 2003-11-11 Ton Voon <tonvoon@users.sourceforge.net> |
5029 | typographical fix in check_ntp | ||
5030 | 9853 | ||
5031 | 2005-04-11 18:02 seanius | 9854 | * plugins/check_swap.c: Fixed if only absolute warn/crit set git-svn-id: |
5032 | 9855 | ||
5033 | * [r1160] plugins/check_ssh.c: | 9856 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@760 f882894a-f735-0410-b71e-b25c423dba1c |
5034 | properly call close() on the ssh connection before exiting. | ||
5035 | 9857 | ||
5036 | 2005-04-11 03:07 seanius | 9858 | 2003-11-10 Ton Voon <tonvoon@users.sourceforge.net> |
5037 | 9859 | ||
5038 | * [r1159] configure.in, plugins/check_tcp.c: | 9860 | * plugins/utils.h: - typo fixes git-svn-id: |
5039 | this should add support for check_ssmtp, based on the 1.3.x patch | ||
5040 | in 1155562, but fixed to follow how things are done in 1.4 (using | ||
5041 | strdup instead of asprintf) and patching configure.in instead of | ||
5042 | configure. | ||
5043 | 9861 | ||
5044 | 2005-04-07 04:33 seanius | 9862 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@759 f882894a-f735-0410-b71e-b25c423dba1c |
5045 | 9863 | ||
5046 | * [r1158] plugins/check_smtp.c: | 9864 | 2003-11-05 Subhendu Ghosh <sghosh@users.sourceforge.net> |
5047 | in honor of joining up, my first bugfix. this should resolve | ||
5048 | 1174070. | ||
5049 | |||
5050 | note i don't have an exchange server to test this against, but it | ||
5051 | does what the requester mentioned (slightly cleaner than the | ||
5052 | patch attached in the tracker). | ||
5053 | |||
5054 | it does, however, still work against my own postfix server :) | ||
5055 | |||
5056 | sean | ||
5057 | 9865 | ||
5058 | 2005-04-05 21:26 harpermann | 9866 | * plugins-scripts/check_ifoperstatus.pl, |
9867 | plugins-scripts/check_ifstatus.pl: added plugin timeout options git-svn-id: | ||
5059 | 9868 | ||
5060 | * [r1157] plugins/check_snmp.c: | 9869 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@758 f882894a-f735-0410-b71e-b25c423dba1c |
5061 | This is a first cut at adding performance data to check_snmp. I | ||
5062 | wasn't sure how to handle UOM so only values that return SNMP | ||
5063 | type Counter32: are labled with "c". All other values have a | ||
5064 | blank UOM. I also left off warn, crit, max and min values in the | ||
5065 | performance data until we come up with a way to handle them. | ||
5066 | 9870 | ||
5067 | 2005-04-04 18:25 tonvoon | 9871 | 2003-10-31 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
5068 | 9872 | ||
5069 | * [r1156] THANKS.in: | 9873 | * plugins/check_nt.c: provide an error message git-svn-id: |
5070 | More contributors | ||
5071 | 9874 | ||
5072 | 2005-04-04 18:24 tonvoon | 9875 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@757 f882894a-f735-0410-b71e-b25c423dba1c |
5073 | 9876 | ||
5074 | * [r1155] plugins/check_smtp.c: | 9877 | 2003-10-31 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
5075 | Fix static buffer (Nikolay Sturm) | ||
5076 | 9878 | ||
5077 | 2005-03-18 03:14 mattkent | 9879 | * plugins/check_hpjd.c: line indentation git-svn-id: |
5078 | 9880 | ||
5079 | * [r1154] plugins/check_mysql.c: | 9881 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@756 f882894a-f735-0410-b71e-b25c423dba1c |
5080 | Replication check support for 4.1.x from Gerrit Beine | ||
5081 | 9882 | ||
5082 | 2005-03-08 06:19 tonvoon | 9883 | 2003-10-31 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
5083 | 9884 | ||
5084 | * [r1149] plugins-scripts/check_ntp.pl: | 9885 | * plugins/check_load.c: add perfdata git-svn-id: |
5085 | Added OS info for offset issue | ||
5086 | 9886 | ||
5087 | 2005-03-04 22:20 tonvoon | 9887 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@755 f882894a-f735-0410-b71e-b25c423dba1c |
5088 | 9888 | ||
5089 | * [r1148] plugins-scripts/check_ntp.pl: | 9889 | 2003-10-31 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
5090 | Ignore extra check on offset 0.00000 (John Warburton - 1150777) | ||
5091 | 9890 | ||
5092 | 2005-03-04 21:58 tonvoon | 9891 | * plugins/check_mrtg.c: add perf data fix bug where stale data |
9892 | message would get overwritten git-svn-id: | ||
5093 | 9893 | ||
5094 | * [r1146] plugins/check_disk.c, plugins/check_smtp.c, | 9894 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@754 f882894a-f735-0410-b71e-b25c423dba1c |
5095 | plugins/check_ups.c: | ||
5096 | Fixed // comments (Steve Greenland - 1143836) | ||
5097 | 9895 | ||
5098 | 2005-03-04 21:50 tonvoon | 9896 | 2003-10-24 Ton Voon <tonvoon@users.sourceforge.net> |
5099 | 9897 | ||
5100 | * [r1145] plugins-scripts/check_ntp.pl: | 9898 | * plugins/common.h: Ignore __attribute__ for non-GNU compilers git-svn-id: |
5101 | Support for IPv6 (Merijn Evertse - 1119917) | ||
5102 | 9899 | ||
5103 | 2005-03-04 21:04 tonvoon | 9900 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@753 f882894a-f735-0410-b71e-b25c423dba1c |
5104 | 9901 | ||
5105 | * [r1144] configure.in, package.def: | 9902 | 2003-10-24 Ton Voon <tonvoon@users.sourceforge.net> |
5106 | Changed to next version number | ||
5107 | 9903 | ||
5108 | 2005-03-04 21:03 tonvoon | 9904 | * plugins/Makefile.am: Moved config.h to toplevel git-svn-id: |
5109 | 9905 | ||
5110 | * [r1143] doc/RELEASING: | 9906 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@752 f882894a-f735-0410-b71e-b25c423dba1c |
5111 | Notes on branching | ||
5112 | 9907 | ||
5113 | 2005-03-04 20:43 tonvoon | 9908 | 2003-10-23 Ton Voon <tonvoon@users.sourceforge.net> |
5114 | 9909 | ||
5115 | * [r1141] CHANGES: | 9910 | * lib/Makefile.am: Need to include intl/ for systems without |
5116 | Missed check_disk addition to 1.4 | 9911 | libintl.h git-svn-id: |
5117 | 9912 | ||
5118 | 2005-02-11 11:49 stanleyhopcroft | 9913 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@751 f882894a-f735-0410-b71e-b25c423dba1c |
5119 | 9914 | ||
5120 | * [r1140] plugins/Makefile.am: | 9915 | 2003-10-21 Ton Voon <tonvoon@users.sourceforge.net> |
5121 | Fix for check_icmp build on Solaris from Andreas Ericsson | ||
5122 | <ae@op5.se> | ||
5123 | 9916 | ||
5124 | 2005-02-04 00:44 tonvoon | 9917 | * AUTHORS: Matt Garrett for bug reports git-svn-id: |
5125 | 9918 | ||
5126 | * [r1138] configure.in: | 9919 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@750 f882894a-f735-0410-b71e-b25c423dba1c |
5127 | For 1.4 release | ||
5128 | 9920 | ||
5129 | 2005-02-04 00:43 tonvoon | 9921 | 2003-10-21 Ton Voon <tonvoon@users.sourceforge.net> |
5130 | 9922 | ||
5131 | * [r1137] ChangeLog: | 9923 | * plugins-scripts/check_file_age.pl: - Fixed file name (Matt Garrett) git-svn-id: |
5132 | Updated for 1.4 release | ||
5133 | 9924 | ||
5134 | 2005-02-04 00:29 tonvoon | 9925 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@749 f882894a-f735-0410-b71e-b25c423dba1c |
5135 | 9926 | ||
5136 | * [r1136] BUGS: | 9927 | 2003-10-20 Ton Voon <tonvoon@users.sourceforge.net> |
5137 | New file to note known bugs for major releases | ||
5138 | 9928 | ||
5139 | 2005-02-04 00:28 tonvoon | 9929 | * configure.in, lib/fsusage.c, lib/mountlist.c: Fix for config.h at |
9930 | top level. Required for intl/ git-svn-id: | ||
5140 | 9931 | ||
5141 | * [r1135] CHANGES: | 9932 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@748 f882894a-f735-0410-b71e-b25c423dba1c |
5142 | Reordering of items with most important announcements first | ||
5143 | 9933 | ||
5144 | 2005-02-04 00:27 stanleyhopcroft | 9934 | 2003-10-15 Ton Voon <tonvoon@users.sourceforge.net> |
5145 | 9935 | ||
5146 | * [r1134] contrib/check_oracle_tbs: | 9936 | * tools/mail_error: Need to export PATH for sfsnapshot to get |
5147 | New version (1.1) from John Koyle | 9937 | correct GNU toolchain git-svn-id: |
5148 | 9938 | ||
5149 | 2005-02-04 00:26 tonvoon | 9939 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@747 f882894a-f735-0410-b71e-b25c423dba1c |
5150 | 9940 | ||
5151 | * [r1133] Makefile.am: | 9941 | 2003-10-14 Subhendu Ghosh <sghosh@users.sourceforge.net> |
5152 | BUGS file addition to release | ||
5153 | 9942 | ||
5154 | 2005-02-04 00:26 tonvoon | 9943 | * plugins-scripts/check_ifoperstatus.pl: snmpv3 patches git-svn-id: |
5155 | 9944 | ||
5156 | * [r1132] README: | 9945 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@746 f882894a-f735-0410-b71e-b25c423dba1c |
5157 | Cleanup and addition of reference to BUGS file | ||
5158 | 9946 | ||
5159 | 2005-02-04 00:25 tonvoon | 9947 | 2003-10-14 Subhendu Ghosh <sghosh@users.sourceforge.net> |
5160 | 9948 | ||
5161 | * [r1131] doc/RELEASING: | 9949 | * plugins-scripts/check_ifstatus.pl: more snmpv3 patches git-svn-id: |
5162 | Updated with corrections. Added note to update BUGS file | ||
5163 | 9950 | ||
5164 | 2005-02-03 23:52 tonvoon | 9951 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@745 f882894a-f735-0410-b71e-b25c423dba1c |
5165 | 9952 | ||
5166 | * [r1130] THANKS.in: | 9953 | 2003-10-14 Subhendu Ghosh <sghosh@users.sourceforge.net> |
5167 | Patch against check_log | ||
5168 | 9954 | ||
5169 | 2005-02-03 23:51 tonvoon | 9955 | * plugins-scripts/check_ntp.pl: Bug 773588: added check to warn on |
9956 | matching # candidates only git-svn-id: | ||
5170 | 9957 | ||
5171 | * [r1129] plugins-scripts/check_log.sh: | 9958 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@744 f882894a-f735-0410-b71e-b25c423dba1c |
5172 | Check for log file readability | ||
5173 | 9959 | ||
5174 | 2005-02-02 09:47 stanleyhopcroft | 9960 | 2003-10-14 Subhendu Ghosh <sghosh@users.sourceforge.net> |
5175 | 9961 | ||
5176 | * [r1128] contrib/check_email_loop.pl: | 9962 | * plugins-scripts/check_ifstatus.pl: Added -M for maxmsgsize |
5177 | Add debug option from John Rouillard | 9963 | (v1/v2c) Added v3 support git-svn-id: |
5178 | 9964 | ||
5179 | 2005-02-02 06:42 stanleyhopcroft | 9965 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@743 f882894a-f735-0410-b71e-b25c423dba1c |
5180 | 9966 | ||
5181 | * [r1127] plugins/check_ide_smart.c: | 9967 | 2003-09-30 Ton Voon <tonvoon@users.sourceforge.net> |
5182 | try again to stop looping | ||
5183 | 9968 | ||
5184 | 2005-02-02 05:44 stanleyhopcroft | 9969 | * plugins/check_swap.c: Fixed logic problem if HAVE_SWAP, but not on |
9970 | AIX or Solaris. Removed unnecessary ifdefs for help page. Better | ||
9971 | indentation for ifdefs git-svn-id: | ||
5185 | 9972 | ||
5186 | * [r1126] plugins/check_ide_smart.c: | 9973 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@742 f882894a-f735-0410-b71e-b25c423dba1c |
5187 | restructure main() to stop looping on -n | ||
5188 | 9974 | ||
5189 | 2005-02-01 12:43 stanleyhopcroft | 9975 | 2003-09-29 Ton Voon <tonvoon@users.sourceforge.net> |
5190 | 9976 | ||
5191 | * [r1125] contrib/check_traceroute-pure_perl.pl: | 9977 | * lib/Makefile.am: Missed GNU files for AIX 5.1 git-svn-id: |
5192 | Thank you to Myke Place for check_traceroute-pure_perl.pl | ||
5193 | 9978 | ||
5194 | 2005-02-01 12:42 stanleyhopcroft | 9979 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@741 f882894a-f735-0410-b71e-b25c423dba1c |
5195 | 9980 | ||
5196 | * [r1124] THANKS.in: | 9981 | 2003-09-17 Ton Voon <tonvoon@users.sourceforge.net> |
5197 | Thank you for contributed plugins | ||
5198 | 9982 | ||
5199 | 2005-02-01 12:30 stanleyhopcroft | 9983 | * AUTHORS: Added authors of obsolete contrib plugins git-svn-id: |
5200 | 9984 | ||
5201 | * [r1123] plugins/Makefile.am: | 9985 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@740 f882894a-f735-0410-b71e-b25c423dba1c |
5202 | check_icmp added to libexec_PROGRAMS | ||
5203 | 9986 | ||
5204 | 2005-02-01 12:25 stanleyhopcroft | 9987 | 2003-09-17 Ton Voon <tonvoon@users.sourceforge.net> |
5205 | 9988 | ||
5206 | * [r1122] CHANGES: | 9989 | * contrib/maser-oracle.pl: Obsolete from main check_oracle git-svn-id: |
5207 | check_icmp no longer regarded as volatile; built by default | ||
5208 | 9990 | ||
5209 | 2005-02-01 12:23 stanleyhopcroft | 9991 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@739 f882894a-f735-0410-b71e-b25c423dba1c |
5210 | 9992 | ||
5211 | * [r1121] plugins/linux.h: | 9993 | 2003-09-17 Ton Voon <tonvoon@users.sourceforge.net> |
5212 | plugins/linux.h, vestigeal header required for prior versions of | ||
5213 | check_icmp, no longer required. | ||
5214 | 9994 | ||
5215 | 2005-02-01 07:35 stanleyhopcroft | 9995 | * contrib/aix/check_crit_dsk, contrib/aix/check_dsk, |
9996 | contrib/aix/check_ping: Plugins obsolete from main check_disk and | ||
9997 | check_ping git-svn-id: | ||
5216 | 9998 | ||
5217 | * [r1120] CHANGES: | 9999 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@738 f882894a-f735-0410-b71e-b25c423dba1c |
5218 | Amendments for check_icmp | ||
5219 | 10000 | ||
5220 | 2005-02-01 07:34 stanleyhopcroft | 10001 | 2003-09-17 Ton Voon <tonvoon@users.sourceforge.net> |
5221 | 10002 | ||
5222 | * [r1119] plugins/Makefile.am: | 10003 | * lib/strtod.c: Required if strtod not GNU compilant git-svn-id: |
5223 | hacks to partly support check_icmp.c (1.0). | ||
5224 | 10004 | ||
5225 | 2005-02-01 07:33 stanleyhopcroft | 10005 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@737 f882894a-f735-0410-b71e-b25c423dba1c |
5226 | 10006 | ||
5227 | * [r1118] plugins/check_icmp.c: | 10007 | 2003-09-17 Ton Voon <tonvoon@users.sourceforge.net> |
5228 | Revised check_icmp (1.0) from A Ericsson. | ||
5229 | 10008 | ||
5230 | 2005-02-01 04:20 stanleyhopcroft | 10009 | * configure.in, lib/Makefile.am, lib/error.c, lib/error.h, |
10010 | lib/error.m4, lib/malloc.c, lib/realloc.c, lib/unlocked-io.h, | ||
10011 | lib/xalloc.h, lib/xmalloc.c: Support to compile on AIX git-svn-id: | ||
5231 | 10012 | ||
5232 | * [r1117] contrib/check_asterisk.pl, contrib/check_email_loop.pl, | 10013 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@736 f882894a-f735-0410-b71e-b25c423dba1c |
5233 | contrib/check_http-with-client-certificate.c, | ||
5234 | contrib/tarballs/check_traffic-0.91b.tar.gz: | ||
5235 | New or revised plugin in /contrib | ||
5236 | 10014 | ||
5237 | 2005-01-28 22:42 stanleyhopcroft | 10015 | 2003-09-17 Ton Voon <tonvoon@users.sourceforge.net> |
5238 | 10016 | ||
5239 | * [r1116] contrib/check_sybase: | 10017 | * plugins/check_load.c: - typo git-svn-id: |
5240 | New version of Simon Bellwoods check_sybase (0.4). Thank you. | ||
5241 | 10018 | ||
5242 | 2005-01-27 10:34 stanleyhopcroft | 10019 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@735 f882894a-f735-0410-b71e-b25c423dba1c |
5243 | 10020 | ||
5244 | * [r1115] contrib/check_traceroute.pl: | 10021 | 2003-09-17 Ton Voon <tonvoon@users.sourceforge.net> |
5245 | Jon Meek's check_traceroute for Mon hacked by YT for Nagios. Prob | ||
5246 | pretty weak | ||
5247 | 10022 | ||
5248 | 2005-01-27 10:32 stanleyhopcroft | 10023 | * configure.in, plugins/check_swap.c: Support for check_swap in AIX |
10024 | (tested on 5.1) git-svn-id: | ||
5249 | 10025 | ||
5250 | * [r1114] contrib/check_smart.pl: | 10026 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@734 f882894a-f735-0410-b71e-b25c423dba1c |
5251 | Candidate successor to /plugins/check_ide_smart.c. Now in | ||
5252 | /contrib. NB there is another new plugin with sim function | ||
5253 | 10027 | ||
5254 | 2005-01-27 04:54 stanleyhopcroft | 10028 | 2003-09-17 Ton Voon <tonvoon@users.sourceforge.net> |
5255 | 10029 | ||
5256 | * [r1113] contrib/check_fan_cpq_present, | 10030 | * tools/setup: Hide error message if docbook not available git-svn-id: |
5257 | contrib/check_fan_fsc_present, contrib/check_mysqlslave.pl, | ||
5258 | contrib/check_temp_cpq, contrib/check_temp_fsc: | ||
5259 | New /contrib plugin | ||
5260 | 10031 | ||
5261 | 2005-01-27 04:46 stanleyhopcroft | 10032 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@733 f882894a-f735-0410-b71e-b25c423dba1c |
5262 | 10033 | ||
5263 | * [r1112] contrib/check_arping.pl, contrib/check_cpqarray.c, | 10034 | 2003-09-16 Ton Voon <tonvoon@users.sourceforge.net> |
5264 | contrib/check_frontpage, contrib/check_logins.c, | ||
5265 | contrib/check_oracle_tbs, contrib/check_pcpmetric.py, | ||
5266 | contrib/check_pfstate: | ||
5267 | New /contrib plugin | ||
5268 | 10035 | ||
5269 | 2005-01-27 02:27 stanleyhopcroft | 10036 | * doc/developer-guidelines.sgml: Added in threshold range format and |
10037 | updated autoconf to 2.54 for a problem on Darwin) git-svn-id: | ||
5270 | 10038 | ||
5271 | * [r1111] CHANGES, THANKS.in, contrib/README.TXT, po/de.po, | 10039 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@732 f882894a-f735-0410-b71e-b25c423dba1c |
5272 | po/fr.po: | ||
5273 | 1 New /contrib plugins 2 Revised check_dhcp.c status in CHANGES | ||
5274 | 10040 | ||
5275 | 2005-01-27 01:38 harpermann | 10041 | 2003-09-16 Ton Voon <tonvoon@users.sourceforge.net> |
5276 | 10042 | ||
5277 | * [r1110] plugins/Makefile.am: | 10043 | * configure.in, plugins/Makefile.am, plugins/check_procs.c: Support |
5278 | Added check_dhcp bask into libexec_PROGRAMS after talking with | 10044 | for AIX ps command and cleanup of configure's ps checks git-svn-id: |
5279 | Stanley. | ||
5280 | 10045 | ||
5281 | 2005-01-26 21:39 tonvoon | 10046 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@731 f882894a-f735-0410-b71e-b25c423dba1c |
5282 | 10047 | ||
5283 | * [r1109] THANKS.in: | 10048 | 2003-09-16 Ton Voon <tonvoon@users.sourceforge.net> |
5284 | More contributors | ||
5285 | 10049 | ||
5286 | 2005-01-26 21:21 tonvoon | 10050 | * AUTHORS, plugins/common.h: AIX problem with enum TRUE and FALSE |
10051 | (Ludse Verhoeven) git-svn-id: | ||
5287 | 10052 | ||
5288 | * [r1108] plugins/check_dig.c: | 10053 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@730 f882894a-f735-0410-b71e-b25c423dba1c |
5289 | Convert tabs to spaces from dig's answer section (Randy O'Meara - | ||
5290 | 1107651) | ||
5291 | 10054 | ||
5292 | 2005-01-26 20:53 tonvoon | 10055 | 2003-09-16 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
5293 | 10056 | ||
5294 | * [r1107] REQUIREMENTS: | 10057 | * tools/sfsnapshot: here-doc format was not correct git-svn-id: |
5295 | Add recommendation for check_procs on Mandrake systems (Paulo | ||
5296 | Fessel - 1106849) | ||
5297 | 10058 | ||
5298 | 2005-01-25 22:15 stanleyhopcroft | 10059 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@729 f882894a-f735-0410-b71e-b25c423dba1c |
5299 | 10060 | ||
5300 | * [r1106] plugins/check_ide_smart.c: | 10061 | 2003-09-16 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
5301 | Display usage if no argv (Reuben Farrelly) | ||
5302 | 10062 | ||
5303 | 2005-01-25 18:11 harpermann | 10063 | * plugins/check_ldap.c: milisecond timing and perfdata, fix NULL |
10064 | pointer error in validate_arguments git-svn-id: | ||
5304 | 10065 | ||
5305 | * [r1105] plugins/check_dhcp.c: | 10066 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@728 f882894a-f735-0410-b71e-b25c423dba1c |
5306 | Tracker:1109261 This was an alignment problem on Solaris. Linux | ||
5307 | kernel fixes alignment so this was not seen there. Memcpy takes | ||
5308 | care of proper alignment. Tested on RHEL V3 U3, RHEL V4, FreeBSD | ||
5309 | 4.10 (Thanks Stanley!) and Solaris 9 with the GNU env. | ||
5310 | 10067 | ||
5311 | 2005-01-25 12:43 stanleyhopcroft | 10068 | 2003-09-15 Ton Voon <tonvoon@users.sourceforge.net> |
5312 | 10069 | ||
5313 | * [r1104] plugins/check_ide_smart.c: | 10070 | * AUTHORS: Contributors to the perfdata discussion git-svn-id: |
5314 | Trivial text changes (print_help, commentary & -n option) | ||
5315 | 10071 | ||
5316 | 2005-01-25 09:20 stanleyhopcroft | 10072 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@727 f882894a-f735-0410-b71e-b25c423dba1c |
5317 | 10073 | ||
5318 | * [r1103] contrib/check_dhcp.c, | 10074 | 2003-09-15 Ton Voon <tonvoon@users.sourceforge.net> |
5319 | contrib/tarballs/check_icmp-0.8.tar.gz: | ||
5320 | moved to /plugins (core plugin) | ||
5321 | 10075 | ||
5322 | 2005-01-25 09:19 stanleyhopcroft | 10076 | * AUTHORS, plugins-scripts/check_mailq.pl: Added Exim support |
10077 | (768445 - Eric Bollengier) git-svn-id: | ||
5323 | 10078 | ||
5324 | * [r1102] contrib/tarballs/check_cit.tgz: | 10079 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@726 f882894a-f735-0410-b71e-b25c423dba1c |
5325 | replaced by contrib/check_ica* (esp check_ica_metaframe_pub_apps) | ||
5326 | 10080 | ||
5327 | 2005-01-25 09:15 stanleyhopcroft | 10081 | 2003-09-15 Ton Voon <tonvoon@users.sourceforge.net> |
5328 | 10082 | ||
5329 | * [r1101] contrib/check_citrix: | 10083 | * AUTHORS, plugins/check_nt.c: Option to verify check_nt version |
5330 | Replaced by the check_ica* pair of plugins (mainly | 10084 | (799098 - Steve Hanselman) git-svn-id: |
5331 | check_ica_metaframe_pub_apps) | ||
5332 | 10085 | ||
5333 | 2005-01-25 09:12 stanleyhopcroft | 10086 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@725 f882894a-f735-0410-b71e-b25c423dba1c |
5334 | 10087 | ||
5335 | * [r1100] contrib/packet_utils.pm: | 10088 | 2003-09-15 Ton Voon <tonvoon@users.sourceforge.net> |
5336 | packet creation and dumping hacks used by check_ica* and | ||
5337 | check_lotus | ||
5338 | 10089 | ||
5339 | 2005-01-25 09:09 stanleyhopcroft | 10090 | * AUTHORS: Jason Burnett for check_disk_smb patch git-svn-id: |
5340 | 10091 | ||
5341 | * [r1099] contrib/check_ica_master_browser.pl: | 10092 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@724 f882894a-f735-0410-b71e-b25c423dba1c |
5342 | New plugin - checks that ICA master browser is what it should be | ||
5343 | (important for firewalled dialup) | ||
5344 | 10093 | ||
5345 | 2005-01-25 09:07 stanleyhopcroft | 10094 | 2003-09-15 Ton Voon <tonvoon@users.sourceforge.net> |
5346 | 10095 | ||
5347 | * [r1098] contrib/check_ica_metaframe_pub_apps.pl: | 10096 | * plugins-scripts/check_disk_smb.pl: Optionally specify port for |
5348 | Replacement (structured name mainly) for check_citrix: check of | 10097 | smbclient to use (781227 - Jason Burnett) git-svn-id: |
5349 | ICA browse service | ||
5350 | 10098 | ||
5351 | 2005-01-25 09:05 stanleyhopcroft | 10099 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@723 f882894a-f735-0410-b71e-b25c423dba1c |
5352 | 10100 | ||
5353 | * [r1097] contrib/check_ica_program_neigbourhood.pl: | 10101 | 2003-09-15 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
5354 | New plugin to check Citrix Metaframe XP "Program Neighbourhood" | ||
5355 | 10102 | ||
5356 | 2005-01-25 09:04 stanleyhopcroft | 10103 | * plugins/check_http.c: make status code extensible (thanks to Chris |
10104 | Wilson <chris@netservers.co.uk>) git-svn-id: | ||
5357 | 10105 | ||
5358 | * [r1096] contrib/check_lotus.pl: | 10106 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@722 f882894a-f735-0410-b71e-b25c423dba1c |
5359 | New plugin to check responsiveness of Louts Notes (v5 at least) | ||
5360 | servers | ||
5361 | 10107 | ||
5362 | 2005-01-24 23:17 stanleyhopcroft | 10108 | 2003-09-12 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
5363 | 10109 | ||
5364 | * [r1095] plugins/Makefile.am: | 10110 | * AUTHORS: two new additions git-svn-id: |
5365 | Removed check_dhcp and check_icmp from libexec_PROGRAMS (ie dont | ||
5366 | build by defaut) | ||
5367 | 10111 | ||
5368 | 2005-01-24 23:15 stanleyhopcroft | 10112 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@721 f882894a-f735-0410-b71e-b25c423dba1c |
5369 | 10113 | ||
5370 | * [r1094] CHANGES: | 10114 | 2003-09-12 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
5371 | Notes about check_dhcp and check_icmp (no longer built by | ||
5372 | default, use at own peril, volatile) | ||
5373 | 10115 | ||
5374 | 2005-01-21 09:24 stanleyhopcroft | 10116 | * plugins/check_ping.c: new output format reported by Patrick Allen |
10117 | <p.allen@brandblue.co.uk> git-svn-id: | ||
5375 | 10118 | ||
5376 | * [r1093] configure.in: | 10119 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@719 f882894a-f735-0410-b71e-b25c423dba1c |
5377 | Set arch specifc preprocessor symbols in config.h. TEMPORARY hack | ||
5378 | for check_dhcp.c [on FreeBSD 4: /check_dhcp -i fxp0 -> DHCP ok: | ||
5379 | Received 1 DHCPOFFER(s), max lease time = 259200 sec. | ||
5380 | 10120 | ||
5381 | 2005-01-21 01:03 harpermann | 10121 | 2003-09-11 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
5382 | 10122 | ||
5383 | * [r1092] plugins/check_snmp.c: | 10123 | * plugins/check_http.c: use prefdata function for size too git-svn-id: |
5384 | Tracker 1106378 fixed - The -t (timeout) arg was not handled | ||
5385 | correctly when passed to the snmpget command. Added -e --retries | ||
5386 | for the correct retries value to snmpcmd. | ||
5387 | 10124 | ||
5388 | 2005-01-21 00:01 tonvoon | 10125 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@718 f882894a-f735-0410-b71e-b25c423dba1c |
5389 | 10126 | ||
5390 | * [r1091] doc/developer-guidelines.sgml: | 10127 | 2003-09-11 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
5391 | Changing copyright to the Nagios Plugins Development Team, rather | ||
5392 | than individual names. Also, clarified use of ACKNOWLEDGEMENTS, | ||
5393 | THANKS.in and AUTHORS | ||
5394 | 10128 | ||
5395 | 2005-01-20 23:40 harpermann | 10129 | * plugins/check_http.c: use prefdata function git-svn-id: |
5396 | 10130 | ||
5397 | * [r1090] plugins/check_http.c: | 10131 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@717 f882894a-f735-0410-b71e-b25c423dba1c |
5398 | Changed long argument --minmax to --pagesize and updated help and | ||
5399 | usage | ||
5400 | 10132 | ||
5401 | 2005-01-20 23:39 tonvoon | 10133 | 2003-09-11 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
5402 | 10134 | ||
5403 | * [r1089] AUTHORS, Makefile.am, THANKS.in: | 10135 | * configure.in, plugins/check_swap.c: last changes to configure |
5404 | The AUTHORS file now used for the plugin team, with THANKS.in as | 10136 | broke check_swap on RHLinux. Restore /proc/meminfo check and make |
5405 | the contributors list. | 10137 | check_swap ifdefs safer git-svn-id: |
5406 | 10138 | ||
5407 | 2005-01-20 23:37 harpermann | 10139 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@716 f882894a-f735-0410-b71e-b25c423dba1c |
5408 | 10140 | ||
5409 | * [r1088] CHANGES: | 10141 | 2003-09-04 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
5410 | Added comment about check_http --pagesize and added max value to | ||
5411 | page size check | ||
5412 | 10142 | ||
5413 | 2005-01-20 23:25 tonvoon | 10143 | * Makefile.am: change so make-dist works in subdirs git-svn-id: |
5414 | 10144 | ||
5415 | * [r1087] AUTHORS: | 10145 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@715 f882894a-f735-0410-b71e-b25c423dba1c |
5416 | Added Sean for bug reports | ||
5417 | 10146 | ||
5418 | 2005-01-20 22:50 harpermann | 10147 | 2003-09-03 Ton Voon <tonvoon@users.sourceforge.net> |
5419 | 10148 | ||
5420 | * [r1086] plugins/check_http.c: | 10149 | * configure.in: Remove df checks and ignore swap checks if no swap |
5421 | Tracker 1099682 fix. Now getting the page size from | 10150 | commands found git-svn-id: |
5422 | Content-Length in the header. Added max value to the -m switch so | ||
5423 | can do "-m min:max". Retained "-m min" convention. Renamed long | ||
5424 | arg name to --minmax | ||
5425 | 10151 | ||
5426 | 2005-01-19 23:39 harpermann | 10152 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@714 f882894a-f735-0410-b71e-b25c423dba1c |
5427 | 10153 | ||
5428 | * [r1085] plugins/check_nt.c: | 10154 | 2003-09-03 Ton Voon <tonvoon@users.sourceforge.net> |
5429 | In the CHECK_COUNTER block, there were several strcats writing to | ||
5430 | unallocated memory. Changed to asprintf. We're not freeing since | ||
5431 | plugin run is short. | ||
5432 | 10155 | ||
5433 | 2005-01-19 21:14 tonvoon | 10156 | * doc/developer-guidelines.sgml: No named credits in source code git-svn-id: |
5434 | 10157 | ||
5435 | * [r1084] plugins/check_swap.c: | 10158 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@713 f882894a-f735-0410-b71e-b25c423dba1c |
5436 | Fixed parsing of AIX lsps command (1093522) | ||
5437 | 10159 | ||
5438 | 2005-01-14 14:39 tonvoon | 10160 | 2003-09-03 Ton Voon <tonvoon@users.sourceforge.net> |
5439 | 10161 | ||
5440 | * [r1083] AUTHORS: | 10162 | * configure.in: Fixed substitution for Tru64's ps format git-svn-id: |
5441 | More contributors | ||
5442 | 10163 | ||
5443 | 2005-01-14 10:59 tonvoon | 10164 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@712 f882894a-f735-0410-b71e-b25c423dba1c |
5444 | 10165 | ||
5445 | * [r1081] configure.in: | 10166 | 2003-09-03 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
5446 | Fixed ssl configure problems on Solaris (Bug 1096091) | ||
5447 | 10167 | ||
5448 | 2005-01-13 18:24 tonvoon | 10168 | * plugins/check_dig.c: allow warn/crit times to be floating point git-svn-id: |
5449 | 10169 | ||
5450 | * [r1080] configure.in, plugins/check_swap.c: | 10170 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@711 f882894a-f735-0410-b71e-b25c423dba1c |
5451 | Use floats for holding memory values to avoid different types on | ||
5452 | different OSes. Seems to have a problem with the perf data for | ||
5453 | check_swap on Sol 2.6, but not critical | ||
5454 | 10171 | ||
5455 | 2005-01-05 21:32 tonvoon | 10172 | 2003-09-03 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
5456 | 10173 | ||
5457 | * [r1079] configure.in, package.def: | 10174 | * configure.in, plugins/common.h: include math.h if needed for |
5458 | Update version number to next release | 10175 | HUGE_VAL git-svn-id: |
5459 | 10176 | ||
5460 | 2005-01-04 00:16 opensides | 10177 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@710 f882894a-f735-0410-b71e-b25c423dba1c |
5461 | 10178 | ||
5462 | * [r1078] plugins/check_ide_smart.c: | 10179 | 2003-09-02 Ton Voon <tonvoon@users.sourceforge.net> |
5463 | still trying to fix #1094326 | ||
5464 | 10180 | ||
5465 | 2005-01-03 01:37 opensides | 10181 | * plugins/check_procs.c: Solaris requires asprintf checks for null |
10182 | variables git-svn-id: | ||
5466 | 10183 | ||
5467 | * [r1077] plugins/check_ide_smart.c: | 10184 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@709 f882894a-f735-0410-b71e-b25c423dba1c |
5468 | more fixes for #1094326 | ||
5469 | 10185 | ||
5470 | 2005-01-03 00:59 opensides | 10186 | 2003-09-01 Ton Voon <tonvoon@users.sourceforge.net> |
5471 | 10187 | ||
5472 | * [r1076] plugins-scripts/check_mailq.pl: | 10188 | * Makefile.am: Report duplicates in AUTHORS file git-svn-id: |
5473 | fixes for #1094324 | ||
5474 | 10189 | ||
5475 | 2005-01-02 14:00 opensides | 10190 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@708 f882894a-f735-0410-b71e-b25c423dba1c |
5476 | 10191 | ||
5477 | * [r1075] plugins/check_ide_smart.c: | 10192 | 2003-09-01 Ton Voon <tonvoon@users.sourceforge.net> |
5478 | fixing bug #1094326 | ||
5479 | |||
5480 | still need to check the makefile for check_ide_smart.c | ||
5481 | 10193 | ||
5482 | 2005-01-01 16:15 tonvoon | 10194 | * doc/developer-guidelines.sgml: Add contributor's name into CVS |
10195 | comments git-svn-id: | ||
5483 | 10196 | ||
5484 | * [r1074] plugins/check_smtp.c: | 10197 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@707 f882894a-f735-0410-b71e-b25c423dba1c |
5485 | Removed old terminate function (Bug 1093491) | ||
5486 | 10198 | ||
5487 | 2004-12-30 17:17 tonvoon | 10199 | 2003-08-31 Ton Voon <tonvoon@users.sourceforge.net> |
5488 | 10200 | ||
5489 | * [r1072] ChangeLog: | 10201 | * .cvsignore, AUTHORS, Makefile.am, THANKS.in: Updated AUTHORS to |
5490 | Updated with r1_4-beta1 details | 10202 | include all contributors listed in comments in code and CVS for |
10203 | plugins and plugins-scripts. Still need to do SF git-svn-id: | ||
5491 | 10204 | ||
5492 | 2004-12-30 14:23 tonvoon | 10205 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@706 f882894a-f735-0410-b71e-b25c423dba1c |
5493 | 10206 | ||
5494 | * [r1071] CHANGES: | 10207 | 2003-08-31 Ton Voon <tonvoon@users.sourceforge.net> |
5495 | Note some syntax changes to check_disk | ||
5496 | 10208 | ||
5497 | 2004-12-30 14:22 tonvoon | 10209 | * doc/developer-guidelines.sgml: Updated perf data standard for warn |
10210 | before crit git-svn-id: | ||
5498 | 10211 | ||
5499 | * [r1070] doc/RELEASING: | 10212 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@705 f882894a-f735-0410-b71e-b25c423dba1c |
5500 | Update package files for version | ||
5501 | 10213 | ||
5502 | 2004-12-30 14:21 tonvoon | 10214 | 2003-08-28 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
5503 | 10215 | ||
5504 | * [r1069] AUTHORS: | 10216 | * plugins/check_game.c: add perf data git-svn-id: |
5505 | For help with ps on FreeBSD 4 | ||
5506 | 10217 | ||
5507 | 2004-12-30 14:19 tonvoon | 10218 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@704 f882894a-f735-0410-b71e-b25c423dba1c |
5508 | 10219 | ||
5509 | * [r1068] configure.in: | 10220 | 2003-08-28 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
5510 | Get ps command for FreeBSD 4 (Tomasz Pilat) | ||
5511 | 10221 | ||
5512 | 2004-12-30 00:41 opensides | 10222 | * plugins/check_dns.c: add perf data git-svn-id: |
5513 | 10223 | ||
5514 | * [r1067] plugins/check_dhcp.c, plugins/check_dns.c, | 10224 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@703 f882894a-f735-0410-b71e-b25c423dba1c |
5515 | plugins/check_ping.c, plugins/check_procs.c, | ||
5516 | plugins/check_smtp.c, plugins/check_snmp.c, plugins/check_swap.c, | ||
5517 | plugins/check_tcp.c, po/de.po, po/fr.po, po/nagios-plugins.pot: | ||
5518 | more internationalization fixes internationalization freeze for | ||
5519 | beta1 | ||
5520 | 10225 | ||
5521 | 2004-12-28 23:40 opensides | 10226 | 2003-08-28 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
5522 | 10227 | ||
5523 | * [r1066] AUTHORS, po/fr.po: | 10228 | * plugins/utils.c: use single quotes per guideline, also quote when |
5524 | more internationalization | 10229 | SPC or = are found git-svn-id: |
5525 | 10230 | ||
5526 | 2004-12-28 23:18 opensides | 10231 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@702 f882894a-f735-0410-b71e-b25c423dba1c |
5527 | 10232 | ||
5528 | * [r1065] plugins/Makefile.am, plugins/check_smtp.c, po/fr.po: | 10233 | 2003-08-28 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
5529 | starttls support for check_smtp #1041576 | ||
5530 | 10234 | ||
5531 | 2004-12-28 22:34 opensides | 10235 | * plugins/check_disk.c: add perf data git-svn-id: |
5532 | 10236 | ||
5533 | * [r1064] AUTHORS, plugins/check_ping.c: | 10237 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@701 f882894a-f735-0410-b71e-b25c423dba1c |
5534 | String match in check_ping for Solaris 10 #1091043 | ||
5535 | 10238 | ||
5536 | 2004-12-28 20:40 tonvoon | 10239 | 2003-08-28 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
5537 | 10240 | ||
5538 | * [r1063] configure.in: | 10241 | * plugins/utils.c: suppress quotes in perf data when not needed |
5539 | sys/param.h needed for sys/swap.h on openbsd 3.6 (Julien Touche) | 10242 | (some plugins need the space to keep below line length limit git-svn-id: |
5540 | 10243 | ||
5541 | 2004-12-27 22:44 opensides | 10244 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@700 f882894a-f735-0410-b71e-b25c423dba1c |
5542 | 10245 | ||
5543 | * [r1062] po/fr.po: | 10246 | 2003-08-28 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
5544 | more internationalization | ||
5545 | 10247 | ||
5546 | 2004-12-25 23:17 opensides | 10248 | * plugins/utils.h: add min() macro to complement max() git-svn-id: |
5547 | 10249 | ||
5548 | * [r1061] plugins/check_dig.c, plugins/check_disk.c, | 10250 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@699 f882894a-f735-0410-b71e-b25c423dba1c |
5549 | plugins/check_dns.c, plugins/check_dummy.c, | ||
5550 | plugins/check_fping.c, plugins/check_game.c, | ||
5551 | plugins/check_hpjd.c, plugins/check_icmp.c, | ||
5552 | plugins/check_ide_smart.c, plugins/check_ldap.c, | ||
5553 | plugins/check_load.c, plugins/check_mrtg.c, | ||
5554 | plugins/check_mrtgtraf.c, plugins/check_mysql.c, | ||
5555 | plugins/check_nagios.c, plugins/check_nt.c, | ||
5556 | plugins/check_nwstat.c, plugins/check_overcr.c, | ||
5557 | plugins/check_pgsql.c, plugins/check_ping.c, | ||
5558 | plugins/check_procs.c, plugins/check_radius.c, | ||
5559 | plugins/check_real.c, plugins/check_smtp.c, plugins/check_snmp.c, | ||
5560 | plugins/check_ssh.c, plugins/check_swap.c, plugins/check_tcp.c, | ||
5561 | plugins/check_time.c, plugins/check_udp.c, plugins/check_ups.c, | ||
5562 | plugins/check_users.c, plugins/negate.c, plugins/netutils.c, | ||
5563 | plugins/popen.c, plugins/popen.h, plugins/urlize.c, | ||
5564 | plugins/utils.c, po/de.po, po/fr.po, po/nagios-plugins.pot: | ||
5565 | various fixes for localization | ||
5566 | 10251 | ||
5567 | 2004-12-25 16:18 opensides | 10252 | 2003-08-26 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
5568 | 10253 | ||
5569 | * [r1060] po/de.po, po/fr.po, po/nagios-plugins.pot: | 10254 | * plugins/check_dig.c: print perfdata git-svn-id: |
5570 | new version of po files and pot file | ||
5571 | 10255 | ||
5572 | 2004-12-25 12:25 opensides | 10256 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@698 f882894a-f735-0410-b71e-b25c423dba1c |
5573 | 10257 | ||
5574 | * [r1059] package.def, po/POTFILES.in: | 10258 | 2003-08-26 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
5575 | change realase name on package.def adding check_dhcp.c to | ||
5576 | potfiles.in | ||
5577 | 10259 | ||
5578 | 2004-12-25 12:09 opensides | 10260 | * plugins/check_fping.c: print perfdata git-svn-id: |
5579 | 10261 | ||
5580 | * [r1058] plugins/check_by_ssh.c, plugins/check_dhcp.c: | 10262 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@697 f882894a-f735-0410-b71e-b25c423dba1c |
5581 | internationalization of check_dhcp internationalization fixes of | ||
5582 | check_ssh | ||
5583 | 10263 | ||
5584 | 2004-12-24 18:06 opensides | 10264 | 2003-08-26 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
5585 | 10265 | ||
5586 | * [r1057] plugins/check_icmp.c, po/POTFILES.in, po/fr.po: | 10266 | * plugins/utils.c, plugins/utils.h: function to make perfdata output git-svn-id: |
5587 | first pass at adapting to plugin guidelines and start of | ||
5588 | localization | ||
5589 | 10267 | ||
5590 | 2004-12-23 18:54 opensides | 10268 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@696 f882894a-f735-0410-b71e-b25c423dba1c |
5591 | 10269 | ||
5592 | * [r1056] plugins/check_http.c, po/fr.po: | 10270 | 2003-08-23 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
5593 | internationalization fixes | ||
5594 | 10271 | ||
5595 | 2004-12-23 16:47 mwirtgen | 10272 | * plugins/check_http.c: - found and fixed memory allocation error in rewritten redir() |
10273 | function git-svn-id: | ||
5596 | 10274 | ||
5597 | * [r1055] po/de.po: | 10275 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@695 f882894a-f735-0410-b71e-b25c423dba1c |
5598 | german translations 391 to go | ||
5599 | 10276 | ||
5600 | 2004-12-23 09:30 tonvoon | 10277 | 2003-08-23 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
5601 | 10278 | ||
5602 | * [r1054] ACKNOWLEDGEMENTS, configure.in, m4/np_curl.m4, | 10279 | * plugins/check_http.c: - hacked interim fix to segfault on redirect - for tesing only git-svn-id: |
5603 | plugins/Makefile.am: | ||
5604 | Another attempt at fixing check_http compile on Redhat EL3. Fixed | ||
5605 | check_icmp compile (Lynne Lawrence - 1087171) - still some code | ||
5606 | changes to check_icmp outstanding. Fixed compile of check_dhcp | ||
5607 | (complaining about socklen_t). Added acknowledgements for | ||
5608 | Coreutils and curl | ||
5609 | 10280 | ||
5610 | 2004-12-22 23:02 harpermann | 10281 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@694 f882894a-f735-0410-b71e-b25c423dba1c |
5611 | 10282 | ||
5612 | * [r1053] plugins/check_nt.c: | 10283 | 2003-08-23 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
5613 | Added check for "%" in COUNTER <description>. If it exists, | ||
5614 | <description> is used as an arg to asprintf. If it doesn't exist, | ||
5615 | <description> is used as a label. If the formatting is wrong, the | ||
5616 | program will segv. | ||
5617 | 10284 | ||
5618 | 2004-12-22 07:24 tonvoon | 10285 | * plugins/check_dig.c: - fix various format errors with newly added perf data git-svn-id: |
5619 | 10286 | ||
5620 | * [r1052] lib/Makefile.am, lib/stdbool_.h: | 10287 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@693 f882894a-f735-0410-b71e-b25c423dba1c |
5621 | File required from coreutils | ||
5622 | 10288 | ||
5623 | 2004-12-21 22:52 tonvoon | 10289 | 2003-08-22 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
5624 | 10290 | ||
5625 | * [r1051] configure.in, plugins/Makefile.am: | 10291 | * plugins/check_dig.c: - forgot to declare struct timeval tv for hires timing git-svn-id: |
5626 | Revert back to previous openssl checks (the ones from curl kept | ||
5627 | having problems with later Redhat versions) | ||
5628 | 10292 | ||
5629 | 2004-12-21 22:36 tonvoon | 10293 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@692 f882894a-f735-0410-b71e-b25c423dba1c |
5630 | 10294 | ||
5631 | * [r1050] m4/stdbool.m4: | 10295 | 2003-08-22 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
5632 | Another m4 from coreutils | ||
5633 | 10296 | ||
5634 | 2004-12-21 15:45 tonvoon | 10297 | * plugins/check_dig.c: - add perf data for time git-svn-id: |
5635 | 10298 | ||
5636 | * [r1049] AUTHORS: | 10299 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@691 f882894a-f735-0410-b71e-b25c423dba1c |
5637 | For their bug reports | ||
5638 | 10300 | ||
5639 | 2004-12-21 09:32 tonvoon | 10301 | 2003-08-22 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
5640 | 10302 | ||
5641 | * [r1047] lib/Makefile.am, m4/Makefile.am, m4/np_coreutils.m4: | 10303 | * plugins/check_by_ssh.c, plugins/check_dig.c, |
5642 | Fixed compile problem on Sol2.6 with stdbool.h | 10304 | plugins/check_disk.c, plugins/check_dns.c, plugins/check_dummy.c, |
10305 | plugins/check_fping.c, plugins/check_game.c, plugins/check_hpjd.c, | ||
10306 | plugins/check_http.c, plugins/check_ide-smart.c, | ||
10307 | plugins/check_ldap.c, plugins/check_load.c, plugins/check_mrtg.c, | ||
10308 | plugins/check_mysql.c, plugins/check_nagios.c, plugins/check_nt.c, | ||
10309 | plugins/check_nwstat.c, plugins/check_overcr.c, | ||
10310 | plugins/check_pgsql.c, plugins/check_ping.c, plugins/check_procs.c, | ||
10311 | plugins/check_radius.c, plugins/check_real.c, plugins/check_smtp.c, | ||
10312 | plugins/check_snmp.c, plugins/check_ssh.c, plugins/check_swap.c, | ||
10313 | plugins/check_tcp.c, plugins/check_time.c, plugins/check_udp.c, | ||
10314 | plugins/check_ups.c, plugins/check_users.c, plugins/negate.c, | ||
10315 | plugins/urlize.c: - bindtextdomain for gettext, a few other smale cleanups here and | ||
10316 | there git-svn-id: | ||
5643 | 10317 | ||
5644 | 2004-12-21 08:56 stanleyhopcroft | 10318 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@690 f882894a-f735-0410-b71e-b25c423dba1c |
5645 | 10319 | ||
5646 | * [r1046] plugins/check_dhcp.c: | 10320 | 2003-08-22 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
5647 | Commentary changes only: cite origin of copied code with | ||
5648 | reference to ACK file | ||
5649 | 10321 | ||
5650 | 2004-12-21 08:55 stanleyhopcroft | 10322 | * plugins/check_http.c: * bugfix: snprintf of timestamp truncated '\0' git-svn-id: |
5651 | 10323 | ||
5652 | * [r1045] ACKNOWLEDGEMENTS: | 10324 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@689 f882894a-f735-0410-b71e-b25c423dba1c |
5653 | ACK file contains the details of the authors of code copied by | ||
5654 | the plugins | ||
5655 | 10325 | ||
5656 | 2004-12-21 05:00 mattkent | 10326 | 2003-08-21 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
5657 | 10327 | ||
5658 | * [r1044] plugins/check_dns.c: | 10328 | * plugins/check_http.c: * Check redirections for infinte loops and limit depth of recursion git-svn-id: |
5659 | Add another error string match from Pasi Tiittanen | ||
5660 | 10329 | ||
5661 | 2004-12-20 22:20 tonvoon | 10330 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@688 f882894a-f735-0410-b71e-b25c423dba1c |
5662 | 10331 | ||
5663 | * [r1043] plugins/check_nagios.c: | 10332 | 2003-08-20 Ton Voon <tonvoon@users.sourceforge.net> |
5664 | Corrected help for expiry units. Restored functionality of | ||
5665 | searching for process arguments | ||
5666 | 10333 | ||
5667 | 2004-12-20 22:01 tonvoon | 10334 | * plugins/check_time.c: Optionally use udp instead of tcp (Bradley |
10335 | Baetz - 751646) git-svn-id: | ||
5668 | 10336 | ||
5669 | * [r1042] plugins/check_nagios.c: | 10337 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@687 f882894a-f735-0410-b71e-b25c423dba1c |
5670 | Updating help text to reflect using shortname instead of full | ||
5671 | path for command | ||
5672 | 10338 | ||
5673 | 2004-12-20 21:38 tonvoon | 10339 | 2003-08-20 Ton Voon <tonvoon@users.sourceforge.net> |
5674 | 10340 | ||
5675 | * [r1041] configure.in: | 10341 | * contrib/check_wins.pl: Changed netsaint to nagios in use lib git-svn-id: |
5676 | - stupid typo | ||
5677 | 10342 | ||
5678 | 2004-12-20 21:26 tonvoon | 10343 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@686 f882894a-f735-0410-b71e-b25c423dba1c |
5679 | 10344 | ||
5680 | * [r1040] configure.in: | 10345 | 2003-08-19 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
5681 | Fix compile errors when looking for openssl | ||
5682 | 10346 | ||
5683 | 2004-12-20 09:04 stanleyhopcroft | 10347 | * plugins/check_http.c: *BUGFIX: LWS is not required betwwen |
10348 | "Location:" header field name and field value git-svn-id: | ||
5684 | 10349 | ||
5685 | * [r1039] COPYING, plugins/check_dhcp.c, po/de.po, po/fr.po: | 10350 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@685 f882894a-f735-0410-b71e-b25c423dba1c |
5686 | Compilation fixes for check_dhcp.c HP-UX 11. Still fails on HP-UX | ||
5687 | 10. Unknown if check_dhcp works on UX. | ||
5688 | 10351 | ||
5689 | 2004-12-18 18:28 mwirtgen | 10352 | 2003-08-19 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
5690 | 10353 | ||
5691 | * [r1038] po/de.po: | 10354 | * plugins/check_http.c: *add missing status numbers from RFC 2616 |
5692 | Initial commit on german translation - 428 to go | 10355 | (HTTP1.1) git-svn-id: |
5693 | 10356 | ||
5694 | 2004-12-17 18:14 tonvoon | 10357 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@684 f882894a-f735-0410-b71e-b25c423dba1c |
5695 | 10358 | ||
5696 | * [r1037] configure.in: | 10359 | 2003-08-18 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
5697 | Support for FreeBSD 5.2.1 and 5.3 in check_procs | ||
5698 | 10360 | ||
5699 | 2004-12-15 23:12 tonvoon | 10361 | * plugins/check_ping.c: move error scans to a new separate routine |
10362 | and scan both stderr and stdio git-svn-id: | ||
5700 | 10363 | ||
5701 | * [r1036] configure.in: | 10364 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@683 f882894a-f735-0410-b71e-b25c423dba1c |
5702 | Bump version to next release | ||
5703 | 10365 | ||
5704 | 2004-12-15 23:11 tonvoon | 10366 | 2003-08-11 Ton Voon <tonvoon@users.sourceforge.net> |
5705 | 10367 | ||
5706 | * [r1035] doc/developer-guidelines.sgml: | 10368 | * doc/developer-guidelines.sgml: Performance data guidelines added git-svn-id: |
5707 | Mistake in automake version - back to 1.8 | ||
5708 | 10369 | ||
5709 | 2004-12-15 23:10 tonvoon | 10370 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@682 f882894a-f735-0410-b71e-b25c423dba1c |
5710 | 10371 | ||
5711 | * [r1034] doc/RELEASING: | 10372 | 2003-08-11 Ton Voon <tonvoon@users.sourceforge.net> |
5712 | Clarified notes | ||
5713 | 10373 | ||
5714 | 2004-12-15 21:56 tonvoon | 10374 | * tools/sfsnapshot: Fixed building snapshots - cvs update ignores |
10375 | new directories. Also do not need to run make git-svn-id: | ||
5715 | 10376 | ||
5716 | * [r1032] ChangeLog: | 10377 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@681 f882894a-f735-0410-b71e-b25c423dba1c |
5717 | Updated for r1_4_0-alpha3 | ||
5718 | 10378 | ||
5719 | 2004-12-15 21:27 tonvoon | 10379 | 2003-08-10 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
5720 | 10380 | ||
5721 | * [r1031] doc/developer-guidelines.sgml: | 10381 | * plugins/utils.c: config.h is redundant (common.h includes it) git-svn-id: |
5722 | Updated requirements for GNU tools | ||
5723 | 10382 | ||
5724 | 2004-12-15 21:01 tonvoon | 10383 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@680 f882894a-f735-0410-b71e-b25c423dba1c |
5725 | 10384 | ||
5726 | * [r1030] m4/Makefile.am: | 10385 | 2003-08-10 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
5727 | Makefile for m4 files | ||
5728 | 10386 | ||
5729 | 2004-12-15 20:54 tonvoon | 10387 | * plugins/check_dns.c, plugins/check_smtp.c: perf data in integer |
10388 | microseconds git-svn-id: | ||
5730 | 10389 | ||
5731 | * [r1029] Makefile.am, configure.in, plugins/Makefile.am, | 10390 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@679 f882894a-f735-0410-b71e-b25c423dba1c |
5732 | tools/setup: | ||
5733 | Support for coreutils lib. Configure tests via m4 scripts from | ||
5734 | coreutils | ||
5735 | 10391 | ||
5736 | 2004-12-15 20:51 tonvoon | 10392 | 2003-08-10 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
5737 | 10393 | ||
5738 | * [r1028] m4, m4/Makefile.am.in, m4/afs.m4, m4/codeset.m4, | 10394 | * po/POTFILES.in, po/de.po, po/fr.po: first pass at NLS markup done git-svn-id: |
5739 | m4/error.m4, m4/exitfail.m4, m4/extensions.m4, m4/fstypename.m4, | ||
5740 | m4/fsusage.m4, m4/getopt.m4, m4/gettext.m4, m4/glibc21.m4, | ||
5741 | m4/iconv.m4, m4/intdiv0.m4, m4/inttypes-pri.m4, m4/inttypes.m4, | ||
5742 | m4/inttypes_h.m4, m4/isc-posix.m4, m4/lcmessage.m4, m4/lib-ld.m4, | ||
5743 | m4/lib-link.m4, m4/lib-prefix.m4, m4/ls-mntd-fs.m4, m4/malloc.m4, | ||
5744 | m4/mountlist.m4, m4/np_coreutils.m4, m4/onceonly.m4, | ||
5745 | m4/progtest.m4, m4/realloc.m4, m4/stdint_h.m4, m4/uintmax_t.m4, | ||
5746 | m4/ulonglong.m4, m4/unlocked-io.m4, m4/xalloc.m4: | ||
5747 | Moving m4 files from lib/ | ||
5748 | 10395 | ||
5749 | 2004-12-15 20:47 tonvoon | 10396 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@678 f882894a-f735-0410-b71e-b25c423dba1c |
5750 | 10397 | ||
5751 | * [r1027] lib/Makefile.am, lib/afs.m4, lib/error.m4, | 10398 | 2003-08-10 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
5752 | lib/exitfail.m4, lib/fstypename.m4, lib/fsusage.m4, | ||
5753 | lib/full-read.c, lib/full-write.c, lib/full-write.h, | ||
5754 | lib/getopt.m4, lib/ls-mntd-fs.m4, lib/onceonly.m4, | ||
5755 | lib/safe-read.c, lib/safe-read.h, lib/safe-write.c, | ||
5756 | lib/safe-write.h, lib/unlocked-io.m4, lib/xalloc.m4: | ||
5757 | Moving m4 files into m4/. Added extra coreutils files required | ||
5758 | from autoconf tests. Updated Makefile.am to have nagiosplug lib | ||
5759 | and a separate coreutils lib | ||
5760 | 10399 | ||
5761 | 2004-12-15 00:10 opensides | 10400 | * plugins-scripts/check_rpc.pl: proposed fix for LANG issue git-svn-id: |
5762 | 10401 | ||
5763 | * [r1026] po/de.po, po/fr.po: | 10402 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@677 f882894a-f735-0410-b71e-b25c423dba1c |
5764 | fr.po work in progress still 88 to translate ;-) | ||
5765 | 10403 | ||
5766 | 2004-12-11 06:25 mattkent | 10404 | 2003-08-10 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
5767 | 10405 | ||
5768 | * [r1025] plugins/check_tcp.c: | 10406 | * plugins/check_by_ssh.c, plugins/check_dig.c, |
5769 | Patch from Ollie Cook to define return code when expected value | 10407 | plugins/check_disk.c, plugins/check_dns.c, plugins/check_fping.c, |
5770 | not received (#1082275). Also included another change from Ollie | 10408 | plugins/check_game.c, plugins/check_hpjd.c, plugins/check_http.c, |
5771 | Cook to do stricter matching of expected values from the | 10409 | plugins/check_ldap.c, plugins/check_load.c, plugins/check_mrtg.c, |
5772 | beginning of the line. When a user defines an expected string | 10410 | plugins/check_mrtgtraf.c, plugins/check_mysql.c, |
5773 | this is changed to the old style strstr matching. | 10411 | plugins/check_nagios.c, plugins/check_nt.c, plugins/check_nwstat.c, |
10412 | plugins/check_overcr.c, plugins/check_pgsql.c, | ||
10413 | plugins/check_ping.c, plugins/check_procs.c, | ||
10414 | plugins/check_radius.c, plugins/check_real.c, plugins/check_smtp.c, | ||
10415 | plugins/check_snmp.c, plugins/check_ssh.c, plugins/check_swap.c, | ||
10416 | plugins/check_tcp.c, plugins/check_time.c, plugins/check_udp.c, | ||
10417 | plugins/check_ups.c, plugins/check_users.c, plugins/negate.c, | ||
10418 | plugins/popen.c, plugins/urlize.c: the last round of pedantic | ||
10419 | compiler warnings git-svn-id: | ||
5774 | 10420 | ||
5775 | 2004-12-10 21:18 tonvoon | 10421 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@676 f882894a-f735-0410-b71e-b25c423dba1c |
5776 | 10422 | ||
5777 | * [r1024] plugins/check_ldap.c: | 10423 | 2003-08-09 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
5778 | Fixed compile warning | ||
5779 | 10424 | ||
5780 | 2004-12-10 06:10 mattkent | 10425 | * tools/devmode: a little shell script to make it a little easier to |
10426 | produce pedantic compiler warnings git-svn-id: | ||
5781 | 10427 | ||
5782 | * [r1023] plugins/Makefile.am: | 10428 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@675 f882894a-f735-0410-b71e-b25c423dba1c |
5783 | Compile broken - fixing link flags. | ||
5784 | 10429 | ||
5785 | 2004-12-10 05:57 mattkent | 10430 | 2003-08-09 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
5786 | 10431 | ||
5787 | * [r1022] plugins/check_dns.c: | 10432 | * plugins/check_smtp.c, plugins/check_ssh.c, plugins/check_tcp.c, |
5788 | Error catching improvements from Ollie Cook | 10433 | plugins/check_time.c, plugins/check_udp.c, plugins/check_ups.c, |
10434 | plugins/check_users.c: more pedantic compiler warnings git-svn-id: | ||
5789 | 10435 | ||
5790 | 2004-12-10 05:54 mattkent | 10436 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@674 f882894a-f735-0410-b71e-b25c423dba1c |
5791 | 10437 | ||
5792 | * [r1021] plugins/check_pgsql.c: | 10438 | 2003-08-09 Jeremy T. Bouse <undrgrid@users.sourceforge.net> |
5793 | Fixing broken compile | ||
5794 | 10439 | ||
5795 | 2004-12-10 05:39 mattkent | 10440 | * plugins/common.h, po/de.po, po/fr.po: Code clean-up git-svn-id: |
5796 | 10441 | ||
5797 | * [r1020] AUTHORS: | 10442 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@673 f882894a-f735-0410-b71e-b25c423dba1c |
5798 | More contributers | ||
5799 | 10443 | ||
5800 | 2004-12-10 00:54 stanleyhopcroft | 10444 | 2003-08-09 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
5801 | 10445 | ||
5802 | * [r1019] plugins/Makefile.am: | 10446 | * plugins/check_dig.c, plugins/check_http.c, plugins/check_load.c, |
5803 | Changes to link flags for check_dhcp.c | 10447 | plugins/check_mrtg.c, plugins/check_mrtgtraf.c, |
10448 | plugins/check_nwstat.c, plugins/check_overcr.c, | ||
10449 | plugins/check_ping.c, plugins/check_procs.c, plugins/check_real.c, | ||
10450 | plugins/utils.c, plugins/utils.h: more pedantic compiler warns git-svn-id: | ||
5804 | 10451 | ||
5805 | 2004-12-10 00:52 stanleyhopcroft | 10452 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@672 f882894a-f735-0410-b71e-b25c423dba1c |
5806 | 10453 | ||
5807 | * [r1018] plugins/check_dhcp.c: | 10454 | 2003-08-09 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
5808 | Extensive changes to get MAC address from Solaris via DLPI | ||
5809 | 10455 | ||
5810 | 2004-12-10 00:20 tonvoon | 10456 | * plugins/check_http.c: more pedantic compiler warns, change to |
10457 | microsecond output for perf data, add size to perf data git-svn-id: | ||
5811 | 10458 | ||
5812 | * [r1017] plugins/check_dns.c, plugins/check_procs.c: | 10459 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@671 f882894a-f735-0410-b71e-b25c423dba1c |
5813 | Reverting back ngettext calls | ||
5814 | 10460 | ||
5815 | 2004-12-10 00:13 tonvoon | 10461 | 2003-08-09 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
5816 | 10462 | ||
5817 | * [r1016] plugins/common.h: | 10463 | * plugins/utils.c, plugins/utils.h: add function for elapsed tim ein |
5818 | Fix includes for gettext | 10464 | microseconds git-svn-id: |
5819 | 10465 | ||
5820 | 2004-12-09 22:33 tonvoon | 10466 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@670 f882894a-f735-0410-b71e-b25c423dba1c |
5821 | 10467 | ||
5822 | * [r1015] configure.in: | 10468 | 2003-08-09 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
5823 | Include $libsuff for systems that define this (based on advice | ||
5824 | from Daniel Stenberg) | ||
5825 | 10469 | ||
5826 | 2004-12-08 23:14 tonvoon | 10470 | * plugins/check_http.c: more pedantic compiler warnings git-svn-id: |
5827 | 10471 | ||
5828 | * [r1014] configure.in: | 10472 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@669 f882894a-f735-0410-b71e-b25c423dba1c |
5829 | Removed redundant check and make export LD_LIBRARY_PATH more sh | ||
5830 | friendly | ||
5831 | 10473 | ||
5832 | 2004-12-08 00:36 opensides | 10474 | 2003-08-09 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
5833 | 10475 | ||
5834 | * [r1013] configure.in, plugins/Makefile.am, | 10476 | * plugins/check_disk.c, plugins/check_dummy.c, plugins/popen.c, |
5835 | plugins/check_by_ssh.c, plugins/check_game.c, | 10477 | plugins/utils.c, plugins/utils.h: more pedantic compiler warnings git-svn-id: |
5836 | plugins/check_http.c, plugins/check_ide_smart.c, | ||
5837 | plugins/check_ldap.c, plugins/check_snmp.c, plugins/check_tcp.c: | ||
5838 | patch 1028033 | ||
5839 | |||
5840 | minor internationalization fixes | ||
5841 | 10478 | ||
5842 | 2004-12-08 00:22 tonvoon | 10479 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@668 f882894a-f735-0410-b71e-b25c423dba1c |
5843 | 10480 | ||
5844 | * [r1012] configure.in: | 10481 | 2003-08-08 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
5845 | Fixed output info for openssl and LD_LIBRARY_PATH for subsequent | ||
5846 | compiles (otherwise get ld.so.1: ./conftest: fatal: | ||
5847 | libssl.so.0.9.7: open failed) | ||
5848 | 10482 | ||
5849 | 2004-12-07 06:51 tonvoon | 10483 | * lib/Makefile.am: include getloadvag.m4 in distrib git-svn-id: |
5850 | 10484 | ||
5851 | * [r1011] configure.in, plugins/Makefile.am: | 10485 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@667 f882894a-f735-0410-b71e-b25c423dba1c |
5852 | Better SSL checking (inspired by curl 7.12.2's configure.ac) | ||
5853 | 10486 | ||
5854 | 2004-12-07 03:13 mattkent | 10487 | 2003-08-08 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
5855 | 10488 | ||
5856 | * [r1010] plugins-scripts/check_ifoperstatus.pl: | 10489 | * plugins/check_disk.c, plugins/netutils.c, plugins/netutils.h: |
5857 | Option to check for admin down (#1012191) from Raúl Pedroche. | 10490 | cleanups from pedantic complier warnings git-svn-id: |
5858 | 10491 | ||
5859 | 2004-12-07 02:45 stanleyhopcroft | 10492 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@666 f882894a-f735-0410-b71e-b25c423dba1c |
5860 | 10493 | ||
5861 | * [r1009] plugins/Makefile.am: | 10494 | 2003-08-08 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
5862 | Correct dependencies for check_dhcp.c. | ||
5863 | 10495 | ||
5864 | 2004-12-07 02:33 stanleyhopcroft | 10496 | * plugins/check_nt.c: change if/elseif block to case, general |
10497 | streamline git-svn-id: | ||
5865 | 10498 | ||
5866 | * [r1008] plugins/Makefile.am, plugins/check_dhcp.c: | 10499 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@665 f882894a-f735-0410-b71e-b25c423dba1c |
5867 | New plugin: check_dhcp.c. Attempt to port to non Linux platform. | ||
5868 | 10500 | ||
5869 | 2004-12-06 18:49 opensides | 10501 | 2003-08-08 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
5870 | 10502 | ||
5871 | * [r1007] po/fr.po: | 10503 | * plugins/check_disk.c: fix a variety of compiler warnings about |
5872 | new version of fr.po | 10504 | qualifier discards and other pedantic stuff git-svn-id: |
5873 | 10505 | ||
5874 | 2004-12-05 22:07 mattkent | 10506 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@664 f882894a-f735-0410-b71e-b25c423dba1c |
5875 | 10507 | ||
5876 | * [r1006] plugins/check_snmp.c: | 10508 | 2003-08-08 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
5877 | Fix for -s string matching (#756567, Tony Missana) | ||
5878 | 10509 | ||
5879 | 2004-12-05 12:59 opensides | 10510 | * plugins/check_by_ssh.c, plugins/check_dig.c, |
10511 | plugins/check_disk.c, plugins/check_snmp.c, plugins/utils.c, | ||
10512 | plugins/utils.h: fix a variety of compiler warnings about qualifier | ||
10513 | discards and other pedantic stuff git-svn-id: | ||
5880 | 10514 | ||
5881 | * [r1005] plugins/check_nt.c, po/fr.po, po/nagios-plugins.pot: | 10515 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@663 f882894a-f735-0410-b71e-b25c423dba1c |
5882 | cleaned fr.po nagios-plugins.pot | ||
5883 | 10516 | ||
5884 | 2004-12-05 00:54 opensides | 10517 | 2003-08-08 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
5885 | 10518 | ||
5886 | * [r1004] plugins/check_http.c, plugins/check_icmp.c, | 10519 | * plugins/check_by_ssh.c, plugins/check_disk.c, plugins/check_nt.c, |
5887 | plugins/check_nwstat.c, plugins/check_ping.c, | 10520 | plugins/netutils.c, plugins/netutils.h, plugins/popen.h, |
5888 | plugins/check_smtp.c, plugins/check_swap.c, plugins/utils.h: | 10521 | plugins/utils.h: fix a variety of compiler warnings about qualifier |
5889 | fix patch 998291 fix patch 1078934 expect check_ssh fix and | 10522 | discards and other pedantic stuff git-svn-id: |
5890 | check_nt perfdata should stay on one word like in nagios | ||
5891 | 10523 | ||
5892 | 2004-12-04 12:34 opensides | 10524 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@662 f882894a-f735-0410-b71e-b25c423dba1c |
5893 | 10525 | ||
5894 | * [r1003] po/nagios-plugins.pot: | 10526 | 2003-08-08 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
5895 | new version of pot file | ||
5896 | 10527 | ||
5897 | 2004-12-04 12:31 opensides | 10528 | * plugins/check_nt.c, plugins/check_smtp.c: markup for translation git-svn-id: |
5898 | 10529 | ||
5899 | * [r1002] plugins/check_by_ssh.c, plugins/check_dns.c, | 10530 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@661 f882894a-f735-0410-b71e-b25c423dba1c |
5900 | po/POTFILES.in: | ||
5901 | various internationalization fixes | ||
5902 | 10531 | ||
5903 | 2004-12-04 12:12 opensides | 10532 | 2003-08-07 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
5904 | 10533 | ||
5905 | * [r1001] plugins/Makefile.am, plugins/check_by_ssh.c, | 10534 | * plugins/check_real.c: markup for translation git-svn-id: |
5906 | plugins/check_dig.c, plugins/check_http.c, | ||
5907 | plugins/check_ide-smart.c, plugins/check_ide_smart.c, | ||
5908 | plugins/check_mrtg.c, plugins/check_nt.c, plugins/check_nwstat.c, | ||
5909 | plugins/check_overcr.c, plugins/check_real.c, | ||
5910 | plugins/check_smtp.c, plugins/check_swap.c, plugins/check_tcp.c, | ||
5911 | plugins/check_time.c, plugins/check_udp.c, po/POTFILES.in: | ||
5912 | internationalization fixes bugfixes | ||
5913 | 10535 | ||
5914 | 2004-12-04 10:57 opensides | 10536 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@660 f882894a-f735-0410-b71e-b25c423dba1c |
5915 | 10537 | ||
5916 | * [r1000] plugins/check_dns.c, plugins/check_hpjd.c: | 10538 | 2003-08-07 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
5917 | check_dns needs a space between 'time' and the hostname | ||
5918 | check_hpjd needs a parenthesis removed in print_usage() | ||
5919 | 10539 | ||
5920 | 2004-12-04 00:23 opensides | 10540 | * plugins/check_procs.c: markup for translation git-svn-id: |
5921 | 10541 | ||
5922 | * [r999] plugins/check_swap.c: | 10542 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@659 f882894a-f735-0410-b71e-b25c423dba1c |
5923 | Bug Fix [ 1024735 ] check_swap providing inaccurate swap | ||
5924 | information on Sol6 | ||
5925 | 10543 | ||
5926 | 2004-12-03 23:55 opensides | 10544 | 2003-08-07 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
5927 | 10545 | ||
5928 | * [r998] plugins/check_by_ssh.c, plugins/check_dig.c, | 10546 | * plugins/check_load.c: reorder for consistency, restore prototypes |
5929 | plugins/check_disk.c, plugins/check_dns.c, plugins/check_fping.c, | 10547 | for print_foo, nest #ifdef to avoid pedantic traditional c warn git-svn-id: |
5930 | plugins/check_game.c, plugins/check_hpjd.c, plugins/check_http.c, | ||
5931 | plugins/check_ldap.c, plugins/check_load.c, plugins/check_mrtg.c, | ||
5932 | plugins/check_mrtgtraf.c, plugins/check_mysql.c, | ||
5933 | plugins/check_nagios.c, plugins/check_nt.c, | ||
5934 | plugins/check_nwstat.c, plugins/check_overcr.c, | ||
5935 | plugins/check_pgsql.c, plugins/check_ping.c, | ||
5936 | plugins/check_procs.c, plugins/check_radius.c, | ||
5937 | plugins/check_real.c, plugins/check_smtp.c, plugins/check_snmp.c, | ||
5938 | plugins/check_ssh.c, plugins/check_swap.c, plugins/check_tcp.c, | ||
5939 | plugins/check_time.c, plugins/check_udp.c, plugins/check_ups.c, | ||
5940 | plugins/check_users.c, plugins/negate.c: | ||
5941 | reverting my changes from !=TRUE to == ERROR, that's not good ;-( | ||
5942 | sorry | ||
5943 | 10548 | ||
5944 | 2004-12-03 23:23 opensides | 10549 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@658 f882894a-f735-0410-b71e-b25c423dba1c |
5945 | 10550 | ||
5946 | * [r997] plugins/check_tcp.c, po/de.po, po/fr.po, | 10551 | 2003-08-07 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
5947 | po/nagios-plugins.pot: | ||
5948 | check_tcp parenthesis bug, header fix for po files | ||
5949 | 10552 | ||
5950 | 2004-12-03 23:02 opensides | 10553 | * plugins/check_snmp.c: reorder for consistency (no code changes) git-svn-id: |
5951 | 10554 | ||
5952 | * [r996] plugins/check_dig.c, plugins/check_disk.c, | 10555 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@657 f882894a-f735-0410-b71e-b25c423dba1c |
5953 | plugins/check_dns.c, plugins/check_dummy.c, | ||
5954 | plugins/check_fping.c, plugins/check_game.c, | ||
5955 | plugins/check_hpjd.c, plugins/check_http.c, | ||
5956 | plugins/check_ide-smart.c, plugins/check_ldap.c, | ||
5957 | plugins/check_mrtg.c, plugins/check_mrtgtraf.c, | ||
5958 | plugins/check_nagios.c, plugins/check_nt.c, | ||
5959 | plugins/check_nwstat.c, plugins/check_overcr.c, | ||
5960 | plugins/check_pgsql.c, plugins/check_procs.c, | ||
5961 | plugins/check_radius.c, plugins/check_real.c, | ||
5962 | plugins/check_smtp.c, plugins/check_snmp.c, plugins/check_swap.c, | ||
5963 | plugins/check_tcp.c, plugins/check_time.c, plugins/check_udp.c, | ||
5964 | plugins/check_ups.c: | ||
5965 | print_help and print_usage() cleanup | ||
5966 | |||
5967 | other misc cleanups | ||
5968 | 10556 | ||
5969 | 2004-12-03 21:56 stanleyhopcroft | 10557 | 2003-08-07 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
5970 | 10558 | ||
5971 | * [r995] plugins/check_tcp.c: | 10559 | * plugins/check_by_ssh.c, plugins/check_disk.c, |
5972 | 1041571: -D option processing corrected (Eric Chen). Changed | 10560 | plugins/check_dns.c, plugins/check_fping.c, plugins/check_game.c, |
5973 | process_arguments() to return TRUE. Dont know why this was | 10561 | plugins/check_http.c, plugins/check_mrtg.c, |
5974 | necessary. | 10562 | plugins/check_mrtgtraf.c, plugins/check_nagios.c, |
5975 | 10563 | plugins/check_nt.c, plugins/check_nwstat.c, plugins/check_overcr.c, | |
5976 | 2004-12-03 20:28 opensides | 10564 | plugins/check_radius.c, plugins/check_real.c, plugins/check_snmp.c, |
5977 | 10565 | plugins/check_swap.c, plugins/check_tcp.c, plugins/check_time.c, | |
5978 | * [r994] plugins/check_by_ssh.c, plugins/check_dig.c, | 10566 | plugins/negate.c, plugins/netutils.c, plugins/popen.c, |
5979 | plugins/check_disk.c, plugins/check_dns.c, plugins/check_dummy.c, | 10567 | plugins/utils.c, plugins/utils.h: replace "terminate" with "die" for |
5980 | plugins/check_fping.c, plugins/check_game.c, | 10568 | shorter name and better readability git-svn-id: |
5981 | plugins/check_hpjd.c, plugins/check_http.c, | ||
5982 | plugins/check_ide-smart.c, plugins/check_ldap.c, | ||
5983 | plugins/check_load.c, plugins/check_mrtg.c, | ||
5984 | plugins/check_mrtgtraf.c, plugins/check_mysql.c, | ||
5985 | plugins/check_nagios.c, plugins/check_nt.c, | ||
5986 | plugins/check_nwstat.c, plugins/check_overcr.c, | ||
5987 | plugins/check_pgsql.c, plugins/check_ping.c, | ||
5988 | plugins/check_procs.c, plugins/check_radius.c, | ||
5989 | plugins/check_real.c, plugins/check_smtp.c, plugins/check_snmp.c, | ||
5990 | plugins/check_ssh.c, plugins/check_swap.c, plugins/check_tcp.c, | ||
5991 | plugins/check_time.c, plugins/check_udp.c, plugins/check_ups.c, | ||
5992 | plugins/check_users.c, plugins/negate.c, plugins/urlize.c: | ||
5993 | remove UT_HLP_VRS from print_usage this was not a good idea ;-) | ||
5994 | |||
5995 | 2004-12-03 19:20 opensides | ||
5996 | |||
5997 | * [r993] plugins/utils.c: | ||
5998 | removing support fonction removing warranty from print_revision | ||
5999 | |||
6000 | 2004-12-03 17:48 opensides | ||
6001 | |||
6002 | * [r992] ROADMAP, package.def, plugins/negate.c, plugins/utils.h: | ||
6003 | some minor fixes | ||
6004 | |||
6005 | 2004-12-03 17:15 opensides | ||
6006 | |||
6007 | * [r991] plugins/check_load.c, plugins/check_ssh.c: | ||
6008 | correcting parenthesis error | ||
6009 | |||
6010 | 2004-12-03 16:56 opensides | ||
6011 | |||
6012 | * [r990] AUTHORS, plugins/check_load.c, plugins/check_pgsql.c, | ||
6013 | plugins/check_ping.c, plugins/check_procs.c, | ||
6014 | plugins/check_radius.c, plugins/check_real.c, | ||
6015 | plugins/check_smtp.c, plugins/check_snmp.c, plugins/check_ssh.c, | ||
6016 | plugins/check_swap.c, plugins/check_tcp.c, plugins/check_time.c, | ||
6017 | plugins/check_udp.c, plugins/check_ups.c, plugins/check_users.c, | ||
6018 | plugins/urlize.c: | ||
6019 | fixes for internationalization | ||
6020 | |||
6021 | 2004-12-03 11:45 opensides | ||
6022 | |||
6023 | * [r989] plugins/check_by_ssh.c, plugins/check_dig.c, | ||
6024 | plugins/check_disk.c, plugins/check_dns.c, plugins/check_dummy.c, | ||
6025 | plugins/check_fping.c, plugins/check_game.c, | ||
6026 | plugins/check_hpjd.c, plugins/check_http.c, | ||
6027 | plugins/check_ide-smart.c, plugins/check_ldap.c, | ||
6028 | plugins/check_load.c, plugins/check_mrtg.c, | ||
6029 | plugins/check_mrtgtraf.c, plugins/check_mysql.c, | ||
6030 | plugins/check_nagios.c, plugins/check_nt.c, | ||
6031 | plugins/check_nwstat.c: | ||
6032 | internationalization fixes and help fixes | ||
6033 | |||
6034 | 2004-12-03 09:19 opensides | ||
6035 | |||
6036 | * [r988] plugins/check_by_ssh.c, plugins/check_dig.c, | ||
6037 | plugins/check_http.c, plugins/check_nwstat.c, | ||
6038 | plugins/check_pgsql.c, plugins/check_ping.c, plugins/check_udp.c, | ||
6039 | po, po/.cvsignore: | ||
6040 | Localization fixes | ||
6041 | |||
6042 | 2004-12-03 08:45 opensides | ||
6043 | |||
6044 | * [r987] plugins/check_ide-smart.c, plugins/check_pgsql.c: | ||
6045 | correcting copyright and remaning int result = STATE_UNKNOWN; | ||
6046 | |||
6047 | 2004-12-03 04:37 mattkent | ||
6048 | |||
6049 | * [r986] plugins/check_nagios.c: | ||
6050 | Affected by elapsed time patch. | ||
6051 | |||
6052 | 2004-12-03 04:16 mattkent | ||
6053 | |||
6054 | * [r985] AUTHORS: | ||
6055 | Another contributer. | ||
6056 | |||
6057 | 2004-12-03 04:10 mattkent | ||
6058 | |||
6059 | * [r984] configure.in, plugins/check_procs.c: | ||
6060 | Patch from Russell Miller which adds elapsed time as a metric. | ||
6061 | Only for linux so far. (991359) | ||
6062 | |||
6063 | 2004-12-03 02:21 mattkent | ||
6064 | |||
6065 | * [r983] plugins/check_ldap.c: | ||
6066 | Fix typo breaking compile. | ||
6067 | |||
6068 | 2004-12-03 00:55 opensides | ||
6069 | |||
6070 | * [r982] plugins/check_by_ssh.c, plugins/check_dig.c, | ||
6071 | plugins/check_dns.c, plugins/check_dummy.c, | ||
6072 | plugins/check_fping.c, plugins/check_game.c, | ||
6073 | plugins/check_hpjd.c, plugins/check_ide-smart.c, | ||
6074 | plugins/check_ldap.c, plugins/check_load.c, plugins/check_mrtg.c, | ||
6075 | plugins/check_mrtgtraf.c, plugins/check_mysql.c, | ||
6076 | plugins/check_nagios.c, plugins/check_nt.c, | ||
6077 | plugins/check_nwstat.c, plugins/check_overcr.c, | ||
6078 | plugins/check_pgsql.c, plugins/check_ping.c, | ||
6079 | plugins/check_procs.c, plugins/check_radius.c, | ||
6080 | plugins/check_real.c, plugins/check_smtp.c, plugins/check_snmp.c, | ||
6081 | plugins/check_ssh.c, plugins/check_swap.c, plugins/check_tcp.c, | ||
6082 | plugins/check_time.c, plugins/check_udp.c, plugins/check_ups.c, | ||
6083 | plugins/check_users.c, plugins/negate.c, plugins/urlize.c: | ||
6084 | bump copyright year initialize result to STATE_UNKNOW in place of | ||
6085 | STATE_OK | ||
6086 | |||
6087 | 2004-12-02 21:23 opensides | ||
6088 | |||
6089 | * [r981] plugins/check_dns.c, plugins/check_ldap.c, | ||
6090 | plugins/check_procs.c: | ||
6091 | --disable-nls throws an error on check_dns, check_procs and | ||
6092 | check_ldap without this patch. | ||
6093 | 10569 | ||
6094 | 2004-12-02 21:03 stanleyhopcroft | 10570 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@656 f882894a-f735-0410-b71e-b25c423dba1c |
6095 | |||
6096 | * [r980] plugins/check_tcp.c: | ||
6097 | Tracker 1041571: appended :D to getopt_long() args (for cert | ||
6098 | expiry check). Eric Chen. | ||
6099 | |||
6100 | 2004-12-02 16:51 opensides | ||
6101 | |||
6102 | * [r979] plugins/check_by_ssh.c, plugins/check_dig.c, | ||
6103 | plugins/check_disk.c, plugins/check_dns.c, plugins/check_fping.c, | ||
6104 | plugins/check_game.c, plugins/check_hpjd.c, plugins/check_http.c, | ||
6105 | plugins/check_ldap.c, plugins/check_load.c, plugins/check_mrtg.c, | ||
6106 | plugins/check_mrtgtraf.c, plugins/check_mysql.c, | ||
6107 | plugins/check_nagios.c, plugins/check_nt.c, | ||
6108 | plugins/check_nwstat.c, plugins/check_overcr.c, | ||
6109 | plugins/check_pgsql.c, plugins/check_ping.c, | ||
6110 | plugins/check_procs.c, plugins/check_radius.c, | ||
6111 | plugins/check_real.c, plugins/check_smtp.c, plugins/check_snmp.c, | ||
6112 | plugins/check_ssh.c, plugins/check_swap.c, plugins/check_tcp.c, | ||
6113 | plugins/check_time.c, plugins/check_udp.c, plugins/check_ups.c, | ||
6114 | plugins/check_users.c, plugins/negate.c, plugins/popen.c, | ||
6115 | plugins/utils.c: | ||
6116 | More internationalization work new usage4 function to permit | ||
6117 | localisation of think like check_ssh: xxxxx | ||
6118 | |||
6119 | 2004-12-02 14:54 opensides | ||
6120 | |||
6121 | * [r978] plugins/check_by_ssh.c, plugins/check_dig.c, | ||
6122 | plugins/check_disk.c, plugins/check_dns.c, plugins/check_fping.c, | ||
6123 | plugins/check_game.c, plugins/check_hpjd.c, plugins/check_ldap.c, | ||
6124 | plugins/check_load.c, plugins/check_mrtg.c, | ||
6125 | plugins/check_mrtgtraf.c, plugins/check_mysql.c, | ||
6126 | plugins/check_nagios.c, plugins/check_nt.c, | ||
6127 | plugins/check_nwstat.c, plugins/check_overcr.c, | ||
6128 | plugins/check_pgsql.c, plugins/check_ping.c, | ||
6129 | plugins/check_procs.c, plugins/check_radius.c, | ||
6130 | plugins/check_real.c, plugins/check_smtp.c, plugins/check_snmp.c, | ||
6131 | plugins/check_ssh.c, plugins/check_swap.c, plugins/check_tcp.c, | ||
6132 | plugins/check_time.c, plugins/check_udp.c, plugins/check_ups.c, | ||
6133 | plugins/check_users.c, plugins/negate.c: | ||
6134 | return of process_arguments() is TRUE not OK ! | ||
6135 | 10571 | ||
6136 | 2004-12-02 14:35 opensides | 10572 | 2003-08-07 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
6137 | 10573 | ||
6138 | * [r977] plugins/check_http.c: | 10574 | * plugins/check_ping.c: cleanup for better readability git-svn-id: |
6139 | return of process_arguments() is TRUE not OK ! | ||
6140 | 10575 | ||
6141 | 2004-12-02 08:45 stanleyhopcroft | 10576 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@655 f882894a-f735-0410-b71e-b25c423dba1c |
6142 | 10577 | ||
6143 | * [r976] plugins/Makefile.am: | 10578 | 2003-08-07 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
6144 | Add check_icmp plugin | ||
6145 | 10579 | ||
6146 | 2004-12-02 08:44 stanleyhopcroft | 10580 | * plugins/check_ping.c: markup for translation git-svn-id: |
6147 | |||
6148 | * [r975] plugins/check_icmp.c: | ||
6149 | check_icmp plugin from A Ericsson | ||
6150 | |||
6151 | 2004-12-02 08:44 stanleyhopcroft | ||
6152 | |||
6153 | * [r974] plugins/linux.h: | ||
6154 | For check_icmp plugin from A Ericsson | ||
6155 | |||
6156 | 2004-12-02 04:48 mattkent | ||
6157 | |||
6158 | * [r973] command.cfg.in: | ||
6159 | Fix typo. | ||
6160 | |||
6161 | 2004-12-02 04:36 mattkent | ||
6162 | 10581 | ||
6163 | * [r972] AUTHORS, REQUIREMENTS, command.cfg.in, | 10582 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@654 f882894a-f735-0410-b71e-b25c423dba1c |
6164 | plugins/check_ups.c: | ||
6165 | Patch from Arnaud Quette to bring support to NUT 2.0 plus couple | ||
6166 | improvements and fixes (1038413 which includes 1032009, 815785). | ||
6167 | 10583 | ||
6168 | 2004-12-02 01:11 opensides | 10584 | 2003-08-07 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
6169 | |||
6170 | * [r971] plugins/check_dns.c, plugins/check_game.c, | ||
6171 | plugins/check_http.c, plugins/check_ide-smart.c, | ||
6172 | plugins/check_load.c, plugins/check_mrtgtraf.c, | ||
6173 | plugins/check_mysql.c, plugins/check_nagios.c, | ||
6174 | plugins/check_nt.c, plugins/check_nwstat.c, | ||
6175 | plugins/check_overcr.c, plugins/check_pgsql.c, | ||
6176 | plugins/check_ping.c, plugins/check_procs.c, | ||
6177 | plugins/check_radius.c, plugins/check_real.c, | ||
6178 | plugins/check_snmp.c, plugins/check_ssh.c, plugins/check_tcp.c, | ||
6179 | plugins/check_time.c, plugins/check_udp.c, plugins/check_ups.c, | ||
6180 | plugins/negate.c, plugins/popen.c: | ||
6181 | changed Error: by CRITICAL - more localization fixes | ||
6182 | 10585 | ||
6183 | 2004-12-02 00:30 opensides | 10586 | * tools/sfsnapshot: make must be run before make dist to creat |
10587 | language files git-svn-id: | ||
6184 | 10588 | ||
6185 | * [r970] contrib/check_rbl.c: | 10589 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@653 f882894a-f735-0410-b71e-b25c423dba1c |
6186 | adapted for localization | ||
6187 | 10590 | ||
6188 | 2004-12-01 23:54 opensides | 10591 | 2003-08-06 Ton Voon <tonvoon@users.sourceforge.net> |
6189 | 10592 | ||
6190 | * [r969] plugins/check_by_ssh.c, plugins/check_dig.c, | 10593 | * doc/developer-guidelines.sgml: Added in that Nagios plugins are |
6191 | plugins/check_disk.c, plugins/check_dns.c, plugins/check_dummy.c, | 10594 | written to GNU standards git-svn-id: |
6192 | plugins/check_fping.c, plugins/check_game.c, | ||
6193 | plugins/check_hpjd.c, plugins/check_http.c, | ||
6194 | plugins/check_ide-smart.c, plugins/check_ldap.c, | ||
6195 | plugins/check_load.c, plugins/check_mrtg.c, | ||
6196 | plugins/check_mrtgtraf.c, plugins/check_mysql.c, | ||
6197 | plugins/check_nagios.c, plugins/check_nt.c, | ||
6198 | plugins/check_nwstat.c, plugins/check_overcr.c, | ||
6199 | plugins/check_pgsql.c, plugins/check_ping.c, | ||
6200 | plugins/check_procs.c, plugins/check_radius.c, | ||
6201 | plugins/check_real.c, plugins/check_smtp.c, plugins/check_snmp.c, | ||
6202 | plugins/check_ssh.c, plugins/check_swap.c, plugins/check_tcp.c, | ||
6203 | plugins/check_time.c, plugins/check_udp.c, plugins/check_ups.c, | ||
6204 | plugins/check_users.c, plugins/common.h, plugins/getaddrinfo.c, | ||
6205 | plugins/getaddrinfo.h, plugins/gethostbyname.c, | ||
6206 | plugins/gethostbyname.h, plugins/negate.c, plugins/netutils.c, | ||
6207 | plugins/netutils.h, plugins/popen.c, plugins/urlize.c, | ||
6208 | plugins/utils.c, plugins/utils.h: | ||
6209 | standardize localization string standardize unknow arguments | ||
6210 | 10595 | ||
6211 | 2004-12-01 22:02 tonvoon | 10596 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@652 f882894a-f735-0410-b71e-b25c423dba1c |
6212 | 10597 | ||
6213 | * [r968] doc/RELEASING: | 10598 | 2003-08-06 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
6214 | Notes on releasing | ||
6215 | 10599 | ||
6216 | 2004-12-01 21:55 tonvoon | 10600 | * lib/.cvsignore: ignore ulonglong.m4 git-svn-id: |
6217 | 10601 | ||
6218 | * [r967] configure.in: | 10602 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@651 f882894a-f735-0410-b71e-b25c423dba1c |
6219 | Next version number | ||
6220 | 10603 | ||
6221 | 2004-12-01 21:01 tonvoon | 10604 | 2003-08-06 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
6222 | 10605 | ||
6223 | * [r965] ChangeLog: | 10606 | * plugins/check_overcr.c: markup for translation, move send_buffer |
6224 | Updated for r1_4_0-alpha2 | 10607 | assignment to process_args so process_tcp_request can be moved |
10608 | outside the conditional, replace if/esleif with switch, replace | ||
10609 | #defines with enum git-svn-id: | ||
6225 | 10610 | ||
6226 | 2004-12-01 20:43 tonvoon | 10611 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@650 f882894a-f735-0410-b71e-b25c423dba1c |
6227 | 10612 | ||
6228 | * [r964] tools/devmode: | 10613 | 2003-08-06 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
6229 | eval not working - instructions now in comments | ||
6230 | 10614 | ||
6231 | 2004-12-01 20:09 tonvoon | 10615 | * plugins/check_nwstat.c: markup for translation git-svn-id: |
6232 | 10616 | ||
6233 | * [r963] plugins-scripts/check_oracle.sh: | 10617 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@649 f882894a-f735-0410-b71e-b25c423dba1c |
6234 | Fixed pmon process checking from a change I made earlier | ||
6235 | 10618 | ||
6236 | 2004-12-01 19:33 opensides | 10619 | 2003-08-05 Ton Voon <tonvoon@users.sourceforge.net> |
6237 | 10620 | ||
6238 | * [r962] plugins/check_by_ssh.c, plugins/check_dig.c, | 10621 | * doc/developer-guidelines.sgml: Added dev platform requirements git-svn-id: |
6239 | plugins/check_disk.c, plugins/check_dns.c, plugins/check_fping.c, | ||
6240 | plugins/check_ssh.c: | ||
6241 | first pass at standardization of messages for the localization | ||
6242 | 10622 | ||
6243 | 2004-12-01 08:41 stanleyhopcroft | 10623 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@648 f882894a-f735-0410-b71e-b25c423dba1c |
6244 | 10624 | ||
6245 | * [r961] configure.in: | 10625 | 2003-08-05 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
6246 | Bryan Loniewski contributed check_jabber plugin (SSL/check_tcp); | ||
6247 | Eric Chen check_nntps plugin + SSL certficate expiry check [added | ||
6248 | -D option to check_tcp] | ||
6249 | 10626 | ||
6250 | 2004-12-01 08:28 stanleyhopcroft | 10627 | * plugins/check_ssh.c: markup for translation git-svn-id: |
6251 | 10628 | ||
6252 | * [r960] plugins/netutils.c: | 10629 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@647 f882894a-f735-0410-b71e-b25c423dba1c |
6253 | 1075725: patch to my_connect() to deal with SEGV if connect fails | ||
6254 | 10630 | ||
6255 | 2004-12-01 08:26 stanleyhopcroft | 10631 | 2003-08-05 Stanley Hopcroft <stanleyhopcroft@users.sourceforge.net> |
6256 | 10632 | ||
6257 | * [r959] plugins/check_tcp.c: | 10633 | * contrib/check_mssql.sh: Version 2.0 of MS SQL server plugin |
6258 | 1041571 & 664615: check_tcp with cert check + nntps, simap, | 10634 | (contrib/check_mssql.sh) from T De Blende. git-svn-id: |
6259 | jabber | ||
6260 | 10635 | ||
6261 | 2004-12-01 03:50 mattkent | 10636 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@646 f882894a-f735-0410-b71e-b25c423dba1c |
6262 | 10637 | ||
6263 | * [r958] contrib/check_nmap.py: | 10638 | 2003-08-04 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
6264 | Small fix from David Rippel (996800) for newer versions of nmap | ||
6265 | 10639 | ||
6266 | 2004-12-01 03:26 mattkent | 10640 | * plugins/check_users.c, plugins/urlize.c: markup for translation git-svn-id: |
6267 | 10641 | ||
6268 | * [r957] plugins-scripts/check_oracle.sh: | 10642 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@645 f882894a-f735-0410-b71e-b25c423dba1c |
6269 | Perf data and other improvements by Florian Gleixner (1027787) | ||
6270 | 10643 | ||
6271 | 2004-11-30 07:40 opensides | 10644 | 2003-08-04 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
6272 | 10645 | ||
6273 | * [r956] po/fr.po: | 10646 | * plugins/check_time.c, plugins/check_udp.c: markup for translation git-svn-id: |
6274 | more french translations | ||
6275 | 10647 | ||
6276 | 2004-11-30 00:25 tonvoon | 10648 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@644 f882894a-f735-0410-b71e-b25c423dba1c |
6277 | 10649 | ||
6278 | * [r955] plugins/check_ide-smart.c: | 10650 | 2003-08-04 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
6279 | Capitalized some error messages | ||
6280 | 10651 | ||
6281 | 2004-11-30 00:24 tonvoon | 10652 | * plugins/check_ldap.c, plugins/check_nagios.c, |
10653 | plugins/check_radius.c, plugins/check_udp.c, plugins/check_ups.c, | ||
10654 | plugins/negate.c: markup for translation git-svn-id: | ||
6282 | 10655 | ||
6283 | * [r954] plugins/urlize.c: | 10656 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@643 f882894a-f735-0410-b71e-b25c423dba1c |
6284 | Updated output to UNKNOWN | ||
6285 | 10657 | ||
6286 | 2004-11-30 00:21 opensides | 10658 | 2003-08-03 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
6287 | 10659 | ||
6288 | * [r953] po/fr.po: | 10660 | * plugins/check_ldap.c, plugins/check_mrtg.c, |
6289 | translating fr.po new part | 10661 | plugins/check_mrtgtraf.c: markup for translation git-svn-id: |
6290 | 10662 | ||
6291 | 2004-11-29 23:52 tonvoon | 10663 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@642 f882894a-f735-0410-b71e-b25c423dba1c |
6292 | 10664 | ||
6293 | * [r952] lib/Makefile.am, lib/exitfail.m4, lib/getopt.m4: | 10665 | 2003-08-03 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
6294 | Extra files required from coreutils | ||
6295 | 10666 | ||
6296 | 2004-11-29 23:46 tonvoon | 10667 | * plugins/check_load.c: markup for translation git-svn-id: |
6297 | 10668 | ||
6298 | * [r951] SUPPORT: | 10669 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@641 f882894a-f735-0410-b71e-b25c423dba1c |
6299 | Cleanup and statement re: contrib plugins | ||
6300 | 10670 | ||
6301 | 2004-11-29 22:42 tonvoon | 10671 | 2003-08-03 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
6302 | 10672 | ||
6303 | * [r950] configure.in: | 10673 | * plugins/check_ldap.c: markup for translation git-svn-id: |
6304 | Patches for configure on *BSD (Julien Touche) | ||
6305 | 10674 | ||
6306 | 2004-11-29 05:07 stanleyhopcroft | 10675 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@640 f882894a-f735-0410-b71e-b25c423dba1c |
6307 | 10676 | ||
6308 | * [r949] contrib/README.TXT, contrib/rblcheck-dns, | 10677 | 2003-08-03 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
6309 | contrib/rblcheck-web, contrib/tarballs/check_icmp-0.8.tar.gz: | ||
6310 | *** empty log message *** | ||
6311 | 10678 | ||
6312 | 2004-11-29 04:49 mattkent | 10679 | * plugins/check_http.c, plugins/check_ldap.c, plugins/check_tcp.c: |
10680 | markup for translation git-svn-id: | ||
6313 | 10681 | ||
6314 | * [r948] contrib/check_linux_raid.pl: | 10682 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@639 f882894a-f735-0410-b71e-b25c423dba1c |
6315 | Better error checking (820806) | ||
6316 | 10683 | ||
6317 | 2004-11-29 00:56 opensides | 10684 | 2003-08-03 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
6318 | 10685 | ||
6319 | * [r947] po/fr.po: | 10686 | * plugins/Makefile.am, plugins/check_ide-smart.c: markup for |
6320 | second version of french .po still 300 ;-) to translate | 10687 | translation, use common.h, fix problems compiling git-svn-id: |
6321 | 10688 | ||
6322 | 2004-11-28 22:57 opensides | 10689 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@638 f882894a-f735-0410-b71e-b25c423dba1c |
6323 | 10690 | ||
6324 | * [r946] po/fr.po: | 10691 | 2003-08-03 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
6325 | first new translation of fr.po | ||
6326 | 10692 | ||
6327 | 2004-11-27 21:00 mattkent | 10693 | * plugins/check_http.c: markup for translation git-svn-id: |
6328 | 10694 | ||
6329 | * [r945] plugins/check_ssh.c: | 10695 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@637 f882894a-f735-0410-b71e-b25c423dba1c |
6330 | Add remote version check (1030269, Daniel Gullin) | ||
6331 | 10696 | ||
6332 | 2004-11-26 08:54 stanleyhopcroft | 10697 | 2003-08-02 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
6333 | 10698 | ||
6334 | * [r944] AUTHORS: | 10699 | * plugins/check_hpjd.c: markup for translation git-svn-id: |
6335 | New plugin/bugfix: tracker 1070929. check_hpjdres | ||
6336 | 10700 | ||
6337 | 2004-11-25 05:09 mattkent | 10701 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@636 f882894a-f735-0410-b71e-b25c423dba1c |
6338 | 10702 | ||
6339 | * [r943] plugins/check_disk.c: | 10703 | 2003-08-02 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
6340 | From old test harness code, make ./check_disk -w 0 -c 0 / valid | ||
6341 | parameters again | ||
6342 | 10704 | ||
6343 | 2004-11-25 05:06 mattkent | 10705 | * plugins/check_mysql.c: markup for translation git-svn-id: |
6344 | 10706 | ||
6345 | * [r942] plugins/t/check_dns.t, plugins/t/check_http.t, | 10707 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@635 f882894a-f735-0410-b71e-b25c423dba1c |
6346 | plugins/t/check_load.t, plugins/t/check_mysql.t, test.pl.in: | ||
6347 | Updating test harness | ||
6348 | 10708 | ||
6349 | 2004-11-25 04:49 stanleyhopcroft | 10709 | 2003-08-02 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
6350 | 10710 | ||
6351 | * [r941] contrib/README.TXT: | 10711 | * plugins/check_fping.c, plugins/check_game.c, |
6352 | Removed reference to non existent tar balls (Hopcroft plugins) | 10712 | plugins/check_mysql.c, plugins/check_snmp.c, plugins/utils.h: |
10713 | markupf for translation git-svn-id: | ||
6353 | 10714 | ||
6354 | 2004-11-25 04:46 stanleyhopcroft | 10715 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@634 f882894a-f735-0410-b71e-b25c423dba1c |
6355 | 10716 | ||
6356 | * [r940] contrib/check_wins.pl: | 10717 | 2003-08-02 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
6357 | Non functional tidy ups to check_wins | ||
6358 | 10718 | ||
6359 | 2004-11-25 04:30 stanleyhopcroft | 10719 | * plugins/utils.c, plugins/utils.h: ifdef so utils.h can be header |
10720 | for utils.c git-svn-id: | ||
6360 | 10721 | ||
6361 | * [r939] contrib/check_hw.sh: | 10722 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@633 f882894a-f735-0410-b71e-b25c423dba1c |
6362 | Added /contrib/check_hw.sh by Rok Debevc | ||
6363 | 10723 | ||
6364 | 2004-11-25 04:28 stanleyhopcroft | 10724 | 2003-08-02 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
6365 | 10725 | ||
6366 | * [r938] contrib/check_sybase: | 10726 | * plugins/check_fping.c, plugins/check_snmp.c: markup for |
6367 | Added /contrib/check_sybase by Simon Bellwood | 10727 | translation git-svn-id: |
6368 | 10728 | ||
6369 | 2004-11-25 03:01 stanleyhopcroft | 10729 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@632 f882894a-f735-0410-b71e-b25c423dba1c |
6370 | 10730 | ||
6371 | * [r937] contrib/check_hprsc.pl: | 10731 | 2003-08-02 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
6372 | update check_hprsc.pl for Net-SNMP versions >=4 | ||
6373 | 10732 | ||
6374 | 2004-11-24 21:34 tonvoon | 10733 | * plugins/check_by_ssh.c, plugins/check_dig.c, |
10734 | plugins/check_disk.c, plugins/check_dns.c, plugins/check_dummy.c, | ||
10735 | plugins/check_pgsql.c, plugins/check_swap.c, plugins/check_tcp.c, | ||
10736 | plugins/utils.h: establish "UT_" namespace for usage text in | ||
10737 | #defines git-svn-id: | ||
6375 | 10738 | ||
6376 | * [r936] tools/sfsnapshot: | 10739 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@631 f882894a-f735-0410-b71e-b25c423dba1c |
6377 | Removing build directory after creating distribution | ||
6378 | 10740 | ||
6379 | 2004-11-24 21:19 tonvoon | 10741 | 2003-08-02 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
6380 | 10742 | ||
6381 | * [r935] doc/makefile: | 10743 | * plugins/check_snmp.c: markup for translation git-svn-id: |
6382 | Added clean | ||
6383 | 10744 | ||
6384 | 2004-11-24 06:36 stanleyhopcroft | 10745 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@630 f882894a-f735-0410-b71e-b25c423dba1c |
6385 | 10746 | ||
6386 | * [r933] plugins/check_hpjd.c: | 10747 | 2003-08-01 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
6387 | add -OQa to command_line in check_hpjd.c. Correct | ||
6388 | nagiosplug-Bugs-889948, 846329 | ||
6389 | 10748 | ||
6390 | 2004-11-24 04:35 mattkent | 10749 | * plugins/check_dns.c: terminate in error_scan() so meaningfull |
10750 | errors can be sent git-svn-id: | ||
6391 | 10751 | ||
6392 | * [r932] plugins/check_nwstat.c: | 10752 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@628 f882894a-f735-0410-b71e-b25c423dba1c |
6393 | Attempting to fix a reported segfault (1055054) | ||
6394 | 10753 | ||
6395 | 2004-11-24 04:25 mattkent | 10754 | 2003-08-01 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
6396 | 10755 | ||
6397 | * [r931] plugins/check_http.c: | 10756 | * plugins/check_dummy.c: mark for transaltion git-svn-id: |
6398 | Added support for sending port in host header (913633) | ||
6399 | 10757 | ||
6400 | 2004-11-24 00:46 tonvoon | 10758 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@627 f882894a-f735-0410-b71e-b25c423dba1c |
6401 | 10759 | ||
6402 | * [r930] plugins/check_by_ssh.c, plugins/check_dig.c, | 10760 | 2003-08-01 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
6403 | plugins/check_disk.c, plugins/check_dns.c, plugins/check_dummy.c, | ||
6404 | plugins/check_fping.c, plugins/check_game.c, | ||
6405 | plugins/check_hpjd.c, plugins/check_http.c, plugins/check_ldap.c, | ||
6406 | plugins/check_load.c, plugins/check_mrtg.c, | ||
6407 | plugins/check_mrtgtraf.c, plugins/check_mysql.c, | ||
6408 | plugins/check_nwstat.c, plugins/check_overcr.c, | ||
6409 | plugins/check_pgsql.c, plugins/check_ping.c, | ||
6410 | plugins/check_procs.c, plugins/check_radius.c, | ||
6411 | plugins/check_real.c, plugins/check_smtp.c, plugins/check_snmp.c, | ||
6412 | plugins/check_ssh.c, plugins/check_tcp.c, plugins/check_time.c, | ||
6413 | plugins/check_udp.c, plugins/check_ups.c, plugins/check_users.c, | ||
6414 | plugins/negate.c, plugins/urlize.c: | ||
6415 | Making messages more consistent | ||
6416 | 10761 | ||
6417 | 2004-11-23 23:53 tonvoon | 10762 | * plugins/check_dns.c: do not translate the strings that will be |
10763 | compared to utility output - LC_ALL is set to C so those strings | ||
10764 | should be untranslated regardless of the system settings git-svn-id: | ||
6418 | 10765 | ||
6419 | * [r929] plugins/check_by_ssh.c, plugins/check_dns.c, | 10766 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@626 f882894a-f735-0410-b71e-b25c423dba1c |
6420 | plugins/check_hpjd.c, plugins/check_mrtg.c, | ||
6421 | plugins/check_mrtgtraf.c, plugins/check_mysql.c, | ||
6422 | plugins/check_real.c, plugins/check_smtp.c, plugins/check_swap.c, | ||
6423 | plugins/check_time.c: | ||
6424 | Standardising translation texts | ||
6425 | 10767 | ||
6426 | 2004-11-23 23:35 tonvoon | 10768 | 2003-08-01 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
6427 | 10769 | ||
6428 | * [r928] doc/developer-guidelines.sgml: | 10770 | * plugins/popen.c: set LC_ALL to C in execve environemnt git-svn-id: |
6429 | Guidelines on translated text (Yves Mettier, Simon Bellwood, | ||
6430 | Andreas Ericsson) | ||
6431 | 10771 | ||
6432 | 2004-11-23 22:49 tonvoon | 10772 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@625 f882894a-f735-0410-b71e-b25c423dba1c |
6433 | 10773 | ||
6434 | * [r927] doc/developer-guidelines.sgml: | 10774 | 2003-08-01 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
6435 | Adding notes on developer and translator access in SF | ||
6436 | 10775 | ||
6437 | 2004-11-23 06:06 mattkent | 10776 | * plugins/Makefile.am: 'ln -f -s ...' is not reliable/portable. Use |
10777 | 'rm -f ...; ln -s ...' git-svn-id: | ||
6438 | 10778 | ||
6439 | * [r926] AUTHORS: | 10779 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@624 f882894a-f735-0410-b71e-b25c423dba1c |
6440 | More contributers. | ||
6441 | 10780 | ||
6442 | 2004-11-23 05:49 mattkent | 10781 | 2003-07-31 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
6443 | 10782 | ||
6444 | * [r925] plugins/check_disk.c: | 10783 | * plugins/check_dns.c: mark for translation (note problem here - it |
6445 | Fix integer warning and critical options. Take values from | 10784 | relies on tranalation in underlying utility, which has a high chance |
6446 | current unit instead of always KB. | 10785 | of failing) git-svn-id: |
6447 | 10786 | ||
6448 | 2004-11-23 00:06 stanleyhopcroft | 10787 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@623 f882894a-f735-0410-b71e-b25c423dba1c |
6449 | 10788 | ||
6450 | * [r924] doc/developer-guidelines.sgml: | 10789 | 2003-07-31 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
6451 | trivial changes to Perl plugin section. | ||
6452 | 10790 | ||
6453 | 2004-11-22 22:44 tonvoon | 10791 | * plugins/check_disk.c, plugins/utils.h: mark for translation git-svn-id: |
6454 | 10792 | ||
6455 | * [r923] AUTHORS: | 10793 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@622 f882894a-f735-0410-b71e-b25c423dba1c |
6456 | More contributors | ||
6457 | 10794 | ||
6458 | 2004-11-22 22:30 tonvoon | 10795 | 2003-07-30 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
6459 | 10796 | ||
6460 | * [r922] plugins/check_nt.c: | 10797 | * plugins/check_by_ssh.c: mark up for translation git-svn-id: |
6461 | Fixed some messages that should not be translated (Benoit | ||
6462 | Mortier) | ||
6463 | 10798 | ||
6464 | 2004-11-21 05:24 mattkent | 10799 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@621 f882894a-f735-0410-b71e-b25c423dba1c |
6465 | 10800 | ||
6466 | * [r920] plugins/check_mysql.c: | 10801 | 2003-07-30 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
6467 | Patch from Nathan Shafer to add replication slave check (1006777) | ||
6468 | 10802 | ||
6469 | 2004-11-20 22:56 mattkent | 10803 | * plugins/check_dig.c, plugins/check_pgsql.c, plugins/check_swap.c, |
10804 | plugins/check_tcp.c, plugins/utils.h: markup for translation git-svn-id: | ||
6470 | 10805 | ||
6471 | * [r919] AUTHORS: | 10806 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@620 f882894a-f735-0410-b71e-b25c423dba1c |
6472 | Oops, forgot one. | ||
6473 | 10807 | ||
6474 | 2004-11-20 22:46 mattkent | 10808 | 2003-07-29 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
6475 | 10809 | ||
6476 | * [r918] AUTHORS: | 10810 | * plugins/check_pgsql.c, plugins/check_swap.c, plugins/check_tcp.c: |
6477 | More contributers. | 10811 | mark for translation git-svn-id: |
6478 | 10812 | ||
6479 | 2004-11-20 22:43 mattkent | 10813 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@619 f882894a-f735-0410-b71e-b25c423dba1c |
6480 | 10814 | ||
6481 | * [r917] contrib/check_linux_raid.pl: | 10815 | 2003-07-29 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
6482 | Fix always reading status from the last line (1045506) | ||
6483 | 10816 | ||
6484 | 2004-11-20 22:28 mattkent | 10817 | * plugins/utils.h: some shared text for internationalized help text git-svn-id: |
6485 | 10818 | ||
6486 | * [r916] plugins/check_ping.c: | 10819 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@618 f882894a-f735-0410-b71e-b25c423dba1c |
6487 | New output format reported by pumuckel1980 (946857) | ||
6488 | 10820 | ||
6489 | 2004-11-20 21:36 mattkent | 10821 | 2003-07-29 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
6490 | 10822 | ||
6491 | * [r915] plugins/check_http.c: | 10823 | * plugins/utils.c: clean up warnings about ill-formed comment and |
6492 | Bit of cleanup, fix verbose output. | 10824 | string concatenation git-svn-id: |
6493 | 10825 | ||
6494 | 2004-11-20 07:04 tonvoon | 10826 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@617 f882894a-f735-0410-b71e-b25c423dba1c |
6495 | 10827 | ||
6496 | * [r914] configure.in: | 10828 | 2003-07-29 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
6497 | Fixed va_copy problem on AIX by copying samba's configure.in | ||
6498 | 10829 | ||
6499 | 2004-11-19 15:58 tonvoon | 10830 | * .cvsignore, ChangeLog, README, configure.in, lib/Makefile.am: bump |
10831 | to gettext 0.11.5 and cleanup GNU toolchain git-svn-id: | ||
6500 | 10832 | ||
6501 | * [r913] CODING: | 10833 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@616 f882894a-f735-0410-b71e-b25c423dba1c |
6502 | Added perl coding guidelines, from Programming Perl book (Andreas | ||
6503 | Ericsson) | ||
6504 | 10834 | ||
6505 | 2004-11-19 14:28 tonvoon | 10835 | 2003-07-29 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
6506 | 10836 | ||
6507 | * [r912] lib/getloadavg.m4: | 10837 | * ABOUT-NLS, INSTALL: get from GNU files instead of storing in CVS git-svn-id: |
6508 | I think getloadavg.m4 is no longer required (as autoconf has | ||
6509 | built-in function) | ||
6510 | 10838 | ||
6511 | 2004-11-19 14:24 tonvoon | 10839 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@615 f882894a-f735-0410-b71e-b25c423dba1c |
6512 | 10840 | ||
6513 | * [r911] lib/Makefile.am: | 10841 | 2003-07-29 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
6514 | Removed getloadavg.m4 (built-in function in autoconf) and added | ||
6515 | cloexec.[hc] for getloadavg.c | ||
6516 | 10842 | ||
6517 | 2004-11-19 14:23 tonvoon | 10843 | * tools/setup: move autopoint to start of gnu toolchain setup use |
10844 | --force-missing instead on manually copying files (manual process | ||
10845 | was broken on RedHat, and we should expect automake to do its job | ||
10846 | right anyway) git-svn-id: | ||
6518 | 10847 | ||
6519 | * [r910] lib/cloexec.c, lib/cloexec.h: | 10848 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@614 f882894a-f735-0410-b71e-b25c423dba1c |
6520 | Files required for getloadavg.c | ||
6521 | 10849 | ||
6522 | 2004-11-19 03:59 mattkent | 10850 | 2003-07-29 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
6523 | 10851 | ||
6524 | * [r909] plugins-scripts/check_ntp.pl: | 10852 | * configure.in: look for getloadavg.c in $topdir/lib, not |
6525 | Fix incorrectly labelled units in output (1025905, Jason Martin) | 10853 | $srcdir/lib git-svn-id: |
6526 | 10854 | ||
6527 | 2004-11-19 03:44 mattkent | 10855 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@613 f882894a-f735-0410-b71e-b25c423dba1c |
6528 | 10856 | ||
6529 | * [r908] plugins/check_procs.c: | 10857 | 2003-07-29 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
6530 | Enabling timeout flag (1010097, Jason Martin) | ||
6531 | 10858 | ||
6532 | 2004-11-19 02:53 mattkent | 10859 | * plugins/check_http.c: patch attempt to reference undefined optarg |
10860 | (credit Paul Farrall) git-svn-id: | ||
6533 | 10861 | ||
6534 | * [r907] plugins/check_http.c: | 10862 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@612 f882894a-f735-0410-b71e-b25c423dba1c |
6535 | Make -L notice ssl use to output a proper href (1035234, Abid | ||
6536 | Rasheed) | ||
6537 | 10863 | ||
6538 | 2004-11-19 02:39 mattkent | 10864 | 2003-07-28 Ton Voon <tonvoon@users.sourceforge.net> |
6539 | 10865 | ||
6540 | * [r906] plugins/check_smtp.c: | 10866 | * configure.in: - Specify srcdir so no confusion git-svn-id: |
6541 | Change unit from 'us' to 's' to match other core plugins for | ||
6542 | simplicity. | ||
6543 | 10867 | ||
6544 | 2004-11-19 00:21 tonvoon | 10868 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@611 f882894a-f735-0410-b71e-b25c423dba1c |
6545 | 10869 | ||
6546 | * [r905] AUTHORS: | 10870 | 2003-07-28 Ton Voon <tonvoon@users.sourceforge.net> |
6547 | - More great contributors... | ||
6548 | 10871 | ||
6549 | 2004-11-19 00:12 tonvoon | 10872 | * configure.in, lib/getloadavg.m4: Readded getloadavg.m4 as using |
10873 | autoconf 2.50+. This fixes redhat 6.2 compiles git-svn-id: | ||
6550 | 10874 | ||
6551 | * [r904] plugins/check_http.c: | 10875 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@608 f882894a-f735-0410-b71e-b25c423dba1c |
6552 | Options for User Agent string and extra headers (Ibere Tizio) | ||
6553 | 10876 | ||
6554 | 2004-11-18 22:48 tonvoon | 10877 | 2003-07-26 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
6555 | 10878 | ||
6556 | * [r903] configure.in: | 10879 | * plugins/check_pgsql.c: mark for translation git-svn-id: |
6557 | Remove unnecessary CPPFLAGS for openssl (Lutz Behnke - 686476) | ||
6558 | 10880 | ||
6559 | 2004-11-18 22:42 tonvoon | 10881 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@607 f882894a-f735-0410-b71e-b25c423dba1c |
6560 | 10882 | ||
6561 | * [r902] plugins/check_tcp.c: | 10883 | 2003-07-26 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
6562 | Enhance SSL initialization problems (Phil Dibowitz - 1055120) | ||
6563 | 10884 | ||
6564 | 2004-11-18 05:36 mattkent | 10885 | * plugins/common.h: add S_ macor to mark message for both |
10886 | translation and inclusion into docbook SGML git-svn-id: | ||
6565 | 10887 | ||
6566 | * [r901] plugins/check_smtp.c: | 10888 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@606 f882894a-f735-0410-b71e-b25c423dba1c |
6567 | Go critical on no route to host instead of warning (934025) | ||
6568 | 10889 | ||
6569 | 2004-11-18 00:27 tonvoon | 10890 | 2003-07-26 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
6570 | 10891 | ||
6571 | * [r900] tools/setup: | 10892 | * po/de.po, po/fr.po: updated check_tcp git-svn-id: |
6572 | Use copy of tools for consistency if building on different | ||
6573 | platforms from shared source | ||
6574 | 10893 | ||
6575 | 2004-11-17 23:35 tonvoon | 10894 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@605 f882894a-f735-0410-b71e-b25c423dba1c |
6576 | 10895 | ||
6577 | * [r899] plugins/check_tcp.c: | 10896 | 2003-07-26 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
6578 | Ignore output from tcp port (949070 - Jan-Piet Mens) | ||
6579 | 10897 | ||
6580 | 2004-11-17 23:22 tonvoon | 10898 | * plugins/check_tcp.c, po/ChangeLog: internationalization git-svn-id: |
6581 | 10899 | ||
6582 | * [r898] plugins/check_http.c: | 10900 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@604 f882894a-f735-0410-b71e-b25c423dba1c |
6583 | --no-body and --max-age options (949521 - Jamie Zawinski) | ||
6584 | 10901 | ||
6585 | 2004-11-17 22:19 tonvoon | 10902 | 2003-07-26 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
6586 | 10903 | ||
6587 | * [r897] doc/developer-guidelines.sgml: | 10904 | * intl/.cvsignore, lib/.cvsignore, po/.cvsignore: skip gettext files git-svn-id: |
6588 | Added section on using Sourceforge, mainly for administrators | ||
6589 | 10905 | ||
6590 | 2004-11-12 00:51 tonvoon | 10906 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@603 f882894a-f735-0410-b71e-b25c423dba1c |
6591 | 10907 | ||
6592 | * [r896] tools/update_coreutils: | 10908 | 2003-07-26 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
6593 | Tool to pull newer coreutil libs into nagiosplug's lib directory | ||
6594 | 10909 | ||
6595 | 2004-11-12 00:49 tonvoon | 10910 | * lib/Makefile.am: checkins for internationalization git-svn-id: |
6596 | 10911 | ||
6597 | * [r895] lib/Makefile.am, lib/error.c, lib/error.h, lib/error.m4, | 10912 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@602 f882894a-f735-0410-b71e-b25c423dba1c |
6598 | lib/exit.h, lib/exitfail.c, lib/exitfail.h, lib/fsusage.c, | ||
6599 | lib/fsusage.h, lib/fsusage.m4, lib/full-read.h, lib/getloadavg.c, | ||
6600 | lib/getopt.c, lib/getopt.h, lib/getopt1.c, lib/gettext.h, | ||
6601 | lib/ls-mntd-fs.m4, lib/malloc.c, lib/mountlist.c, | ||
6602 | lib/mountlist.h, lib/onceonly.m4, lib/realloc.c, lib/snprintf.c, | ||
6603 | lib/strtod.c, lib/unlocked-io.h, lib/unlocked-io.m4, | ||
6604 | lib/xalloc.h, lib/xalloc.m4, lib/xmalloc.c, lib/xstrdup.c, | ||
6605 | plugins/check_disk.c, po/de.po, po/fr.po: | ||
6606 | Update to using coreutils 5.2.1 libraries and snprintf.c from | ||
6607 | samba 3.0.8 | ||
6608 | 10913 | ||
6609 | 2004-09-07 20:27 tonvoon | 10914 | 2003-07-26 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
6610 | 10915 | ||
6611 | * [r894] doc/developer-guidelines.sgml: | 10916 | * lib/Makefile.am: checkins for internationalization git-svn-id: |
6612 | Clarity based on comments by Ben Clewett | ||
6613 | 10917 | ||
6614 | 2004-08-23 21:59 tonvoon | 10918 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@601 f882894a-f735-0410-b71e-b25c423dba1c |
6615 | 10919 | ||
6616 | * [r893] AUTHORS: | 10920 | 2003-07-26 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
6617 | For patch to check_nt | ||
6618 | 10921 | ||
6619 | 2004-08-23 21:58 tonvoon | 10922 | * po/Makevars: checkins for internationalization git-svn-id: |
6620 | 10923 | ||
6621 | * [r892] plugins/check_nt.c: | 10924 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@600 f882894a-f735-0410-b71e-b25c423dba1c |
6622 | Restore divisor for memory size reported by Windows. Also, | ||
6623 | implements warning and critical levels for performance counters. | ||
6624 | (Paulo Afonso Graner Fessel) | ||
6625 | 10925 | ||
6626 | 2004-08-23 21:18 tonvoon | 10926 | 2003-07-26 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
6627 | 10927 | ||
6628 | * [r891] configure.in, plugins/check_swap.c, plugins/common.h: | 10928 | * configure.in, tools/setup: checkins for internationalization git-svn-id: |
6629 | Using swapctl for Solaris, Tru64 and *BSD (Sean Finney) | ||
6630 | 10929 | ||
6631 | 2004-08-19 19:05 tonvoon | 10930 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@599 f882894a-f735-0410-b71e-b25c423dba1c |
6632 | 10931 | ||
6633 | * [r890] configure.in, plugins/check_swap.c, plugins/common.h: | 10932 | 2003-07-26 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
6634 | Patch for tru64 using swapctl calls (Sean Finney) | ||
6635 | 10933 | ||
6636 | 2004-08-18 21:32 tonvoon | 10934 | * .cvsignore, ABOUT-NLS, ChangeLog, Makefile.am, configure.in, |
10935 | lib/Makefile.am, lib/gettext.h, nagios-plugins.spec.in, | ||
10936 | plugins/Makefile.am, plugins/check_tcp.c, plugins/common.h, | ||
10937 | plugins/utils.c, po/LINGUAS, po/POTFILES.in, po/de.po, po/fr.po, | ||
10938 | tools/setup: checkins for internationalization git-svn-id: | ||
6637 | 10939 | ||
6638 | * [r889] AUTHORS: | 10940 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@598 f882894a-f735-0410-b71e-b25c423dba1c |
6639 | Another day's work... | ||
6640 | 10941 | ||
6641 | 2004-08-18 21:25 tonvoon | 10942 | 2003-07-21 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
6642 | 10943 | ||
6643 | * [r888] plugins/check_dig.c: | 10944 | * plugins/common.h: add stubs to allow markup for translation git-svn-id: |
6644 | Checks different record types and checks against an expected | ||
6645 | address (Bill Kunkel) | ||
6646 | 10945 | ||
6647 | 2004-08-18 20:36 tonvoon | 10946 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@597 f882894a-f735-0410-b71e-b25c423dba1c |
6648 | 10947 | ||
6649 | * [r887] configure.in: | 10948 | 2003-07-21 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
6650 | Support for check_swap on NetBSD/OpenBSD (Sean Finney) | ||
6651 | 10949 | ||
6652 | 2004-08-18 20:25 tonvoon | 10950 | * configure.in, plugins/common.h: test GNU_SOURCE and include |
10951 | features.h if present to clear warning about asprintf definition git-svn-id: | ||
6653 | 10952 | ||
6654 | * [r886] plugins-scripts/check_oracle.sh: | 10953 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@596 f882894a-f735-0410-b71e-b25c423dba1c |
6655 | More specific test for sid (Paul Allen) | ||
6656 | 10954 | ||
6657 | 2004-08-18 20:21 tonvoon | 10955 | 2003-07-20 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
6658 | 10956 | ||
6659 | * [r885] plugins/check_disk.c: | 10957 | * doc/developer-guidelines.sgml: must use '&' in attribute |
6660 | Fixed perfdata so that shows amount used (Garry Cook) | 10958 | values instead of '&' id tokens (attibute values) must not have |
10959 | embedded spaces git-svn-id: | ||
6661 | 10960 | ||
6662 | 2004-08-18 19:51 tonvoon | 10961 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@595 f882894a-f735-0410-b71e-b25c423dba1c |
6663 | 10962 | ||
6664 | * [r884] plugins-scripts/check_ifstatus.pl: | 10963 | 2003-07-17 Ton Voon <tonvoon@users.sourceforge.net> |
6665 | Perfdata corrected (Garry Cook) | ||
6666 | 10964 | ||
6667 | 2004-08-18 19:46 tonvoon | 10965 | * plugins-scripts/check_oracle.sh: - Cleanup comments git-svn-id: |
6668 | 10966 | ||
6669 | * [r883] plugins-scripts/check_oracle.sh: | 10967 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@593 f882894a-f735-0410-b71e-b25c423dba1c |
6670 | Fix for similar dataabase sids (Carole Verdon) | ||
6671 | 10968 | ||
6672 | 2004-08-18 19:41 tonvoon | 10969 | 2003-07-17 Ton Voon <tonvoon@users.sourceforge.net> |
6673 | 10970 | ||
6674 | * [r882] AUTHORS: | 10971 | * doc/developer-guidelines.sgml: Guidelines updated to use |
6675 | Gary Cook for perfdata for check_nt | 10972 | Sourceforge tracker system git-svn-id: |
6676 | 10973 | ||
6677 | 2004-08-18 19:40 tonvoon | 10974 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@592 f882894a-f735-0410-b71e-b25c423dba1c |
6678 | 10975 | ||
6679 | * [r881] plugins/check_nt.c: | 10976 | 2003-07-11 Ton Voon <tonvoon@users.sourceforge.net> |
6680 | Perfdata added (Gary Cook) | ||
6681 | 10977 | ||
6682 | 2004-06-26 16:39 tonvoon | 10978 | * doc/developer-guidelines.sgml: - Fixed CVS commit comments git-svn-id: |
6683 | 10979 | ||
6684 | * [r880] tools/sfsnapshot: | 10980 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@591 f882894a-f735-0410-b71e-b25c423dba1c |
6685 | Change of compile server and cleanups | ||
6686 | 10981 | ||
6687 | 2004-06-26 05:13 tonvoon | 10982 | 2003-07-11 Ton Voon <tonvoon@users.sourceforge.net> |
6688 | 10983 | ||
6689 | * [r879] tools/sfsnapshot: | 10984 | * doc/developer-guidelines.sgml: Added in practice of prefixing |
6690 | Remove need to alter configure.in. Using different compile farms | 10985 | comments in CVS commits git-svn-id: |
6691 | for SF to do the compiling | ||
6692 | 10986 | ||
6693 | 2004-05-24 14:22 tonvoon | 10987 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@590 f882894a-f735-0410-b71e-b25c423dba1c |
6694 | 10988 | ||
6695 | * [r878] AUTHORS: | 10989 | 2003-07-04 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
6696 | Ben Clewett | ||
6697 | 10990 | ||
6698 | 2004-05-24 14:21 tonvoon | 10991 | * configure.in, plugins/Makefile.am: only make links for check_spop |
10992 | and check_simap when SSL is built into check_tcp git-svn-id: | ||
6699 | 10993 | ||
6700 | * [r877] lib/Makefile.am: | 10994 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@586 f882894a-f735-0410-b71e-b25c423dba1c |
6701 | Missed getloadavg.c (Ben Clewett) | ||
6702 | 10995 | ||
6703 | 2004-05-20 06:09 egalstad | 10996 | 2003-07-03 Ton Voon <tonvoon@users.sourceforge.net> |
6704 | 10997 | ||
6705 | * [r876] contrib/check_dhcp.c: | 10998 | * plugins/check_procs.c: Fixed seg fault on some Sol 7/8 servers |
6706 | DHCP bug fix | 10999 | (Patch 764745 - Alexander Matey) git-svn-id: |
6707 | 11000 | ||
6708 | 2004-05-10 10:25 tonvoon | 11001 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@585 f882894a-f735-0410-b71e-b25c423dba1c |
6709 | 11002 | ||
6710 | * [r875] configure.in: | 11003 | 2003-07-03 Ton Voon <tonvoon@users.sourceforge.net> |
6711 | Set EXTRAS with check_swap if ac_cv_have_swap is set | ||
6712 | 11004 | ||
6713 | 2004-04-30 11:12 tonvoon | 11005 | * tools/setup: Changing $() to `` to be compatible with Solaris' sh git-svn-id: |
6714 | 11006 | ||
6715 | * [r874] configure.in: | 11007 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@584 f882894a-f735-0410-b71e-b25c423dba1c |
6716 | ps -el for HP-UX | ||
6717 | 11008 | ||
6718 | 2004-04-29 15:08 tonvoon | 11009 | 2003-07-03 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
6719 | 11010 | ||
6720 | * [r873] configure.in: | 11011 | * autogen.sh, tools/setup: mv GNU toolchain check into tools/setup git-svn-id: |
6721 | Bug in ps -el for AIX 4.1 | ||
6722 | 11012 | ||
6723 | 2004-04-29 11:13 tonvoon | 11013 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@583 f882894a-f735-0410-b71e-b25c423dba1c |
6724 | 11014 | ||
6725 | * [r872] AUTHORS: | 11015 | 2003-07-03 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
6726 | Sven for HP-UX requirements | ||
6727 | 11016 | ||
6728 | 2004-04-29 11:12 tonvoon | 11017 | * plugins/utils.c: remove LABELLEN git-svn-id: |
6729 | 11018 | ||
6730 | * [r871] REQUIREMENTS: | 11019 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@582 f882894a-f735-0410-b71e-b25c423dba1c |
6731 | HP-UX requirements (Sven Schaffranneck) | ||
6732 | 11020 | ||
6733 | 2004-04-19 13:14 sghosh | 11021 | 2003-07-02 Ton Voon <tonvoon@users.sourceforge.net> |
6734 | 11022 | ||
6735 | * [r870] AUTHORS, contrib/check_nagios_db_pg.pl: | 11023 | * plugins-scripts/check_oracle.sh: Check for ORA- errors for |
6736 | Postgres backend monitor | 11024 | tablespace and cache (patch 755456 - Sven Meyer) git-svn-id: |
6737 | 11025 | ||
6738 | 2004-04-19 13:10 sghosh | 11026 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@581 f882894a-f735-0410-b71e-b25c423dba1c |
6739 | 11027 | ||
6740 | * [r869] AUTHORS, plugins-scripts/check_mssql.pl: | 11028 | 2003-07-02 Ton Voon <tonvoon@users.sourceforge.net> |
6741 | check_mssql.pl | ||
6742 | 11029 | ||
6743 | 2004-04-19 13:08 sghosh | 11030 | * plugins-scripts/check_disk_smb.pl: Update error message from |
11031 | smbclient v2.2.7 (Patch 740132 - Cove Schneider) git-svn-id: | ||
6744 | 11032 | ||
6745 | * [r868] README: | 11033 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@580 f882894a-f735-0410-b71e-b25c423dba1c |
6746 | Win32 plugin repository | ||
6747 | 11034 | ||
6748 | 2004-04-08 11:05 tonvoon | 11035 | 2003-07-02 Ton Voon <tonvoon@users.sourceforge.net> |
6749 | 11036 | ||
6750 | * [r867] AUTHORS: | 11037 | * contrib/check_file_age.pl, plugins-scripts/.cvsignore, |
6751 | Torsten Werner for check_racle patches | 11038 | plugins-scripts/Makefile.am, plugins-scripts/check_file_age.pl, |
11039 | plugins-scripts/subst.in: Moving check_file_age into core git-svn-id: | ||
6752 | 11040 | ||
6753 | 2004-04-08 11:05 tonvoon | 11041 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@578 f882894a-f735-0410-b71e-b25c423dba1c |
6754 | 11042 | ||
6755 | * [r866] plugins-scripts/check_oracle.sh: | 11043 | 2003-07-02 Ton Voon <tonvoon@users.sourceforge.net> |
6756 | Cleaner calls to awk and support if Oracle has different national | ||
6757 | language settings (Torsten Werner) | ||
6758 | 11044 | ||
6759 | 2004-04-06 16:02 tonvoon | 11045 | * configure.in: Fixed SUPPORT message git-svn-id: |
6760 | 11046 | ||
6761 | * [r864] configure.in, plugins/check_procs.c: | 11047 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@577 f882894a-f735-0410-b71e-b25c423dba1c |
6762 | Fixed weird scanf bug on Solaris | ||
6763 | 11048 | ||
6764 | 2004-04-02 19:37 kdebisschop | 11049 | 2003-06-30 Jeremy T. Bouse <undrgrid@users.sourceforge.net> |
6765 | 11050 | ||
6766 | * [r863] plugins/check_by_ssh.c: | 11051 | * plugins/check_http.c, plugins/check_ldap.c, plugins/check_smtp.c: |
6767 | add example invocation to help | 11052 | Added -4 and -6 command line options into check_http, check_ldap and check_smtp git-svn-id: |
6768 | 11053 | ||
6769 | 2004-03-31 23:01 tonvoon | 11054 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@575 f882894a-f735-0410-b71e-b25c423dba1c |
6770 | 11055 | ||
6771 | * [r862] AUTHORS: | 11056 | 2003-06-30 Jeremy T. Bouse <undrgrid@users.sourceforge.net> |
6772 | Howard Wilkinson | ||
6773 | 11057 | ||
6774 | 2004-03-31 22:53 tonvoon | 11058 | * plugins/check_ping.c, plugins/check_ssh.c, plugins/check_tcp.c, |
11059 | plugins/netutils.c: Corrections to get code to compile on systems | ||
11060 | without IPv6 support git-svn-id: | ||
6775 | 11061 | ||
6776 | * [r861] plugins/check_nt.c: | 11062 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@574 f882894a-f735-0410-b71e-b25c423dba1c |
6777 | Command line argument bug (Howard Wilkinson) | ||
6778 | 11063 | ||
6779 | 2004-03-31 22:48 tonvoon | 11064 | 2003-06-30 Jeremy T. Bouse <undrgrid@users.sourceforge.net> |
6780 | 11065 | ||
6781 | * [r860] plugins/netutils.c: | 11066 | * plugins/Makefile.am: Added check_simap & check_spop to |
6782 | Set default state (Howard Wilkinson) | 11067 | check_tcp_programs If someone knows how to make this conditional in |
11068 | the Makefile only if being compiled with SSL I think this is the | ||
11069 | only way to make it better git-svn-id: | ||
6783 | 11070 | ||
6784 | 2004-03-31 19:20 tonvoon | 11071 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@573 f882894a-f735-0410-b71e-b25c423dba1c |
6785 | 11072 | ||
6786 | * [r859] doc/developer-guidelines.sgml: | 11073 | 2003-06-30 Ton Voon <tonvoon@users.sourceforge.net> |
6787 | Update author list | ||
6788 | 11074 | ||
6789 | 2004-03-23 06:35 kdebisschop | 11075 | * plugins/check_disk.c: Fixed support for "check_disk warn crit |
11076 | [path]" with thresholds at used levels git-svn-id: | ||
6790 | 11077 | ||
6791 | * [r858] plugins/check_fping.c: | 11078 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@572 f882894a-f735-0410-b71e-b25c423dba1c |
6792 | check was supposed to be agains ms - got munged wfixeg the | ||
6793 | perfdata output to be in seconds | ||
6794 | 11079 | ||
6795 | 2004-03-22 07:22 tonvoon | 11080 | 2003-06-29 Jeremy T. Bouse <undrgrid@users.sourceforge.net> |
6796 | 11081 | ||
6797 | * [r856] AUTHORS: | 11082 | * configure.in, plugins/check_ldap.c: Included patch for check_ldap |
6798 | Joe Rhett for getopt bug | 11083 | from Patch #753621 by Ziya Suzen git-svn-id: |
6799 | 11084 | ||
6800 | 2004-03-22 07:19 tonvoon | 11085 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@571 f882894a-f735-0410-b71e-b25c423dba1c |
6801 | 11086 | ||
6802 | * [r855] plugins/check_http.c: | 11087 | 2003-06-29 Jeremy T. Bouse <undrgrid@users.sourceforge.net> |
6803 | Option --url not mapped (Joe Rhett) | ||
6804 | 11088 | ||
6805 | 2004-03-18 20:58 tonvoon | 11089 | * plugins/check_ping.c, plugins/check_tcp.c: Changed usage output to |
11090 | show -4 and -6 are mutually exclusive. You can only use one or the | ||
11091 | other but not both. The last one used will win out. git-svn-id: | ||
6806 | 11092 | ||
6807 | * [r854] AUTHORS: | 11093 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@570 f882894a-f735-0410-b71e-b25c423dba1c |
6808 | More help for patches | ||
6809 | 11094 | ||
6810 | 2004-03-18 20:50 tonvoon | 11095 | 2003-06-29 Jeremy T. Bouse <undrgrid@users.sourceforge.net> |
6811 | 11096 | ||
6812 | * [r853] plugins/check_disk.c: | 11097 | * plugins/check_ping.c, plugins/netutils.c: check_ping is now coded |
6813 | Typo in check_disk units (Matthew Kent - 909281) | 11098 | with -4 & -6 options to call PING or PING6 command netutils modified |
11099 | to verify hosts based on address_family setting when used with -4 or | ||
11100 | -6 options. is_inet_addr() will not be tested if -6 is used and | ||
11101 | is_inet6_addr() will not be tested if -4 is used. Also the | ||
11102 | is_hostname() will use the address_family value to resolve hostnames only if IPv6 support is available otherwise defaults to AF_INET. git-svn-id: | ||
6814 | 11103 | ||
6815 | 2004-03-18 20:40 tonvoon | 11104 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@569 f882894a-f735-0410-b71e-b25c423dba1c |
6816 | 11105 | ||
6817 | * [r852] configure.in: | 11106 | 2003-06-29 Jeremy T. Bouse <undrgrid@users.sourceforge.net> |
6818 | Mysql include path not added correctly (Arnold Cavazos - 912974) | ||
6819 | 11107 | ||
6820 | 2004-03-18 20:31 tonvoon | 11108 | * plugins/check_ssh.c, plugins/check_tcp.c, plugins/netutils.c, |
11109 | plugins/netutils.h: Added address_family extern int variable to | ||
11110 | netutils to allow for -4 & -6 options for explicit connection | ||
11111 | protocol Added support for -4 & -6 options to check_ssh and | ||
11112 | check_tcp for testing git-svn-id: | ||
6821 | 11113 | ||
6822 | * [r851] plugins/check_radius.c: | 11114 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@568 f882894a-f735-0410-b71e-b25c423dba1c |
6823 | Option to fill in NAS-identifier to Emulate pam_radius behaviour | ||
6824 | (Alexander Kulak) | ||
6825 | 11115 | ||
6826 | 2004-03-17 20:38 tonvoon | 11116 | 2003-06-29 Ton Voon <tonvoon@users.sourceforge.net> |
6827 | 11117 | ||
6828 | * [r850] doc/developer-guidelines.sgml: | 11118 | * plugins/check_nwstat.c: Added NLM test (Phil Randal) git-svn-id: |
6829 | Copyright information for patches | ||
6830 | 11119 | ||
6831 | 2004-03-14 04:09 kdebisschop | 11120 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@567 f882894a-f735-0410-b71e-b25c423dba1c |
6832 | 11121 | ||
6833 | * [r849] plugins/check_ldap.c, plugins/check_load.c, | 11122 | 2003-06-29 Ton Voon <tonvoon@users.sourceforge.net> |
6834 | plugins/check_mrtgtraf.c, plugins/check_pgsql.c, | ||
6835 | plugins/check_smtp.c, plugins/check_tcp.c, plugins/check_ups.c: | ||
6836 | use fperfdata | ||
6837 | 11123 | ||
6838 | 2004-03-14 03:37 kdebisschop | 11124 | * plugins/check_swap.c: Corrected reported size for PROC_MEMINFO |
11125 | systems git-svn-id: | ||
6839 | 11126 | ||
6840 | * [r848] plugins/check_fping.c: | 11127 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@566 f882894a-f735-0410-b71e-b25c423dba1c |
6841 | use fperfdata | ||
6842 | 11128 | ||
6843 | 2004-03-12 03:40 egalstad | 11129 | 2003-06-29 Ton Voon <tonvoon@users.sourceforge.net> |
6844 | 11130 | ||
6845 | * [r847] contrib/check_cluster2.c: | 11131 | * tools/sfwebcron: Fixed so goes to correct web area git-svn-id: |
6846 | New cluster plugin for Nagios 2.x | ||
6847 | 11132 | ||
6848 | 2004-03-11 15:33 tonvoon | 11133 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@565 f882894a-f735-0410-b71e-b25c423dba1c |
6849 | 11134 | ||
6850 | * [r846] CHANGES: | 11135 | 2003-06-29 Ton Voon <tonvoon@users.sourceforge.net> |
6851 | check_procs difference | ||
6852 | 11136 | ||
6853 | 2004-03-11 15:17 tonvoon | 11137 | * tools/sfwebcron: New tool to run on shell.sf.net to update the dev |
11138 | guidelines git-svn-id: | ||
6854 | 11139 | ||
6855 | * [r845] plugins/check_nagios.c: | 11140 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@564 f882894a-f735-0410-b71e-b25c423dba1c |
6856 | Incorporate check_proc changes into check_nagios. ps handling | ||
6857 | probably should be moved into utils.c in future | ||
6858 | 11141 | ||
6859 | 2004-03-08 21:03 tonvoon | 11142 | 2003-06-29 Ton Voon <tonvoon@users.sourceforge.net> |
6860 | 11143 | ||
6861 | * [r844] configure.in: | 11144 | * doc/makefile: Fixed makefile git-svn-id: |
6862 | Require ngettext | ||
6863 | 11145 | ||
6864 | 2004-03-08 21:01 tonvoon | 11146 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@563 f882894a-f735-0410-b71e-b25c423dba1c |
6865 | 11147 | ||
6866 | * [r843] doc/developer-guidelines.sgml: | 11148 | 2003-06-27 Jeremy T. Bouse <undrgrid@users.sourceforge.net> |
6867 | Information on plugin output format | ||
6868 | 11149 | ||
6869 | 2004-03-04 05:08 kdebisschop | 11150 | * plugins/netutils.c: Modified my_connect to include ai_socktype in |
11151 | the hints to be compliant with RFC3493 as pointed out by Janos | ||
11152 | Mohacsi. git-svn-id: | ||
6870 | 11153 | ||
6871 | * [r842] plugins/check_dig.c, plugins/check_dns.c, | 11154 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@562 f882894a-f735-0410-b71e-b25c423dba1c |
6872 | plugins/check_game.c: | ||
6873 | use float for time in perf data | ||
6874 | 11155 | ||
6875 | 2004-03-03 12:33 kdebisschop | 11156 | 2003-06-27 Ton Voon <tonvoon@users.sourceforge.net> |
6876 | 11157 | ||
6877 | * [r841] plugins/check_http.c, plugins/utils.c: | 11158 | * configure.in, plugins/check_swap.c: Support for swap -s for |
6878 | begin writing some perfdata as float | 11159 | solaris. Also changes size of swap to MBs through a conversion |
11160 | amount in configure. Possible breakage on other OSes git-svn-id: | ||
6879 | 11161 | ||
6880 | 2004-03-03 04:24 kdebisschop | 11162 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@561 f882894a-f735-0410-b71e-b25c423dba1c |
6881 | 11163 | ||
6882 | * [r840] contrib/check_pop3.pl: | 11164 | 2003-06-27 Ton Voon <tonvoon@users.sourceforge.net> |
6883 | fix loop and \r\n (Jason Burnett - | ||
6884 | http://sourceforge.net/tracker/index.php?func=detail&aid=895677&group_id=29880&atid=397599) | ||
6885 | 11165 | ||
6886 | 2004-03-03 03:48 kdebisschop | 11166 | * doc/makefile: Remove if which check - done in tools/setup instead git-svn-id: |
6887 | 11167 | ||
6888 | * [r839] plugins/check_disk.c: | 11168 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@560 f882894a-f735-0410-b71e-b25c423dba1c |
6889 | check_disk was getting blocks instead of bytes (Michael Musikhin | ||
6890 | - | ||
6891 | http://sourceforge.net/tracker/index.php?func=detail&aid=900215&group_id=29880&atid=397599) | ||
6892 | 11169 | ||
6893 | 2004-03-02 17:44 kdebisschop | 11170 | 2003-06-27 Ton Voon <tonvoon@users.sourceforge.net> |
6894 | 11171 | ||
6895 | * [r838] pkg/fedora/requires, pkg/redhat, pkg/redhat/requires: | 11172 | * tools/setup: Fiddling as Solaris' which command is broken git-svn-id: |
6896 | attempt to prune requires | ||
6897 | 11173 | ||
6898 | 2004-03-02 06:17 kdebisschop | 11174 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@559 f882894a-f735-0410-b71e-b25c423dba1c |
6899 | 11175 | ||
6900 | * [r837] Makefile.am, nagios-plugins.spec.in, pkg/fedora, | 11176 | 2003-06-26 Ton Voon <tonvoon@users.sourceforge.net> |
6901 | pkg/fedora/requires: | ||
6902 | make specfile into a template which can generate a generic spec | ||
6903 | plus specs suitable for various repositories | ||
6904 | 11177 | ||
6905 | 2004-03-02 06:13 kdebisschop | 11178 | * plugins/check_disk.c: Fixed different thresholds if using exclude |
11179 | lists git-svn-id: | ||
6906 | 11180 | ||
6907 | * [r836] configure.in: | 11181 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@558 f882894a-f735-0410-b71e-b25c423dba1c |
6908 | prpare for alpha2 | ||
6909 | 11182 | ||
6910 | 2004-03-02 05:25 kdebisschop | 11183 | 2003-06-25 Ton Voon <tonvoon@users.sourceforge.net> |
6911 | 11184 | ||
6912 | * [r835] plugins/check_http.c: | 11185 | * plugins/check_disk.c: Support for different thresholds for |
6913 | relax check for -w/-c to accept floats (bug report from Warrick | 11186 | different filesystems git-svn-id: |
6914 | FitzGerald) | ||
6915 | 11187 | ||
6916 | 2004-03-02 05:01 kdebisschop | 11188 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@557 f882894a-f735-0410-b71e-b25c423dba1c |
6917 | 11189 | ||
6918 | * [r834] AUTHORS, plugins/check_swap.c: | 11190 | 2003-06-25 Ton Voon <tonvoon@users.sourceforge.net> |
6919 | fix div by zero error when swaptotal is zero (Flo Gleixner) | ||
6920 | 11191 | ||
6921 | 2004-03-01 12:27 kdebisschop | 11192 | * plugins/check_disk.c: Removed -d option and just check against -p |
11193 | parameter git-svn-id: | ||
6922 | 11194 | ||
6923 | * [r833] plugins/check_tcp.c, plugins/netutils.c: | 11195 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@556 f882894a-f735-0410-b71e-b25c423dba1c |
6924 | check_tcp was returning uninitialized string with user-defined | ||
6925 | refused outcome | ||
6926 | 11196 | ||
6927 | 2004-03-01 06:15 kdebisschop | 11197 | 2003-06-25 Ton Voon <tonvoon@users.sourceforge.net> |
6928 | 11198 | ||
6929 | * [r832] plugins/check_smtp.c: | 11199 | * plugins/check_disk.c: Report errors if path specified not found git-svn-id: |
6930 | allow regex for ecpect checks | ||
6931 | 11200 | ||
6932 | 2004-02-29 04:09 kdebisschop | 11201 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@555 f882894a-f735-0410-b71e-b25c423dba1c |
6933 | 11202 | ||
6934 | * [r831] plugins/check_nwstat.c, plugins/netutils.c, | 11203 | 2003-06-25 Ton Voon <tonvoon@users.sourceforge.net> |
6935 | plugins/netutils.h: | ||
6936 | was making up to 34 separate tcp connections - now we open one | ||
6937 | and reuse | ||
6938 | 11204 | ||
6939 | 2004-02-28 07:27 kdebisschop | 11205 | * plugins/check_disk.c: Problems compiling on SunOS 5.6 with gcc |
11206 | 2.8.1. Fixed by specifying floating variables, rather than letting | ||
11207 | asprintf work it out git-svn-id: | ||
6940 | 11208 | ||
6941 | * [r830] plugins/check_snmp.c: | 11209 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@554 f882894a-f735-0410-b71e-b25c423dba1c |
6942 | checks for warn in check_num() mistakenly referred to crit limits | ||
6943 | 11210 | ||
6944 | 2004-02-28 06:51 kdebisschop | 11211 | 2003-06-21 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
6945 | 11212 | ||
6946 | * [r829] plugins/check_smtp.c: | 11213 | * plugins/Makefile.am: soalris 8 needs 'ln -s -f' instead of 'ln |
6947 | minor doco update to reflect handling of repeated caoomand | 11214 | -sf' git-svn-id: |
6948 | strings | ||
6949 | 11215 | ||
6950 | 2004-02-28 06:48 kdebisschop | 11216 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@552 f882894a-f735-0410-b71e-b25c423dba1c |
6951 | 11217 | ||
6952 | * [r828] plugins/check_smtp.c: | 11218 | 2003-06-21 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
6953 | work in progress to accept multiple command/expect pairs | ||
6954 | 11219 | ||
6955 | 2004-02-28 04:54 kdebisschop | 11220 | * plugins/check_http.c: add remaining URI_PATH chars per RFC 2396 |
11221 | remove '-' from URI_PORT git-svn-id: | ||
6956 | 11222 | ||
6957 | * [r827] plugins/check_swap.c: | 11223 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@549 f882894a-f735-0410-b71e-b25c423dba1c |
6958 | update to work with Linux 2.6 /proc/meminfo format | ||
6959 | 11224 | ||
6960 | 2004-02-25 08:51 kdebisschop | 11225 | 2003-06-12 Jeremy T. Bouse <undrgrid@users.sourceforge.net> |
6961 | 11226 | ||
6962 | * [r826] AUTHORS, plugins/check_dns.c: | 11227 | * command.cfg.in: Renamed duplicate check_snmp command definitions |
6963 | check server for authoritative status (from Jon Hallet) | 11228 | to be unique git-svn-id: |
6964 | 11229 | ||
6965 | 2004-02-25 08:12 kdebisschop | 11230 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@548 f882894a-f735-0410-b71e-b25c423dba1c |
6966 | 11231 | ||
6967 | * [r825] plugins/check_swap.c: | 11232 | 2003-06-12 Jeremy T. Bouse <undrgrid@users.sourceforge.net> |
6968 | change some datatypes to llu for very large swaps | ||
6969 | 11233 | ||
6970 | 2004-02-25 07:49 kdebisschop | 11234 | * command.cfg.in, configure.in: Made the two check_ifoperstatus |
11235 | commands unique to remove conflicts git-svn-id: | ||
6971 | 11236 | ||
6972 | * [r824] configure.in, plugins/check_ping.c: | 11237 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@547 f882894a-f735-0410-b71e-b25c423dba1c |
6973 | pass timeout to ping if supported with -w parameter (linux) | ||
6974 | 11238 | ||
6975 | 2004-02-21 05:37 kdebisschop | 11239 | 2003-06-11 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
6976 | 11240 | ||
6977 | * [r823] plugins/check_by_ssh.c: | 11241 | * plugins/check_http.c: fix URI_PATH to allow ?&#: (more still |
6978 | add option to ignore a specified number of lines on stderr (to | 11242 | should be allowed) fix class to be POSIX compliant git-svn-id: |
6979 | suppress a login banner) | ||
6980 | 11243 | ||
6981 | 2004-02-21 03:44 kdebisschop | 11244 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@546 f882894a-f735-0410-b71e-b25c423dba1c |
6982 | 11245 | ||
6983 | * [r821] AUTHORS: | 11246 | 2003-06-10 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
6984 | Add Jason Martin for report of missing $opt_C for 'use vars' in | ||
6985 | check_breeze | ||
6986 | 11247 | ||
6987 | 2004-02-21 03:42 kdebisschop | 11248 | * contrib/urlize.pl: add comment about shell quote removal to |
11249 | address | ||
6988 | 11250 | ||
6989 | * [r820] plugins-scripts/check_breeze.pl: | 11251 | https://sourceforge.net/tracker/index.php?func=detail&aid=661916&group_id=29880&atid=397597git-svn-id: |
6990 | add opt_C to 'usr vars' | ||
6991 | 11252 | ||
6992 | 2004-02-20 19:35 tonvoon | 11253 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@544 f882894a-f735-0410-b71e-b25c423dba1c |
6993 | 11254 | ||
6994 | * [r819] plugins/check_http.c: | 11255 | 2003-06-10 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
6995 | - Missed out getopt for -T | ||
6996 | 11256 | ||
6997 | 2004-02-20 05:25 kdebisschop | 11257 | * plugins/urlize.c: add note about shell quote removal to address |
6998 | 11258 | ||
6999 | * [r818] contrib/check_dhcp.c, plugins/check_snmp.c, | 11259 | https://sourceforge.net/tracker/index.php?func=detail&aid=661916&group_id=29880&atid=397597git-svn-id: |
7000 | plugins/negate.c, plugins/netutils.c, plugins/urlize.c: | ||
7001 | spell fix "received" | ||
7002 | 11260 | ||
7003 | 2004-02-20 05:21 kdebisschop | 11261 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@543 f882894a-f735-0410-b71e-b25c423dba1c |
7004 | 11262 | ||
7005 | * [r817] plugins/utils.c, plugins/utils.h: | 11263 | 2003-06-08 Ton Voon <tonvoon@users.sourceforge.net> |
7006 | add perfdata function for floats to complement ints, also spell | ||
7007 | fix "received" | ||
7008 | 11264 | ||
7009 | 2004-02-20 05:19 kdebisschop | 11265 | * configure.in: Fixed quoting on SWAP_FORMAT git-svn-id: |
7010 | 11266 | ||
7011 | * [r816] AUTHORS: | 11267 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@540 f882894a-f735-0410-b71e-b25c423dba1c |
7012 | add Ralph Rye for report of check_procs segfault on AIX/WebSphere | ||
7013 | and proof-of-concept patch | ||
7014 | 11268 | ||
7015 | 2004-02-20 05:04 kdebisschop | 11269 | 2003-06-08 Ton Voon <tonvoon@users.sourceforge.net> |
7016 | 11270 | ||
7017 | * [r815] plugins/check_procs.c: | 11271 | * configure.in: Support for OpenBSD 3.2 & 3.3 ps (Julien Touche) git-svn-id: |
7018 | handle case where line from ps output exceed MAX_INPUT_BUFFER | ||
7019 | 11272 | ||
7020 | 2004-02-20 03:37 tonvoon | 11273 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@539 f882894a-f735-0410-b71e-b25c423dba1c |
7021 | 11274 | ||
7022 | * [r814] AUTHORS: | 11275 | 2003-06-07 Subhendu Ghosh <sghosh@users.sourceforge.net> |
7023 | Shaun Wills for patch to check_http | ||
7024 | 11276 | ||
7025 | 2004-02-20 03:21 tonvoon | 11277 | * plugins/check_real.c: \r\n patch from Mathias git-svn-id: |
7026 | 11278 | ||
7027 | * [r813] plugins/check_http.c: | 11279 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@537 f882894a-f735-0410-b71e-b25c423dba1c |
7028 | Added Content-type when POSTing (Shawn Wills) | ||
7029 | 11280 | ||
7030 | 2004-02-20 03:00 tonvoon | 11281 | 2003-06-04 Ton Voon <tonvoon@users.sourceforge.net> |
7031 | 11282 | ||
7032 | * [r812] plugins/check_procs.c: | 11283 | * plugins/check_disk.c: Argument to asprintf in wrong order git-svn-id: |
7033 | - compiler warning removed (but usage2 messages badly broken) | ||
7034 | 11284 | ||
7035 | 2004-02-20 02:58 tonvoon | 11285 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@533 f882894a-f735-0410-b71e-b25c423dba1c |
7036 | 11286 | ||
7037 | * [r811] AUTHORS: | 11287 | 2003-06-04 Ton Voon <tonvoon@users.sourceforge.net> |
7038 | Matt Pounsett for bug report | ||
7039 | 11288 | ||
7040 | 2004-02-20 02:09 tonvoon | 11289 | * pkg/solaris/solpkg: Remove /usr as well. Maybe this is best done |
11290 | by changing BASEDIR to configure's prefix? git-svn-id: | ||
7041 | 11291 | ||
7042 | * [r810] plugins/check_dns.c: | 11292 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@532 f882894a-f735-0410-b71e-b25c423dba1c |
7043 | Different text to scan for if multiple addresses | ||
7044 | 11293 | ||
7045 | 2004-02-20 01:05 tonvoon | 11294 | 2003-06-02 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
7046 | 11295 | ||
7047 | * [r809] plugins/check_swap.c: | 11296 | * plugins/check_tcp.c: finish recv() loop when stream GT or EQ |
7048 | Corrected usage message (Matt Pounsett) | 11297 | maxbytes (was GT) git-svn-id: |
7049 | 11298 | ||
7050 | 2004-02-19 13:24 tonvoon | 11299 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@531 f882894a-f735-0410-b71e-b25c423dba1c |
7051 | 11300 | ||
7052 | * [r808] AUTHORS: | 11301 | 2003-06-01 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
7053 | Michael Musikhin for check_disk patch | ||
7054 | 11302 | ||
7055 | 2004-02-19 13:23 tonvoon | 11303 | * plugins/check_tcp.c: allow user to limit number of bytes fetched |
11304 | fix some doco (wait is now delay, server_quit was not shown) git-svn-id: | ||
7056 | 11305 | ||
7057 | * [r807] plugins/check_disk.c: | 11306 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@529 f882894a-f735-0410-b71e-b25c423dba1c |
7058 | Uninitialised variables for -X (Bug 900091 - Michael Musikhin) | ||
7059 | 11307 | ||
7060 | 2004-02-18 14:57 kdebisschop | 11308 | 2003-05-31 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
7061 | 11309 | ||
7062 | * [r806] configure.in: | 11310 | * plugins/check_dns.c: first revised patch failed to trap the |
7063 | version bump (old) | 11311 | "break" in while() git-svn-id: |
7064 | 11312 | ||
7065 | 2004-02-18 14:56 kdebisschop | 11313 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@526 f882894a-f735-0410-b71e-b25c423dba1c |
7066 | 11314 | ||
7067 | * [r805] acinclude.m4, lib/afs.m4, lib/fstypename.m4, | 11315 | 2003-05-27 Stanley Hopcroft <stanleyhopcroft@users.sourceforge.net> |
7068 | lib/fsusage.m4: | ||
7069 | underquoted defines cause warning on FC2 | ||
7070 | 11316 | ||
7071 | 2004-02-18 02:11 tonvoon | 11317 | * contrib/check_sap.sh: check_sap.sh plugin to check SAP /R3 servers |
11318 | from Karel Salavec and Tom De Blende. git-svn-id: | ||
7072 | 11319 | ||
7073 | * [r804] AUTHORS: | 11320 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@523 f882894a-f735-0410-b71e-b25c423dba1c |
7074 | Johannes Herlitz for patch to check_dns | ||
7075 | 11321 | ||
7076 | 2004-02-18 02:09 tonvoon | 11322 | 2003-05-26 Stanley Hopcroft <stanleyhopcroft@users.sourceforge.net> |
7077 | 11323 | ||
7078 | * [r803] plugins/check_dns.c: | 11324 | * contrib/check_axis.sh, contrib/check_mssql.sh: Revisions to Tom De |
7079 | Output message includes the query_address, as inspired by | 11325 | Blende contributed plugins: check_axis.sh and check_mssql.sh git-svn-id: |
7080 | Johannes Herlitz. Also cleanup of comments and handles multi-line | ||
7081 | nslookup output (MacOSX 10.3) | ||
7082 | 11326 | ||
7083 | 2004-02-17 13:24 tonvoon | 11327 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@522 f882894a-f735-0410-b71e-b25c423dba1c |
7084 | 11328 | ||
7085 | * [r802] AUTHORS: | 11329 | 2003-05-17 Ton Voon <tonvoon@users.sourceforge.net> |
7086 | David Alden for check_snmp_procs.pl | ||
7087 | 11330 | ||
7088 | 2004-02-17 13:23 tonvoon | 11331 | * plugins/t/check_ftp.t: Fixed test (Mathew Ericson - 738609) git-svn-id: |
7089 | 11332 | ||
7090 | * [r801] contrib/check_snmp_procs.pl: | 11333 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@521 f882894a-f735-0410-b71e-b25c423dba1c |
7091 | Checks remote processes via SNMP (David Alden) | ||
7092 | 11334 | ||
7093 | 2004-02-09 08:32 tonvoon | 11335 | 2003-05-17 Ton Voon <tonvoon@users.sourceforge.net> |
7094 | 11336 | ||
7095 | * [r800] AUTHORS: | 11337 | * plugins/t/check_load.t: Fixed tests (Mathew Ericson - 738607) git-svn-id: |
7096 | Patrick McCormick | ||
7097 | 11338 | ||
7098 | 2004-02-09 08:27 tonvoon | 11339 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@520 f882894a-f735-0410-b71e-b25c423dba1c |
7099 | 11340 | ||
7100 | * [r799] plugins/check_ping.c: | 11341 | 2003-05-17 Ton Voon <tonvoon@users.sourceforge.net> |
7101 | Fix for check_ping old-style argument handling (Patrick McCormick | ||
7102 | - 892211) | ||
7103 | 11342 | ||
7104 | 2004-01-28 11:42 tonvoon | 11343 | * plugins/t/check_procs.t: Fixed test commands (Mathew Ericson - |
11344 | 738605) git-svn-id: | ||
7105 | 11345 | ||
7106 | * [r798] plugins/check_dummy.c: | 11346 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@519 f882894a-f735-0410-b71e-b25c423dba1c |
7107 | Print optional text | ||
7108 | 11347 | ||
7109 | 2004-01-21 12:50 kdebisschop | 11348 | 2003-05-17 Ton Voon <tonvoon@users.sourceforge.net> |
7110 | 11349 | ||
7111 | * [r797] AUTHORS: | 11350 | * plugins/t/check_http.t: Fixed tests (Mathew Ericson - 738608) git-svn-id: |
7112 | credit David Croft (patch check_tcp formultibyte malloc bug in | ||
7113 | server_expect) | ||
7114 | 11351 | ||
7115 | 2004-01-21 12:49 kdebisschop | 11352 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@518 f882894a-f735-0410-b71e-b25c423dba1c |
7116 | 11353 | ||
7117 | * [r796] plugins/check_tcp.c: | 11354 | 2003-05-17 Ton Voon <tonvoon@users.sourceforge.net> |
7118 | =fix segfault on malloc of server_expect for multibyte chars | ||
7119 | (David Croft) | ||
7120 | 11355 | ||
7121 | 2004-01-18 20:07 sghosh | 11356 | * plugins/t/check_tcp.t: Fixed tests (Mathew Ericson - 738604) CV: |
7122 | 11357 | ||
7123 | * [r795] contrib/check_snmp_printer.pl: | 11358 | ----------------------------------------------------------------------git-svn-id: |
7124 | plugin to check printer status via snmp, includes page count as | ||
7125 | perfdata; perl plugin | ||
7126 | 11359 | ||
7127 | 2003-12-24 08:51 tonvoon | 11360 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@517 f882894a-f735-0410-b71e-b25c423dba1c |
7128 | 11361 | ||
7129 | * [r794] AUTHORS: | 11362 | 2003-05-16 Subhendu Ghosh <sghosh@users.sourceforge.net> |
7130 | Bug reporter | ||
7131 | 11363 | ||
7132 | 2003-12-24 08:51 tonvoon | 11364 | * plugins-scripts/check_ntp.pl: bug fix git-svn-id: |
7133 | 11365 | ||
7134 | * [r793] plugins/check_swap.c: | 11366 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@515 f882894a-f735-0410-b71e-b25c423dba1c |
7135 | Fixed help doc on use of % (854817 - Gunnar Hellekson) | ||
7136 | 11367 | ||
7137 | 2003-12-18 09:24 tonvoon | 11368 | 2003-05-14 Ton Voon <tonvoon@users.sourceforge.net> |
7138 | 11369 | ||
7139 | * [r792] README: | 11370 | * plugins/negate.c: Added examples git-svn-id: |
7140 | Reference to CHANGES file | ||
7141 | 11371 | ||
7142 | 2003-12-18 09:19 tonvoon | 11372 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@514 f882894a-f735-0410-b71e-b25c423dba1c |
7143 | 11373 | ||
7144 | * [r791] Makefile.am: | 11374 | 2003-05-14 Ton Voon <tonvoon@users.sourceforge.net> |
7145 | Add CHANGES file to distribution | ||
7146 | 11375 | ||
7147 | 2003-12-18 09:15 tonvoon | 11376 | * plugins-scripts/check_mailq.pl: Added postfix support (Thomas |
11377 | Nilsen - 735218) git-svn-id: | ||
7148 | 11378 | ||
7149 | * [r790] CHANGES: | 11379 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@513 f882894a-f735-0410-b71e-b25c423dba1c |
7150 | List major changes between releases | ||
7151 | 11380 | ||
7152 | 2003-12-11 10:00 tonvoon | 11381 | 2003-05-14 Ton Voon <tonvoon@users.sourceforge.net> |
7153 | 11382 | ||
7154 | * [r789] AUTHORS: | 11383 | * plugins/check_nwstat.c: Added DSVER and UPTIME checks (Phil Randal |
7155 | For patch to check_http | 11384 | - 737617) git-svn-id: |
7156 | 11385 | ||
7157 | 2003-12-11 10:00 tonvoon | 11386 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@512 f882894a-f735-0410-b71e-b25c423dba1c |
7158 | 11387 | ||
7159 | * [r788] plugins/check_http.c: | 11388 | 2003-05-14 Ton Voon <tonvoon@users.sourceforge.net> |
7160 | Relative redirects not followed correctly (854131 - John Sivak) | ||
7161 | 11389 | ||
7162 | 2003-12-05 18:12 tonvoon | 11390 | * pkg/solaris/solpkg: Typo git-svn-id: |
7163 | 11391 | ||
7164 | * [r787] AUTHORS: | 11392 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@511 f882894a-f735-0410-b71e-b25c423dba1c |
7165 | Ben Whaley for reported Solaris 8 /usr/ucb/ps problem in | ||
7166 | configure.in | ||
7167 | 11393 | ||
7168 | 2003-12-05 18:08 tonvoon | 11394 | 2003-05-14 Ton Voon <tonvoon@users.sourceforge.net> |
7169 | 11395 | ||
7170 | * [r786] configure.in: | 11396 | * doc/.cvsignore: Ignore developer-guidelines.html as generated from |
7171 | Not correctly working out ps command if /usr/ucb before /usr/bin | 11397 | docbook git-svn-id: |
7172 | in PATH for Solaris (reported by Ben Whaley) | ||
7173 | 11398 | ||
7174 | 2003-12-05 16:45 tonvoon | 11399 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@510 f882894a-f735-0410-b71e-b25c423dba1c |
7175 | 11400 | ||
7176 | * [r785] AUTHORS: | 11401 | 2003-05-14 Ton Voon <tonvoon@users.sourceforge.net> |
7177 | Patch to my_connect | ||
7178 | 11402 | ||
7179 | 2003-12-05 16:42 tonvoon | 11403 | * Makefile.am, pkg/solaris/pkginfo.in, pkg/solaris/solpkg: Remove |
11404 | dependency on gnu make git-svn-id: | ||
7180 | 11405 | ||
7181 | * [r784] plugins/netutils.c, plugins/netutils.h: | 11406 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@509 f882894a-f735-0410-b71e-b25c423dba1c |
7182 | Fix clash of namespace for my_connect with mysql (854339 - Ian | ||
7183 | Holsman) | ||
7184 | 11407 | ||
7185 | 2003-12-02 15:27 tonvoon | 11408 | 2003-05-13 Ton Voon <tonvoon@users.sourceforge.net> |
7186 | 11409 | ||
7187 | * [r783] plugins/check_disk.c: | 11410 | * doc/developer-guidelines.sgml: Updated docs to include comments, |
7188 | Default thresholds not defined for lists in -x parameter (raised | 11411 | contrib->main, getopts_long and verbose output levels git-svn-id: |
7189 | by Matt Garrett) | ||
7190 | 11412 | ||
7191 | 2003-12-01 02:47 kdebisschop | 11413 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@508 f882894a-f735-0410-b71e-b25c423dba1c |
7192 | 11414 | ||
7193 | * [r782] po/de.po, po/fr.po: | 11415 | 2003-05-13 Ton Voon <tonvoon@users.sourceforge.net> |
7194 | commit changes caused by upstream code mods | ||
7195 | 11416 | ||
7196 | 2003-12-01 02:46 kdebisschop | 11417 | * tools/sfsnapshot: Calls tools/setup and creates a README for the |
11418 | snapshot directory git-svn-id: | ||
7197 | 11419 | ||
7198 | * [r781] plugins/check_procs.c: | 11420 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@507 f882894a-f735-0410-b71e-b25c423dba1c |
7199 | use usage2 function | ||
7200 | 11421 | ||
7201 | 2003-12-01 02:38 kdebisschop | 11422 | 2003-05-13 Ton Voon <tonvoon@users.sourceforge.net> |
7202 | 11423 | ||
7203 | * [r780] nagios-plugins.spec.in: | 11424 | * doc/developer-guidelines.html, doc/makefile, tools/setup: The |
7204 | add THANKS to %doc | 11425 | developer-guidelines.html file is now generated from the sgml file |
11426 | by docbook2html at tools/setup time git-svn-id: | ||
7205 | 11427 | ||
7206 | 2003-11-28 14:18 tonvoon | 11428 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@506 f882894a-f735-0410-b71e-b25c423dba1c |
7207 | 11429 | ||
7208 | * [r779] plugins/check_procs.c: | 11430 | 2003-05-13 Stanley Hopcroft <stanleyhopcroft@users.sourceforge.net> |
7209 | Fixed listing of failed processes | ||
7210 | 11431 | ||
7211 | 2003-11-24 14:56 tonvoon | 11432 | * : Removed contrib/tarballs/hopcroft-plugins.tar.gz. This is |
11433 | archaic, anachronistic, unmaintained and humblingly embarrassing. git-svn-id: | ||
7212 | 11434 | ||
7213 | * [r778] AUTHORS: | 11435 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@505 f882894a-f735-0410-b71e-b25c423dba1c |
7214 | For patches | ||
7215 | 11436 | ||
7216 | 2003-11-24 14:53 tonvoon | 11437 | 2003-05-13 Stanley Hopcroft <stanleyhopcroft@users.sourceforge.net> |
7217 | 11438 | ||
7218 | * [r777] plugins/check_hpjd.c: | 11439 | * contrib/check_mssql.sh: check_mssql.sh. A new plugin from Mr T DE |
7219 | Bug from code-clean (Antony Simmonds - 846311) | 11440 | BLENDE to check MS SQLServer databases. git-svn-id: |
7220 | 11441 | ||
7221 | 2003-11-21 07:53 kdebisschop | 11442 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@504 f882894a-f735-0410-b71e-b25c423dba1c |
7222 | 11443 | ||
7223 | * [r776] README: | 11444 | 2003-05-09 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
7224 | update auotmake/autoconf versions | ||
7225 | 11445 | ||
7226 | 2003-11-21 07:52 kdebisschop | 11446 | * plugins/check_http.c: fix error when server closes connection |
11447 | immediately git-svn-id: | ||
7227 | 11448 | ||
7228 | * [r775] doc/developer-guidelines.sgml: | 11449 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@503 f882894a-f735-0410-b71e-b25c423dba1c |
7229 | update developer names | ||
7230 | 11450 | ||
7231 | 2003-11-21 07:34 kdebisschop | 11451 | 2003-05-09 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
7232 | 11452 | ||
7233 | * [r774] INSTALLING: | 11453 | * plugins/check_snmp.c: cause snmpget try try for 1 second less than |
7234 | our policy now is to use most recent versions of GNU tool chain | 11454 | the timeout (allowing plugin to force close if needed) git-svn-id: |
7235 | 11455 | ||
7236 | 2003-11-19 06:24 kdebisschop | 11456 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@501 f882894a-f735-0410-b71e-b25c423dba1c |
7237 | 11457 | ||
7238 | * [r773] plugins/check_time.c: | 11458 | 2003-05-07 Jeremy T. Bouse <undrgrid@users.sourceforge.net> |
7239 | add perfdata | ||
7240 | 11459 | ||
7241 | 2003-11-19 06:00 kdebisschop | 11460 | * plugins/check_ping.c: Modified check_ping to handle IPv6 as well |
11461 | as IPv4 ICMP checks using the PING6_COMMAND determined during the | ||
11462 | configure script execution. As USE_IPV6 may be defined and | ||
11463 | PING6_COMMAND is not defined if there is not IPv6 TCP stack | ||
11464 | available when configure is run I condition it off PING6_COMMAND | ||
11465 | existing to remove build errors for being undefined. git-svn-id: | ||
7242 | 11466 | ||
7243 | * [r772] plugins/check_smtp.c: | 11467 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@500 f882894a-f735-0410-b71e-b25c423dba1c |
7244 | use perfdata() to return perfoamnace data in stanadrd format | ||
7245 | 11468 | ||
7246 | 2003-11-17 11:45 kdebisschop | 11469 | 2003-04-25 Subhendu Ghosh <sghosh@users.sourceforge.net> |
7247 | 11470 | ||
7248 | * [r771] plugins/check_ups.c: | 11471 | * plugins-scripts/check_ntp.pl: corrected output units git-svn-id: |
7249 | bugfix - each supported option was overwriting the previous | ||
7250 | perfdata | ||
7251 | 11472 | ||
7252 | 2003-11-17 07:19 kdebisschop | 11473 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@499 f882894a-f735-0410-b71e-b25c423dba1c |
7253 | 11474 | ||
7254 | * [r770] plugins/check_ups.c: | 11475 | 2003-04-23 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
7255 | add perfdata | ||
7256 | 11476 | ||
7257 | 2003-11-17 06:37 kdebisschop | 11477 | * plugins/check_http.c: update to RFC1123 hostname specs git-svn-id: |
7258 | 11478 | ||
7259 | * [r769] plugins/check_pgsql.c: | 11479 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@498 f882894a-f735-0410-b71e-b25c423dba1c |
7260 | add perfdata | ||
7261 | 11480 | ||
7262 | 2003-11-12 06:05 kdebisschop | 11481 | 2003-04-17 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
7263 | 11482 | ||
7264 | * [r768] plugins/check_snmp.c: | 11483 | * nagios-plugins.spec.in: add check_nt, drop check_vsz git-svn-id: |
7265 | clean up compiler warnings | ||
7266 | 11484 | ||
7267 | 2003-11-12 05:53 kdebisschop | 11485 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@497 f882894a-f735-0410-b71e-b25c423dba1c |
7268 | 11486 | ||
7269 | * [r767] plugins/check_mrtg.c, plugins/check_nt.c: | 11487 | 2003-04-17 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
7270 | clean up compiler warnings | ||
7271 | 11488 | ||
7272 | 2003-11-12 05:41 kdebisschop | 11489 | * plugins/check_dig.c, plugins/check_tcp.c, plugins/check_users.c: |
11490 | code cleanup to clear strict compiler warnings git-svn-id: | ||
7273 | 11491 | ||
7274 | * [r766] plugins/check_mrtgtraf.c, plugins/check_swap.c: | 11492 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@496 f882894a-f735-0410-b71e-b25c423dba1c |
7275 | clean up compiler warnings | ||
7276 | 11493 | ||
7277 | 2003-11-12 05:29 kdebisschop | 11494 | 2003-04-17 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
7278 | 11495 | ||
7279 | * [r765] plugins/check_mrtgtraf.c: | 11496 | * plugins/check_dig.c, plugins/check_tcp.c, plugins/netutils.c: code |
7280 | add perfdata | 11497 | cleanup to clear strict compiler warnings git-svn-id: |
7281 | 11498 | ||
7282 | 2003-11-12 05:28 kdebisschop | 11499 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@495 f882894a-f735-0410-b71e-b25c423dba1c |
7283 | 11500 | ||
7284 | * [r764] plugins/check_dig.c: | 11501 | 2003-04-16 Subhendu Ghosh <sghosh@users.sourceforge.net> |
7285 | remove overflow checks of strtod - HUGE_VALF requires C99; also | ||
7286 | remove equality checks on warn/crit interval which are no doubles | ||
7287 | 11502 | ||
7288 | 2003-11-11 10:43 tonvoon | 11503 | * plugins/check_real.c: reset to old behavior of not checking stream |
11504 | by default git-svn-id: | ||
7289 | 11505 | ||
7290 | * [r763] plugins/check_tcp.c: | 11506 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@493 f882894a-f735-0410-b71e-b25c423dba1c |
7291 | Added perfdata | ||
7292 | 11507 | ||
7293 | 2003-11-11 10:34 tonvoon | 11508 | 2003-04-13 Subhendu Ghosh <sghosh@users.sourceforge.net> |
7294 | 11509 | ||
7295 | * [r762] plugins/check_users.c: | 11510 | * plugins/check_hpjd.c: reduce compiler warning between gcc3 and |
7296 | Added perfdata | 11511 | gcc2.96 git-svn-id: |
7297 | 11512 | ||
7298 | 2003-11-11 10:27 tonvoon | 11513 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@492 f882894a-f735-0410-b71e-b25c423dba1c |
7299 | 11514 | ||
7300 | * [r761] plugins/check_swap.c: | 11515 | 2003-04-13 Subhendu Ghosh <sghosh@users.sourceforge.net> |
7301 | Added perfdata | ||
7302 | 11516 | ||
7303 | 2003-11-11 10:19 tonvoon | 11517 | * configure.in, plugins-scripts/utils.pm.in: update for check_mailq |
11518 | - qmail support git-svn-id: | ||
7304 | 11519 | ||
7305 | * [r760] plugins/check_swap.c: | 11520 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@491 f882894a-f735-0410-b71e-b25c423dba1c |
7306 | Fixed if only absolute warn/crit set | ||
7307 | 11521 | ||
7308 | 2003-11-10 11:15 tonvoon | 11522 | 2003-04-13 Subhendu Ghosh <sghosh@users.sourceforge.net> |
7309 | 11523 | ||
7310 | * [r759] plugins/utils.h: | 11524 | * plugins-scripts/check_mailq.pl: Added sendmail multi-queue support |
7311 | - typo fixes | 11525 | (Canau), merged qmail support (Schmid) git-svn-id: |
7312 | 11526 | ||
7313 | 2003-11-05 22:59 sghosh | 11527 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@490 f882894a-f735-0410-b71e-b25c423dba1c |
7314 | 11528 | ||
7315 | * [r758] plugins-scripts/check_ifoperstatus.pl, | 11529 | 2003-04-11 Ton Voon <tonvoon@users.sourceforge.net> |
7316 | plugins-scripts/check_ifstatus.pl: | ||
7317 | added plugin timeout options | ||
7318 | 11530 | ||
7319 | 2003-10-31 04:22 kdebisschop | 11531 | * plugins/check_procs.c: Match -a STRING anywhere in ps args |
11532 | (Laurent Vaslin - 719783) git-svn-id: | ||
7320 | 11533 | ||
7321 | * [r757] plugins/check_nt.c: | 11534 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@488 f882894a-f735-0410-b71e-b25c423dba1c |
7322 | provide an error message | ||
7323 | 11535 | ||
7324 | 2003-10-31 04:21 kdebisschop | 11536 | 2003-04-11 Subhendu Ghosh <sghosh@users.sourceforge.net> |
7325 | 11537 | ||
7326 | * [r756] plugins/check_hpjd.c: | 11538 | * plugins-scripts/check_ifstatus.pl: added feature -u (list of |
7327 | line indentation | 11539 | unused ifIndex) git-svn-id: |
7328 | 11540 | ||
7329 | 2003-10-31 04:20 kdebisschop | 11541 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@487 f882894a-f735-0410-b71e-b25c423dba1c |
7330 | 11542 | ||
7331 | * [r755] plugins/check_load.c: | 11543 | 2003-04-11 Subhendu Ghosh <sghosh@users.sourceforge.net> |
7332 | add perfdata | ||
7333 | 11544 | ||
7334 | 2003-10-31 04:19 kdebisschop | 11545 | * plugins-scripts/check_ifstatus.pl: bug 691412, added feature -x |
11546 | (list of excluded ifTypes) git-svn-id: | ||
7335 | 11547 | ||
7336 | * [r754] plugins/check_mrtg.c: | 11548 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@486 f882894a-f735-0410-b71e-b25c423dba1c |
7337 | add perf data fix bug where stale data message would get | ||
7338 | overwritten | ||
7339 | 11549 | ||
7340 | 2003-10-24 13:28 tonvoon | 11550 | 2003-04-11 Subhendu Ghosh <sghosh@users.sourceforge.net> |
7341 | 11551 | ||
7342 | * [r753] plugins/common.h: | 11552 | * plugins/check_hpjd.c: patch 698384 - order of args to snmpget + |
7343 | Ignore __attribute__ for non-GNU compilers | 11553 | print a bit of stderr git-svn-id: |
7344 | 11554 | ||
7345 | 2003-10-24 09:37 tonvoon | 11555 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@485 f882894a-f735-0410-b71e-b25c423dba1c |
7346 | 11556 | ||
7347 | * [r752] plugins/Makefile.am: | 11557 | 2003-04-09 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
7348 | Moved config.h to toplevel | ||
7349 | 11558 | ||
7350 | 2003-10-23 10:24 tonvoon | 11559 | * plugins/check_hpjd.c, plugins/check_http.c, plugins/check_nt.c: |
11560 | cleanup to suppress various strict compiler warnings git-svn-id: | ||
7351 | 11561 | ||
7352 | * [r751] lib/Makefile.am: | 11562 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@483 f882894a-f735-0410-b71e-b25c423dba1c |
7353 | Need to include intl/ for systems without libintl.h | ||
7354 | 11563 | ||
7355 | 2003-10-21 16:16 tonvoon | 11564 | 2003-04-09 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
7356 | 11565 | ||
7357 | * [r750] AUTHORS: | 11566 | * plugins/common.h: rewrite #elif to be compatible with traditional |
7358 | Matt Garrett for bug reports | 11567 | C git-svn-id: |
7359 | 11568 | ||
7360 | 2003-10-21 15:56 tonvoon | 11569 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@482 f882894a-f735-0410-b71e-b25c423dba1c |
7361 | 11570 | ||
7362 | * [r749] plugins-scripts/check_file_age.pl: | 11571 | 2003-04-09 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
7363 | - Fixed file name (Matt Garrett) | ||
7364 | 11572 | ||
7365 | 2003-10-20 14:03 tonvoon | 11573 | * plugins/Makefile.am: check_game needs popen.c now git-svn-id: |
7366 | 11574 | ||
7367 | * [r748] configure.in, lib/fsusage.c, lib/mountlist.c: | 11575 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@481 f882894a-f735-0410-b71e-b25c423dba1c |
7368 | Fix for config.h at top level. Required for intl/ | ||
7369 | 11576 | ||
7370 | 2003-10-15 19:27 tonvoon | 11577 | 2003-04-08 Ton Voon <tonvoon@users.sourceforge.net> |
7371 | 11578 | ||
7372 | * [r747] tools/mail_error: | 11579 | * command.cfg.in: Updated command for new check_procs git-svn-id: |
7373 | Need to export PATH for sfsnapshot to get correct GNU toolchain | ||
7374 | 11580 | ||
7375 | 2003-10-14 03:15 sghosh | 11581 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@479 f882894a-f735-0410-b71e-b25c423dba1c |
7376 | 11582 | ||
7377 | * [r746] plugins-scripts/check_ifoperstatus.pl: | 11583 | 2003-04-08 Ton Voon <tonvoon@users.sourceforge.net> |
7378 | snmpv3 patches | ||
7379 | 11584 | ||
7380 | 2003-10-14 03:14 sghosh | 11585 | * plugins/check_hpjd.c, plugins/check_nt.c: Changed // to /* */ |
11586 | comments as some compilers do not like them git-svn-id: | ||
7381 | 11587 | ||
7382 | * [r745] plugins-scripts/check_ifstatus.pl: | 11588 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@478 f882894a-f735-0410-b71e-b25c423dba1c |
7383 | more snmpv3 patches | ||
7384 | 11589 | ||
7385 | 2003-10-14 02:40 sghosh | 11590 | 2003-04-08 Stanley Hopcroft <stanleyhopcroft@users.sourceforge.net> |
7386 | 11591 | ||
7387 | * [r744] plugins-scripts/check_ntp.pl: | 11592 | * contrib/check_axis.sh: check_axis.sh (Axis 5xx print servers) from |
7388 | Bug 773588: added check to warn on matching # candidates only | 11593 | Tom De Blende git-svn-id: |
7389 | 11594 | ||
7390 | 2003-10-14 02:15 sghosh | 11595 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@477 f882894a-f735-0410-b71e-b25c423dba1c |
7391 | 11596 | ||
7392 | * [r743] plugins-scripts/check_ifstatus.pl: | 11597 | 2003-04-07 Ton Voon <tonvoon@users.sourceforge.net> |
7393 | Added -M for maxmsgsize (v1/v2c) Added v3 support | ||
7394 | 11598 | ||
7395 | 2003-09-30 13:54 tonvoon | 11599 | * plugins/check_procs.c: Fixed zombie processes git-svn-id: |
7396 | 11600 | ||
7397 | * [r742] plugins/check_swap.c: | 11601 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@476 f882894a-f735-0410-b71e-b25c423dba1c |
7398 | Fixed logic problem if HAVE_SWAP, but not on AIX or Solaris. | ||
7399 | Removed unnecessary ifdefs for help page. Better indentation for | ||
7400 | ifdefs | ||
7401 | 11602 | ||
7402 | 2003-09-29 10:02 tonvoon | 11603 | 2003-04-07 Ton Voon <tonvoon@users.sourceforge.net> |
7403 | 11604 | ||
7404 | * [r741] lib/Makefile.am: | 11605 | * configure.in: Missed some PS_FORMAT strings git-svn-id: |
7405 | Missed GNU files for AIX 5.1 | ||
7406 | 11606 | ||
7407 | 2003-09-17 19:16 tonvoon | 11607 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@475 f882894a-f735-0410-b71e-b25c423dba1c |
7408 | 11608 | ||
7409 | * [r740] AUTHORS: | 11609 | 2003-04-07 Ton Voon <tonvoon@users.sourceforge.net> |
7410 | Added authors of obsolete contrib plugins | ||
7411 | 11610 | ||
7412 | 2003-09-17 19:07 tonvoon | 11611 | * configure.in, plugins/Makefile.am, plugins/check_nagios.c, |
11612 | plugins/check_procs.c, plugins/check_vsz.c: Souped up check_procs | ||
11613 | with different metrics git-svn-id: | ||
7413 | 11614 | ||
7414 | * [r739] contrib/maser-oracle.pl: | 11615 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@474 f882894a-f735-0410-b71e-b25c423dba1c |
7415 | Obsolete from main check_oracle | ||
7416 | 11616 | ||
7417 | 2003-09-17 19:05 tonvoon | 11617 | 2003-04-07 Ton Voon <tonvoon@users.sourceforge.net> |
7418 | 11618 | ||
7419 | * [r738] contrib/aix/check_crit_dsk, contrib/aix/check_dsk, | 11619 | * plugins/check_snmp.c: Removed unnecessary regex array git-svn-id: |
7420 | contrib/aix/check_ping: | ||
7421 | Plugins obsolete from main check_disk and check_ping | ||
7422 | 11620 | ||
7423 | 2003-09-17 16:33 tonvoon | 11621 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@472 f882894a-f735-0410-b71e-b25c423dba1c |
7424 | 11622 | ||
7425 | * [r737] lib/strtod.c: | 11623 | 2003-04-07 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
7426 | Required if strtod not GNU compilant | ||
7427 | 11624 | ||
7428 | 2003-09-17 16:31 tonvoon | 11625 | * plugins/check_http.c: ste timeout one second greater than critical |
11626 | time git-svn-id: | ||
7429 | 11627 | ||
7430 | * [r736] configure.in, lib/Makefile.am, lib/error.c, lib/error.h, | 11628 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@471 f882894a-f735-0410-b71e-b25c423dba1c |
7431 | lib/error.m4, lib/malloc.c, lib/realloc.c, lib/unlocked-io.h, | ||
7432 | lib/xalloc.h, lib/xmalloc.c: | ||
7433 | Support to compile on AIX | ||
7434 | 11629 | ||
7435 | 2003-09-17 16:15 tonvoon | 11630 | 2003-04-07 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
7436 | 11631 | ||
7437 | * [r735] plugins/check_load.c: | 11632 | * plugins/check_game.c: had been grandfathered ibto core, finally |
7438 | - typo | 11633 | use normal getopts, add options for player, max-player array |
11634 | positions git-svn-id: | ||
7439 | 11635 | ||
7440 | 2003-09-17 09:31 tonvoon | 11636 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@470 f882894a-f735-0410-b71e-b25c423dba1c |
7441 | 11637 | ||
7442 | * [r734] configure.in, plugins/check_swap.c: | 11638 | 2003-04-03 Ton Voon <tonvoon@users.sourceforge.net> |
7443 | Support for check_swap in AIX (tested on 5.1) | ||
7444 | 11639 | ||
7445 | 2003-09-17 09:25 tonvoon | 11640 | * plugins-scripts/check_oracle.sh: Cleaned up cache output git-svn-id: |
7446 | 11641 | ||
7447 | * [r733] tools/setup: | 11642 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@469 f882894a-f735-0410-b71e-b25c423dba1c |
7448 | Hide error message if docbook not available | ||
7449 | 11643 | ||
7450 | 2003-09-16 21:58 tonvoon | 11644 | 2003-04-01 Ton Voon <tonvoon@users.sourceforge.net> |
7451 | 11645 | ||
7452 | * [r732] doc/developer-guidelines.sgml: | 11646 | * plugins-scripts/check_oracle.sh: Fixed sqlplus calls and |
7453 | Added in threshold range format and updated autoconf to 2.54 for | 11647 | rearranged parameters for --tablespace & --cache git-svn-id: |
7454 | a problem on Darwin) | ||
7455 | 11648 | ||
7456 | 2003-09-16 14:14 tonvoon | 11649 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@468 f882894a-f735-0410-b71e-b25c423dba1c |
7457 | 11650 | ||
7458 | * [r731] configure.in, plugins/Makefile.am, plugins/check_procs.c: | 11651 | 2003-04-01 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
7459 | Support for AIX ps command and cleanup of configure's ps checks | ||
7460 | 11652 | ||
7461 | 2003-09-16 12:32 tonvoon | 11653 | * configure.in: remove PATH_PROG call for autoconf/automake |
11654 | components git-svn-id: | ||
7462 | 11655 | ||
7463 | * [r730] AUTHORS, plugins/common.h: | 11656 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@467 f882894a-f735-0410-b71e-b25c423dba1c |
7464 | AIX problem with enum TRUE and FALSE (Ludse Verhoeven) | ||
7465 | 11657 | ||
7466 | 2003-09-16 11:36 kdebisschop | 11658 | 2003-03-31 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
7467 | 11659 | ||
7468 | * [r729] tools/sfsnapshot: | 11660 | * plugins/check_disk.c: checkpoint supresses iso9660 adds option for checking only local adds choice of scale factor git-svn-id: |
7469 | here-doc format was not correct | ||
7470 | 11661 | ||
7471 | 2003-09-16 05:45 kdebisschop | 11662 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@466 f882894a-f735-0410-b71e-b25c423dba1c |
7472 | 11663 | ||
7473 | * [r728] plugins/check_ldap.c: | 11664 | 2003-03-27 Ton Voon <tonvoon@users.sourceforge.net> |
7474 | milisecond timing and perfdata, fix NULL pointer error in | ||
7475 | validate_arguments | ||
7476 | 11665 | ||
7477 | 2003-09-15 15:49 tonvoon | 11666 | * plugins/check_nwstat.c: Extra Netware checks (Patch 710247 - |
11667 | Dietmar Ruzicka) git-svn-id: | ||
7478 | 11668 | ||
7479 | * [r727] AUTHORS: | 11669 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@465 f882894a-f735-0410-b71e-b25c423dba1c |
7480 | Contributors to the perfdata discussion | ||
7481 | 11670 | ||
7482 | 2003-09-15 15:28 tonvoon | 11671 | 2003-03-26 Ton Voon <tonvoon@users.sourceforge.net> |
7483 | 11672 | ||
7484 | * [r726] AUTHORS, plugins-scripts/check_mailq.pl: | 11673 | * configure.in: ipv6 check requires unistd.h for Darwin git-svn-id: |
7485 | Added Exim support (768445 - Eric Bollengier) | ||
7486 | 11674 | ||
7487 | 2003-09-15 14:57 tonvoon | 11675 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@464 f882894a-f735-0410-b71e-b25c423dba1c |
7488 | 11676 | ||
7489 | * [r725] AUTHORS, plugins/check_nt.c: | 11677 | 2003-03-26 Ton Voon <tonvoon@users.sourceforge.net> |
7490 | Option to verify check_nt version (799098 - Steve Hanselman) | ||
7491 | 11678 | ||
7492 | 2003-09-15 14:30 tonvoon | 11679 | * configure.in, plugins/check_procs.c: Removal of ps_raw and ps_vars git-svn-id: |
7493 | 11680 | ||
7494 | * [r724] AUTHORS: | 11681 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@463 f882894a-f735-0410-b71e-b25c423dba1c |
7495 | Jason Burnett for check_disk_smb patch | ||
7496 | 11682 | ||
7497 | 2003-09-15 14:26 tonvoon | 11683 | 2003-03-26 Ton Voon <tonvoon@users.sourceforge.net> |
7498 | 11684 | ||
7499 | * [r723] plugins-scripts/check_disk_smb.pl: | 11685 | * plugins/check_nagios.c: Uses same ps command as check_procs git-svn-id: |
7500 | Optionally specify port for smbclient to use (781227 - Jason | ||
7501 | Burnett) | ||
7502 | 11686 | ||
7503 | 2003-09-15 05:03 kdebisschop | 11687 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@462 f882894a-f735-0410-b71e-b25c423dba1c |
7504 | 11688 | ||
7505 | * [r722] plugins/check_http.c: | 11689 | 2003-03-25 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
7506 | make status code extensible (thanks to Chris Wilson | ||
7507 | <chris@netservers.co.uk>) | ||
7508 | 11690 | ||
7509 | 2003-09-12 11:53 kdebisschop | 11691 | * .cvsignore: subst is no longer used git-svn-id: |
7510 | 11692 | ||
7511 | * [r721] AUTHORS: | 11693 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@461 f882894a-f735-0410-b71e-b25c423dba1c |
7512 | two new additions | ||
7513 | 11694 | ||
7514 | 2003-09-12 11:38 kdebisschop | 11695 | 2003-03-24 Jeremy T. Bouse <undrgrid@users.sourceforge.net> |
7515 | 11696 | ||
7516 | * [r719] plugins/check_ping.c: | 11697 | * .cvsignore, Makefile.am: Better stripping of prefix for Solaris |
7517 | new output format reported by Patrick Allen | 11698 | package install needs to remove /usr/local as package installs there |
7518 | <p.allen@brandblue.co.uk> | 11699 | by default git-svn-id: |
7519 | 11700 | ||
7520 | 2003-09-11 11:50 kdebisschop | 11701 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@460 f882894a-f735-0410-b71e-b25c423dba1c |
7521 | 11702 | ||
7522 | * [r718] plugins/check_http.c: | 11703 | 2003-03-24 Jeremy T. Bouse <undrgrid@users.sourceforge.net> |
7523 | use prefdata function for size too | ||
7524 | 11704 | ||
7525 | 2003-09-11 08:02 kdebisschop | 11705 | * Makefile.am, pkg/solaris/.cvsignore, pkg/solaris/pkginfo.in, |
11706 | plugins/check_disk.c: Minor changes to build for Solaris packages git-svn-id: | ||
7526 | 11707 | ||
7527 | * [r717] plugins/check_http.c: | 11708 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@459 f882894a-f735-0410-b71e-b25c423dba1c |
7528 | use prefdata function | ||
7529 | 11709 | ||
7530 | 2003-09-11 08:02 kdebisschop | 11710 | 2003-03-24 Ton Voon <tonvoon@users.sourceforge.net> |
7531 | 11711 | ||
7532 | * [r716] configure.in, plugins/check_swap.c: | 11712 | * plugins/check_procs.c: Use max_state git-svn-id: |
7533 | last changes to configure broke check_swap on RHLinux. Restore | ||
7534 | /proc/meminfo check and make check_swap ifdefs safer | ||
7535 | 11713 | ||
7536 | 2003-09-04 06:43 kdebisschop | 11714 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@458 f882894a-f735-0410-b71e-b25c423dba1c |
7537 | 11715 | ||
7538 | * [r715] Makefile.am: | 11716 | 2003-03-24 Ton Voon <tonvoon@users.sourceforge.net> |
7539 | change so make-dist works in subdirs | ||
7540 | 11717 | ||
7541 | 2003-09-03 19:37 tonvoon | 11718 | * tools/mail_error, tools/sfsnapshot: PATH set in correct place and |
11719 | extra comments git-svn-id: | ||
7542 | 11720 | ||
7543 | * [r714] configure.in: | 11721 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@457 f882894a-f735-0410-b71e-b25c423dba1c |
7544 | Remove df checks and ignore swap checks if no swap commands found | ||
7545 | 11722 | ||
7546 | 2003-09-03 19:32 tonvoon | 11723 | 2003-03-24 Ton Voon <tonvoon@users.sourceforge.net> |
7547 | 11724 | ||
7548 | * [r713] doc/developer-guidelines.sgml: | 11725 | * tools/mail_error, tools/sfsnapshot: Bug fixes git-svn-id: |
7549 | No named credits in source code | ||
7550 | 11726 | ||
7551 | 2003-09-03 10:32 tonvoon | 11727 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@456 f882894a-f735-0410-b71e-b25c423dba1c |
7552 | 11728 | ||
7553 | * [r712] configure.in: | 11729 | 2003-03-24 Ton Voon <tonvoon@users.sourceforge.net> |
7554 | Fixed substitution for Tru64's ps format | ||
7555 | 11730 | ||
7556 | 2003-09-03 06:01 kdebisschop | 11731 | * tools/mail_error: Sends email if non-zero return code from command git-svn-id: |
7557 | 11732 | ||
7558 | * [r711] plugins/check_dig.c: | 11733 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@455 f882894a-f735-0410-b71e-b25c423dba1c |
7559 | allow warn/crit times to be floating point | ||
7560 | 11734 | ||
7561 | 2003-09-03 06:00 kdebisschop | 11735 | 2003-03-24 Ton Voon <tonvoon@users.sourceforge.net> |
7562 | 11736 | ||
7563 | * [r710] configure.in, plugins/common.h: | 11737 | * tools/sfsnapshot: Error code depending on number of files |
7564 | include math.h if needed for HUGE_VAL | 11738 | generated git-svn-id: |
7565 | 11739 | ||
7566 | 2003-09-02 15:04 tonvoon | 11740 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@454 f882894a-f735-0410-b71e-b25c423dba1c |
7567 | 11741 | ||
7568 | * [r709] plugins/check_procs.c: | 11742 | 2003-03-24 Ton Voon <tonvoon@users.sourceforge.net> |
7569 | Solaris requires asprintf checks for null variables | ||
7570 | 11743 | ||
7571 | 2003-09-01 20:07 tonvoon | 11744 | * lib/ls-mntd-fs.m4: Using coreutils 4.5.11 version to fix Darwin |
11745 | problem git-svn-id: | ||
7572 | 11746 | ||
7573 | * [r708] Makefile.am: | 11747 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@453 f882894a-f735-0410-b71e-b25c423dba1c |
7574 | Report duplicates in AUTHORS file | ||
7575 | 11748 | ||
7576 | 2003-09-01 19:43 tonvoon | 11749 | 2003-03-24 Ton Voon <tonvoon@users.sourceforge.net> |
7577 | 11750 | ||
7578 | * [r707] doc/developer-guidelines.sgml: | 11751 | * REQUIREMENTS: Add NSClient requirement for check_nt git-svn-id: |
7579 | Add contributor's name into CVS comments | ||
7580 | 11752 | ||
7581 | 2003-08-31 05:24 tonvoon | 11753 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@452 f882894a-f735-0410-b71e-b25c423dba1c |
7582 | 11754 | ||
7583 | * [r706] ., .cvsignore, AUTHORS, Makefile.am, THANKS.in: | 11755 | 2003-03-24 Ton Voon <tonvoon@users.sourceforge.net> |
7584 | Updated AUTHORS to include all contributors listed in comments in | ||
7585 | code and CVS for plugins and plugins-scripts. Still need to do SF | ||
7586 | 11756 | ||
7587 | 2003-08-31 05:13 tonvoon | 11757 | * plugins/check_nt.c: Reference to web site to get NSClient git-svn-id: |
7588 | 11758 | ||
7589 | * [r705] doc/developer-guidelines.sgml: | 11759 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@450 f882894a-f735-0410-b71e-b25c423dba1c |
7590 | Updated perf data standard for warn before crit | ||
7591 | 11760 | ||
7592 | 2003-08-28 11:56 kdebisschop | 11761 | 2003-03-23 Jeremy T. Bouse <undrgrid@users.sourceforge.net> |
7593 | 11762 | ||
7594 | * [r704] plugins/check_game.c: | 11763 | * Makefile.am, autogen.sh, configure.in, lib/Makefile.am, |
7595 | add perf data | 11764 | pkg/solaris/pkginfo.in, pkg/solaris/solpkg: Solaris package build |
11765 | system git-svn-id: | ||
7596 | 11766 | ||
7597 | 2003-08-28 03:53 kdebisschop | 11767 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@449 f882894a-f735-0410-b71e-b25c423dba1c |
7598 | 11768 | ||
7599 | * [r703] plugins/check_dns.c: | 11769 | 2003-03-23 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
7600 | add perf data | ||
7601 | 11770 | ||
7602 | 2003-08-28 03:53 kdebisschop | 11771 | * plugins/check_disk.c: can once again exclude indiviual |
11772 | path/partitions git-svn-id: | ||
7603 | 11773 | ||
7604 | * [r702] plugins/utils.c: | 11774 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@448 f882894a-f735-0410-b71e-b25c423dba1c |
7605 | use single quotes per guideline, also quote when SPC or = are | ||
7606 | found | ||
7607 | 11775 | ||
7608 | 2003-08-28 03:22 kdebisschop | 11776 | 2003-03-23 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
7609 | 11777 | ||
7610 | * [r701] plugins/check_disk.c: | 11778 | * plugins/check_disk.c: add -X to exclude FS type, now works with |
7611 | add perf data | 11779 | more than one path/dev specified git-svn-id: |
7612 | 11780 | ||
7613 | 2003-08-28 03:21 kdebisschop | 11781 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@447 f882894a-f735-0410-b71e-b25c423dba1c |
7614 | 11782 | ||
7615 | * [r700] plugins/utils.c: | 11783 | 2003-03-22 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
7616 | suppress quotes in perf data when not needed (some plugins need | ||
7617 | the space to keep below line length limit | ||
7618 | 11784 | ||
7619 | 2003-08-28 03:20 kdebisschop | 11785 | * plugins/utils.c: declaration must precede printf git-svn-id: |
7620 | 11786 | ||
7621 | * [r699] plugins/utils.h: | 11787 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@446 f882894a-f735-0410-b71e-b25c423dba1c |
7622 | add min() macro to complement max() | ||
7623 | 11788 | ||
7624 | 2003-08-26 11:08 kdebisschop | 11789 | 2003-03-21 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
7625 | 11790 | ||
7626 | * [r698] plugins/check_dig.c: | 11791 | * plugins/check_disk.c: checkpoint, allows selecting devices and |
7627 | print perfdata | 11792 | paths now git-svn-id: |
7628 | 11793 | ||
7629 | 2003-08-26 10:51 kdebisschop | 11794 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@444 f882894a-f735-0410-b71e-b25c423dba1c |
7630 | 11795 | ||
7631 | * [r697] plugins/check_fping.c: | 11796 | 2003-03-21 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
7632 | print perfdata | ||
7633 | 11797 | ||
7634 | 2003-08-26 10:44 kdebisschop | 11798 | * configure.in: instructions for posting plugin version number git-svn-id: |
7635 | 11799 | ||
7636 | * [r696] plugins/utils.c, plugins/utils.h: | 11800 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@443 f882894a-f735-0410-b71e-b25c423dba1c |
7637 | function to make perfdata output | ||
7638 | 11801 | ||
7639 | 2003-08-23 15:07 kdebisschop | 11802 | 2003-03-19 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
7640 | 11803 | ||
7641 | * [r695] plugins/check_http.c: | 11804 | * plugins/check_by_ssh.c: allow to specify -1 and -2 for protocol |
7642 | - found and fixed memory allocation error in rewritten redir() | 11805 | version git-svn-id: |
7643 | function | ||
7644 | 11806 | ||
7645 | 2003-08-23 13:59 kdebisschop | 11807 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@442 f882894a-f735-0410-b71e-b25c423dba1c |
7646 | 11808 | ||
7647 | * [r694] plugins/check_http.c: | 11809 | 2003-03-19 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
7648 | - hacked interim fix to segfault on redirect - for tesing only | ||
7649 | 11810 | ||
7650 | 2003-08-23 13:58 kdebisschop | 11811 | * plugins/utils.c, plugins/utils.h: make state_text a function git-svn-id: |
7651 | 11812 | ||
7652 | * [r693] plugins/check_dig.c: | 11813 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@440 f882894a-f735-0410-b71e-b25c423dba1c |
7653 | - fix various format errors with newly added perf data | ||
7654 | 11814 | ||
7655 | 2003-08-22 23:49 kdebisschop | 11815 | 2003-03-19 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
7656 | 11816 | ||
7657 | * [r692] plugins/check_dig.c: | 11817 | * lib/mountlist.c, plugins/check_disk.c: check_disk working with |
7658 | - forgot to declare struct timeval tv for hires timing | 11818 | mountlist.c git-svn-id: |
7659 | 11819 | ||
7660 | 2003-08-22 06:55 kdebisschop | 11820 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@439 f882894a-f735-0410-b71e-b25c423dba1c |
7661 | 11821 | ||
7662 | * [r691] plugins/check_dig.c: | 11822 | 2003-03-19 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
7663 | - add perf data for time | ||
7664 | 11823 | ||
7665 | 2003-08-22 06:22 kdebisschop | 11824 | * Makefile.am, configure.in: subst.* was replaced by dist-hook git-svn-id: |
7666 | 11825 | ||
7667 | * [r690] plugins/check_by_ssh.c, plugins/check_dig.c, | 11826 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@438 f882894a-f735-0410-b71e-b25c423dba1c |
7668 | plugins/check_disk.c, plugins/check_dns.c, plugins/check_dummy.c, | ||
7669 | plugins/check_fping.c, plugins/check_game.c, | ||
7670 | plugins/check_hpjd.c, plugins/check_http.c, | ||
7671 | plugins/check_ide-smart.c, plugins/check_ldap.c, | ||
7672 | plugins/check_load.c, plugins/check_mrtg.c, | ||
7673 | plugins/check_mysql.c, plugins/check_nagios.c, | ||
7674 | plugins/check_nt.c, plugins/check_nwstat.c, | ||
7675 | plugins/check_overcr.c, plugins/check_pgsql.c, | ||
7676 | plugins/check_ping.c, plugins/check_procs.c, | ||
7677 | plugins/check_radius.c, plugins/check_real.c, | ||
7678 | plugins/check_smtp.c, plugins/check_snmp.c, plugins/check_ssh.c, | ||
7679 | plugins/check_swap.c, plugins/check_tcp.c, plugins/check_time.c, | ||
7680 | plugins/check_udp.c, plugins/check_ups.c, plugins/check_users.c, | ||
7681 | plugins/negate.c, plugins/urlize.c: | ||
7682 | - bindtextdomain for gettext, a few other smale cleanups here and | ||
7683 | there | ||
7684 | 11827 | ||
7685 | 2003-08-22 04:43 kdebisschop | 11828 | 2003-03-19 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
7686 | 11829 | ||
7687 | * [r689] plugins/check_http.c: | 11830 | * subst.in, subst.sh: these were replaced by dist-hook git-svn-id: |
7688 | * bugfix: snprintf of timestamp truncated '\0' | ||
7689 | 11831 | ||
7690 | 2003-08-21 18:00 kdebisschop | 11832 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@437 f882894a-f735-0410-b71e-b25c423dba1c |
7691 | 11833 | ||
7692 | * [r688] plugins/check_http.c: | 11834 | 2003-03-18 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
7693 | * Check redirections for infinte loops and limit depth of | ||
7694 | recursion | ||
7695 | 11835 | ||
7696 | 2003-08-20 09:54 tonvoon | 11836 | * configure.in: running the AFS macro causes newer AC/AM to barf git-svn-id: |
7697 | 11837 | ||
7698 | * [r687] plugins/check_time.c: | 11838 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@436 f882894a-f735-0410-b71e-b25c423dba1c |
7699 | Optionally use udp instead of tcp (Bradley Baetz - 751646) | ||
7700 | 11839 | ||
7701 | 2003-08-20 08:31 tonvoon | 11840 | 2003-03-18 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
7702 | 11841 | ||
7703 | * [r686] contrib/check_wins.pl: | 11842 | * configure.in: afs checking git-svn-id: |
7704 | Changed netsaint to nagios in use lib | ||
7705 | 11843 | ||
7706 | 2003-08-19 11:41 kdebisschop | 11844 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@435 f882894a-f735-0410-b71e-b25c423dba1c |
7707 | 11845 | ||
7708 | * [r685] plugins/check_http.c: | 11846 | 2003-03-18 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
7709 | *BUGFIX: LWS is not required betwwen "Location:" header field | ||
7710 | name and field value | ||
7711 | 11847 | ||
7712 | 2003-08-19 11:19 kdebisschop | 11848 | * lib/afs.m4, lib/ls-mntd-fs.m4: use AC_DEFINE_UNQOUTED git-svn-id: |
7713 | 11849 | ||
7714 | * [r684] plugins/check_http.c: | 11850 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@434 f882894a-f735-0410-b71e-b25c423dba1c |
7715 | *add missing status numbers from RFC 2616 (HTTP1.1) | ||
7716 | 11851 | ||
7717 | 2003-08-18 11:05 kdebisschop | 11852 | 2003-03-18 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
7718 | 11853 | ||
7719 | * [r683] plugins/check_ping.c: | 11854 | * lib/ls-mntd-fs.m4: stop warning on autoheader 2.13 git-svn-id: |
7720 | move error scans to a new separate routine and scan both stderr | ||
7721 | and stdio | ||
7722 | 11855 | ||
7723 | 2003-08-11 19:50 tonvoon | 11856 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@433 f882894a-f735-0410-b71e-b25c423dba1c |
7724 | 11857 | ||
7725 | * [r682] doc/developer-guidelines.sgml: | 11858 | 2003-03-18 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
7726 | Performance data guidelines added | ||
7727 | 11859 | ||
7728 | 2003-08-11 19:43 tonvoon | 11860 | * plugins/netutils.c, plugins/netutils.h: common.h was doubly |
11861 | included git-svn-id: | ||
7729 | 11862 | ||
7730 | * [r681] tools/sfsnapshot: | 11863 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@432 f882894a-f735-0410-b71e-b25c423dba1c |
7731 | Fixed building snapshots - cvs update ignores new directories. | ||
7732 | Also do not need to run make | ||
7733 | 11864 | ||
7734 | 2003-08-10 12:56 kdebisschop | 11865 | 2003-03-18 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
7735 | 11866 | ||
7736 | * [r680] plugins/utils.c: | 11867 | * plugins/common.h: use enum instead of define, remove some cruft |
7737 | config.h is redundant (common.h includes it) | 11868 | from old snprintf implementation git-svn-id: |
7738 | 11869 | ||
7739 | 2003-08-10 12:48 kdebisschop | 11870 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@431 f882894a-f735-0410-b71e-b25c423dba1c |
7740 | 11871 | ||
7741 | * [r679] plugins/check_dns.c, plugins/check_smtp.c: | 11872 | 2003-03-18 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
7742 | perf data in integer microseconds | ||
7743 | 11873 | ||
7744 | 2003-08-10 12:12 kdebisschop | 11874 | * configure.in, lib/Makefile.am, plugins/check_disk.c: use GNU |
11875 | fileutils for check_disk git-svn-id: | ||
7745 | 11876 | ||
7746 | * [r678] po/POTFILES.in, po/de.po, po/fr.po: | 11877 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@430 f882894a-f735-0410-b71e-b25c423dba1c |
7747 | first pass at NLS markup done | ||
7748 | 11878 | ||
7749 | 2003-08-10 12:11 kdebisschop | 11879 | 2003-03-18 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
7750 | 11880 | ||
7751 | * [r677] plugins-scripts/check_rpc.pl: | 11881 | * lib/afs.m4, lib/fstypename.m4, lib/fsusage.c, lib/fsusage.h, |
7752 | proposed fix for LANG issue | 11882 | lib/fsusage.m4, lib/ls-mntd-fs.m4, lib/mountlist.c, lib/mountlist.h: |
11883 | from GNU fileutils for check_disk git-svn-id: | ||
7753 | 11884 | ||
7754 | 2003-08-10 06:53 kdebisschop | 11885 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@429 f882894a-f735-0410-b71e-b25c423dba1c |
7755 | 11886 | ||
7756 | * [r676] plugins/check_by_ssh.c, plugins/check_dig.c, | 11887 | 2003-03-17 Ton Voon <tonvoon@users.sourceforge.net> |
7757 | plugins/check_disk.c, plugins/check_dns.c, plugins/check_fping.c, | ||
7758 | plugins/check_game.c, plugins/check_hpjd.c, plugins/check_http.c, | ||
7759 | plugins/check_ldap.c, plugins/check_load.c, plugins/check_mrtg.c, | ||
7760 | plugins/check_mrtgtraf.c, plugins/check_mysql.c, | ||
7761 | plugins/check_nagios.c, plugins/check_nt.c, | ||
7762 | plugins/check_nwstat.c, plugins/check_overcr.c, | ||
7763 | plugins/check_pgsql.c, plugins/check_ping.c, | ||
7764 | plugins/check_procs.c, plugins/check_radius.c, | ||
7765 | plugins/check_real.c, plugins/check_smtp.c, plugins/check_snmp.c, | ||
7766 | plugins/check_ssh.c, plugins/check_swap.c, plugins/check_tcp.c, | ||
7767 | plugins/check_time.c, plugins/check_udp.c, plugins/check_ups.c, | ||
7768 | plugins/check_users.c, plugins/negate.c, plugins/popen.c, | ||
7769 | plugins/urlize.c: | ||
7770 | the last round of pedantic compiler warnings | ||
7771 | 11888 | ||
7772 | 2003-08-09 13:37 kdebisschop | 11889 | * plugins-scripts/check_oracle.sh: Allow default Oracle home from |
11890 | oratab (reported by Walbert Oberngruber) git-svn-id: | ||
7773 | 11891 | ||
7774 | * [r675] tools/devmode: | 11892 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@428 f882894a-f735-0410-b71e-b25c423dba1c |
7775 | a little shell script to make it a little easier to produce | ||
7776 | pedantic compiler warnings | ||
7777 | 11893 | ||
7778 | 2003-08-09 13:36 kdebisschop | 11894 | 2003-03-16 Jeremy T. Bouse <undrgrid@users.sourceforge.net> |
7779 | 11895 | ||
7780 | * [r674] plugins/check_smtp.c, plugins/check_ssh.c, | 11896 | * configure.in: Modified to automatically enable getaddrinfo |
7781 | plugins/check_tcp.c, plugins/check_time.c, plugins/check_udp.c, | 11897 | emulation if lwres is not used and getaddrinfo is not found in the |
7782 | plugins/check_ups.c, plugins/check_users.c: | 11898 | system. git-svn-id: |
7783 | more pedantic compiler warnings | ||
7784 | 11899 | ||
7785 | 2003-08-09 06:51 undrgrid | 11900 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@427 f882894a-f735-0410-b71e-b25c423dba1c |
7786 | 11901 | ||
7787 | * [r673] plugins/common.h, po/de.po, po/fr.po: | 11902 | 2003-03-16 Jeremy T. Bouse <undrgrid@users.sourceforge.net> |
7788 | Code clean-up | ||
7789 | 11903 | ||
7790 | 2003-08-09 06:01 kdebisschop | 11904 | * plugins/check_tcp.c, plugins/netutils.c, plugins/netutils.h: |
11905 | Applied patch #660973 for tcp refusals git-svn-id: | ||
7791 | 11906 | ||
7792 | * [r672] plugins/check_dig.c, plugins/check_http.c, | 11907 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@426 f882894a-f735-0410-b71e-b25c423dba1c |
7793 | plugins/check_load.c, plugins/check_mrtg.c, | ||
7794 | plugins/check_mrtgtraf.c, plugins/check_nwstat.c, | ||
7795 | plugins/check_overcr.c, plugins/check_ping.c, | ||
7796 | plugins/check_procs.c, plugins/check_real.c, plugins/utils.c, | ||
7797 | plugins/utils.h: | ||
7798 | more pedantic compiler warns | ||
7799 | 11908 | ||
7800 | 2003-08-09 04:19 kdebisschop | 11909 | 2003-03-15 Jeremy T. Bouse <undrgrid@users.sourceforge.net> |
7801 | 11910 | ||
7802 | * [r671] plugins/check_http.c: | 11911 | * configure.in: Left over debug define git-svn-id: |
7803 | more pedantic compiler warns, change to microsecond output for | ||
7804 | perf data, add size to perf data | ||
7805 | 11912 | ||
7806 | 2003-08-09 04:12 kdebisschop | 11913 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@425 f882894a-f735-0410-b71e-b25c423dba1c |
7807 | 11914 | ||
7808 | * [r670] plugins/utils.c, plugins/utils.h: | 11915 | 2003-03-15 Jeremy T. Bouse <undrgrid@users.sourceforge.net> |
7809 | add function for elapsed tim ein microseconds | ||
7810 | 11916 | ||
7811 | 2003-08-09 00:56 kdebisschop | 11917 | * configure.in, lib/Makefile.am, lib/getaddrinfo.c, |
11918 | lib/getaddrinfo.h, lib/gethostbyname.c, lib/gethostbyname.h, | ||
11919 | plugins/Makefile.am, plugins/getaddrinfo.c, plugins/getaddrinfo.h, | ||
11920 | plugins/gethostbyname.c, plugins/gethostbyname.h, | ||
11921 | plugins/netutils.c, plugins/netutils.h, plugins/utils.c, | ||
11922 | plugins/utils.h: Spent the day working on backwards compatability | ||
11923 | using getaddrinfo() Moved getaddrinfo.? and gethostbyname.? from | ||
11924 | lib/ to plugins/ due to problems with compiling into the | ||
11925 | libnagiosplug.a as it required linking against socket libraries | ||
11926 | which are unneeded except for network based plugins. This code | ||
11927 | should hopefully happily work for all systems and has been tested | ||
11928 | prior to commit on Debian GNU/Linux, SPARC Solaris 7 and SPARC | ||
11929 | Solaris 9. git-svn-id: | ||
7812 | 11930 | ||
7813 | * [r669] plugins/check_http.c: | 11931 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@424 f882894a-f735-0410-b71e-b25c423dba1c |
7814 | more pedantic compiler warnings | ||
7815 | 11932 | ||
7816 | 2003-08-09 00:41 kdebisschop | 11933 | 2003-03-14 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
7817 | 11934 | ||
7818 | * [r668] plugins/check_disk.c, plugins/check_dummy.c, | 11935 | * plugins-scripts/check_ntp.pl: add timeout, fix taint chacking diom git-svn-id: |
7819 | plugins/popen.c, plugins/utils.c, plugins/utils.h: | ||
7820 | more pedantic compiler warnings | ||
7821 | 11936 | ||
7822 | 2003-08-08 20:31 kdebisschop | 11937 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@423 f882894a-f735-0410-b71e-b25c423dba1c |
7823 | 11938 | ||
7824 | * [r667] lib/Makefile.am: | 11939 | 2003-03-13 Jeremy T. Bouse <undrgrid@users.sourceforge.net> |
7825 | include getloadvag.m4 in distrib | ||
7826 | 11940 | ||
7827 | 2003-08-08 16:49 kdebisschop | 11941 | * .cvsignore, configure.in, lib/Makefile.am: Working out issues with |
11942 | getaddrinfo emulation build environment git-svn-id: | ||
7828 | 11943 | ||
7829 | * [r666] plugins/check_disk.c, plugins/netutils.c, | 11944 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@422 f882894a-f735-0410-b71e-b25c423dba1c |
7830 | plugins/netutils.h: | ||
7831 | cleanups from pedantic complier warnings | ||
7832 | 11945 | ||
7833 | 2003-08-08 16:48 kdebisschop | 11946 | 2003-03-13 Ton Voon <tonvoon@users.sourceforge.net> |
7834 | 11947 | ||
7835 | * [r665] plugins/check_nt.c: | 11948 | * plugins/check_dns.c, plugins/check_http.c, plugins/check_tcp.c: |
7836 | change if/elseif block to case, general streamline | 11949 | Strip leading spaces in perf data git-svn-id: |
7837 | 11950 | ||
7838 | 2003-08-08 12:14 kdebisschop | 11951 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@421 f882894a-f735-0410-b71e-b25c423dba1c |
7839 | 11952 | ||
7840 | * [r664] plugins/check_disk.c: | 11953 | 2003-03-13 Ton Voon <tonvoon@users.sourceforge.net> |
7841 | fix a variety of compiler warnings about qualifier discards and | ||
7842 | other pedantic stuff | ||
7843 | 11954 | ||
7844 | 2003-08-08 05:09 kdebisschop | 11955 | * plugins/check_smtp.c: Perf data without leading spaces and fix |
11956 | ANSI C complaint about \n git-svn-id: | ||
7845 | 11957 | ||
7846 | * [r663] plugins/check_by_ssh.c, plugins/check_dig.c, | 11958 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@420 f882894a-f735-0410-b71e-b25c423dba1c |
7847 | plugins/check_disk.c, plugins/check_snmp.c, plugins/utils.c, | ||
7848 | plugins/utils.h: | ||
7849 | fix a variety of compiler warnings about qualifier discards and | ||
7850 | other pedantic stuff | ||
7851 | 11959 | ||
7852 | 2003-08-08 04:33 kdebisschop | 11960 | 2003-03-13 Ton Voon <tonvoon@users.sourceforge.net> |
7853 | 11961 | ||
7854 | * [r662] plugins/check_by_ssh.c, plugins/check_disk.c, | 11962 | * plugins/check_tcp.c: Fix compiler warnings re progname git-svn-id: |
7855 | plugins/check_nt.c, plugins/netutils.c, plugins/netutils.h, | ||
7856 | plugins/popen.h, plugins/utils.h: | ||
7857 | fix a variety of compiler warnings about qualifier discards and | ||
7858 | other pedantic stuff | ||
7859 | 11963 | ||
7860 | 2003-08-08 03:51 kdebisschop | 11964 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@419 f882894a-f735-0410-b71e-b25c423dba1c |
7861 | 11965 | ||
7862 | * [r661] plugins/check_nt.c, plugins/check_smtp.c: | 11966 | 2003-03-13 Jeremy T. Bouse <undrgrid@users.sourceforge.net> |
7863 | markup for translation | ||
7864 | 11967 | ||
7865 | 2003-08-07 23:17 kdebisschop | 11968 | * depcomp: Removed auto-tools script that automake adds git-svn-id: |
7866 | 11969 | ||
7867 | * [r660] plugins/check_real.c: | 11970 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@418 f882894a-f735-0410-b71e-b25c423dba1c |
7868 | markup for translation | ||
7869 | 11971 | ||
7870 | 2003-08-07 12:36 kdebisschop | 11972 | 2003-03-13 Jeremy T. Bouse <undrgrid@users.sourceforge.net> |
7871 | 11973 | ||
7872 | * [r659] plugins/check_procs.c: | 11974 | * .cvsignore, configure.in, install-sh, missing, mkinstalldirs, |
7873 | markup for translation | 11975 | plugins/.cvsignore, plugins/Makefile.am, plugins/common.h, |
11976 | plugins/common.h.in, plugins/netutils.h, plugins/netutils.h.in, | ||
11977 | plugins/popen.h, plugins/popen.h.in, plugins/utils.c, | ||
11978 | plugins/utils.h, plugins/utils.h.in, plugins/version.h.in: Updated | ||
11979 | cvs ignore files to reflect changes Moved header files from being | ||
11980 | ran through configure to standard Removed auto-tools scripts that | ||
11981 | get added by automake git-svn-id: | ||
7874 | 11982 | ||
7875 | 2003-08-07 12:09 kdebisschop | 11983 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@417 f882894a-f735-0410-b71e-b25c423dba1c |
7876 | 11984 | ||
7877 | * [r658] plugins/check_load.c: | 11985 | 2003-03-13 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
7878 | reorder for consistency, restore prototypes for print_foo, nest | ||
7879 | #ifdef to avoid pedantic traditional c warn | ||
7880 | 11986 | ||
7881 | 2003-08-07 12:00 kdebisschop | 11987 | * plugins/negate.c: negate must be POSIXly correct in handling |
11988 | options, else wrapped options get passed to it git-svn-id: | ||
7882 | 11989 | ||
7883 | * [r657] plugins/check_snmp.c: | 11990 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@416 f882894a-f735-0410-b71e-b25c423dba1c |
7884 | reorder for consistency (no code changes) | ||
7885 | 11991 | ||
7886 | 2003-08-07 11:51 kdebisschop | 11992 | 2003-03-13 Jeremy T. Bouse <undrgrid@users.sourceforge.net> |
7887 | 11993 | ||
7888 | * [r656] plugins/check_by_ssh.c, plugins/check_disk.c, | 11994 | * configure.in: Removed --with-ipv6 configure option so it |
7889 | plugins/check_dns.c, plugins/check_fping.c, plugins/check_game.c, | 11995 | determines IPv6 availablity completely on it's own per suggestion by |
7890 | plugins/check_http.c, plugins/check_mrtg.c, | 11996 | Karl git-svn-id: |
7891 | plugins/check_mrtgtraf.c, plugins/check_nagios.c, | ||
7892 | plugins/check_nt.c, plugins/check_nwstat.c, | ||
7893 | plugins/check_overcr.c, plugins/check_radius.c, | ||
7894 | plugins/check_real.c, plugins/check_snmp.c, plugins/check_swap.c, | ||
7895 | plugins/check_tcp.c, plugins/check_time.c, plugins/negate.c, | ||
7896 | plugins/netutils.c, plugins/popen.c, plugins/utils.c, | ||
7897 | plugins/utils.h: | ||
7898 | replace "terminate" with "die" for shorter name and better | ||
7899 | readability | ||
7900 | 11997 | ||
7901 | 2003-08-07 11:49 kdebisschop | 11998 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@415 f882894a-f735-0410-b71e-b25c423dba1c |
7902 | 11999 | ||
7903 | * [r655] plugins/check_ping.c: | 12000 | 2003-03-12 Jeremy T. Bouse <undrgrid@users.sourceforge.net> |
7904 | cleanup for better readability | ||
7905 | 12001 | ||
7906 | 2003-08-07 09:51 kdebisschop | 12002 | * plugins/check_tcp.c: doco standarization git-svn-id: |
7907 | 12003 | ||
7908 | * [r654] plugins/check_ping.c: | 12004 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@413 f882894a-f735-0410-b71e-b25c423dba1c |
7909 | markup for translation | ||
7910 | 12005 | ||
7911 | 2003-08-07 01:23 kdebisschop | 12006 | 2003-03-12 Jeremy T. Bouse <undrgrid@users.sourceforge.net> |
7912 | 12007 | ||
7913 | * [r653] tools/sfsnapshot: | 12008 | * configure.in, plugins-scripts/subst.in: Just a lil namespace |
7914 | make must be run before make dist to creat language files | 12009 | clean-up git-svn-id: |
7915 | 12010 | ||
7916 | 2003-08-06 20:53 tonvoon | 12011 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@412 f882894a-f735-0410-b71e-b25c423dba1c |
7917 | 12012 | ||
7918 | * [r652] doc/developer-guidelines.sgml: | 12013 | 2003-03-12 Jeremy T. Bouse <undrgrid@users.sourceforge.net> |
7919 | Added in that Nagios plugins are written to GNU standards | ||
7920 | 12014 | ||
7921 | 2003-08-06 14:26 kdebisschop | 12015 | * configure.in: Minor fix to --with-ipv6 behavior git-svn-id: |
7922 | 12016 | ||
7923 | * [r651] lib, lib/.cvsignore: | 12017 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@411 f882894a-f735-0410-b71e-b25c423dba1c |
7924 | ignore ulonglong.m4 | ||
7925 | 12018 | ||
7926 | 2003-08-06 12:13 kdebisschop | 12019 | 2003-03-12 Jeremy T. Bouse <undrgrid@users.sourceforge.net> |
7927 | 12020 | ||
7928 | * [r650] plugins/check_overcr.c: | 12021 | * autogen.sh, configure.in, plugins/utils.c, plugins/utils.h.in: |
7929 | markup for translation, move send_buffer assignment to | 12022 | Added autogen.sh script that rebuilds using autotools and runs |
7930 | process_args so process_tcp_request can be moved outside the | 12023 | configure Modified configure.in to include some debug build option |
7931 | conditional, replace if/esleif with switch, replace #defines with | 12024 | info at the end of the scripts execution. Can be removed by release |
7932 | enum | 12025 | time. Modified configure.in to include a --with-ipv6 option Default |
12026 | build is without IPv6 support now to enable you need to use the | ||
12027 | --with-ipv6 command line option to configure. Modified | ||
12028 | plugins/utils.* to use USE_IPV6 git-svn-id: | ||
7933 | 12029 | ||
7934 | 2003-08-06 12:11 kdebisschop | 12030 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@410 f882894a-f735-0410-b71e-b25c423dba1c |
7935 | 12031 | ||
7936 | * [r649] plugins/check_nwstat.c: | 12032 | 2003-03-12 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
7937 | markup for translation | ||
7938 | 12033 | ||
7939 | 2003-08-05 19:20 tonvoon | 12034 | * plugins/check_disk.c: doco standarization git-svn-id: |
7940 | 12035 | ||
7941 | * [r648] doc/developer-guidelines.sgml: | 12036 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@409 f882894a-f735-0410-b71e-b25c423dba1c |
7942 | Added dev platform requirements | ||
7943 | 12037 | ||
7944 | 2003-08-05 11:53 kdebisschop | 12038 | 2003-03-12 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
7945 | 12039 | ||
7946 | * [r647] plugins/check_ssh.c: | 12040 | * plugins/check_disk.c: errors for statfs git-svn-id: |
7947 | markup for translation | ||
7948 | 12041 | ||
7949 | 2003-08-05 09:56 stanleyhopcroft | 12042 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@408 f882894a-f735-0410-b71e-b25c423dba1c |
7950 | 12043 | ||
7951 | * [r646] contrib/check_mssql.sh: | 12044 | 2003-03-12 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
7952 | Version 2.0 of MS SQL server plugin (contrib/check_mssql.sh) from | ||
7953 | T De Blende. | ||
7954 | 12045 | ||
7955 | 2003-08-04 11:38 kdebisschop | 12046 | * plugins/check_smtp.c: comment/doco cleanup for embeeded doc work, |
12047 | control STMP command via options instead of defines git-svn-id: | ||
7956 | 12048 | ||
7957 | * [r645] plugins/check_users.c, plugins/urlize.c: | 12049 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@407 f882894a-f735-0410-b71e-b25c423dba1c |
7958 | markup for translation | ||
7959 | 12050 | ||
7960 | 2003-08-04 08:13 kdebisschop | 12051 | 2003-03-12 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
7961 | 12052 | ||
7962 | * [r644] plugins/check_time.c, plugins/check_udp.c: | 12053 | * configure.in: version increase, statfs work git-svn-id: |
7963 | markup for translation | ||
7964 | 12054 | ||
7965 | 2003-08-04 07:42 kdebisschop | 12055 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@406 f882894a-f735-0410-b71e-b25c423dba1c |
7966 | 12056 | ||
7967 | * [r643] plugins/check_ldap.c, plugins/check_nagios.c, | 12057 | 2003-03-12 Jeremy T. Bouse <undrgrid@users.sourceforge.net> |
7968 | plugins/check_radius.c, plugins/check_udp.c, plugins/check_ups.c, | ||
7969 | plugins/negate.c: | ||
7970 | markup for translation | ||
7971 | 12058 | ||
7972 | 2003-08-03 14:24 kdebisschop | 12059 | * plugins/.cvsignore: Add some more extra plugins git-svn-id: |
7973 | 12060 | ||
7974 | * [r642] plugins/check_ldap.c, plugins/check_mrtg.c, | 12061 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@405 f882894a-f735-0410-b71e-b25c423dba1c |
7975 | plugins/check_mrtgtraf.c: | ||
7976 | markup for translation | ||
7977 | 12062 | ||
7978 | 2003-08-03 06:19 kdebisschop | 12063 | 2003-03-12 Jeremy T. Bouse <undrgrid@users.sourceforge.net> |
7979 | 12064 | ||
7980 | * [r641] plugins/check_load.c: | 12065 | * plugins/check_http.c: Clean up of output from plugin git-svn-id: |
7981 | markup for translation | ||
7982 | 12066 | ||
7983 | 2003-08-03 06:05 kdebisschop | 12067 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@404 f882894a-f735-0410-b71e-b25c423dba1c |
7984 | 12068 | ||
7985 | * [r640] plugins/check_ldap.c: | 12069 | 2003-03-12 Jeremy T. Bouse <undrgrid@users.sourceforge.net> |
7986 | markup for translation | ||
7987 | 12070 | ||
7988 | 2003-08-03 06:05 kdebisschop | 12071 | * plugins/check_dig.c, plugins/check_http.c, plugins/check_ldap.c, |
12072 | plugins/check_udp.c: Code clean-up git-svn-id: | ||
7989 | 12073 | ||
7990 | * [r639] plugins/check_http.c, plugins/check_ldap.c, | 12074 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@403 f882894a-f735-0410-b71e-b25c423dba1c |
7991 | plugins/check_tcp.c: | ||
7992 | markup for translation | ||
7993 | 12075 | ||
7994 | 2003-08-03 06:03 kdebisschop | 12076 | 2003-03-12 Jeremy T. Bouse <undrgrid@users.sourceforge.net> |
7995 | 12077 | ||
7996 | * [r638] plugins/Makefile.am, plugins/check_ide-smart.c: | 12078 | * plugins/check_tcp.c: Code cleanup git-svn-id: |
7997 | markup for translation, use common.h, fix problems compiling | ||
7998 | 12079 | ||
7999 | 2003-08-03 00:01 kdebisschop | 12080 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@402 f882894a-f735-0410-b71e-b25c423dba1c |
8000 | 12081 | ||
8001 | * [r637] plugins/check_http.c: | 12082 | 2003-03-12 Ton Voon <tonvoon@users.sourceforge.net> |
8002 | markup for translation | ||
8003 | 12083 | ||
8004 | 2003-08-02 22:19 kdebisschop | 12084 | * plugins/check_dns.c: Removed is_host checks to speed up code. |
12085 | Fixed timings so no spaces git-svn-id: | ||
8005 | 12086 | ||
8006 | * [r636] plugins/check_hpjd.c: | 12087 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@401 f882894a-f735-0410-b71e-b25c423dba1c |
8007 | markup for translation | ||
8008 | 12088 | ||
8009 | 2003-08-02 22:08 kdebisschop | 12089 | 2003-03-12 Ton Voon <tonvoon@users.sourceforge.net> |
8010 | 12090 | ||
8011 | * [r635] plugins/check_mysql.c: | 12091 | * plugins/check_dns.c: Timings in milliseconds and nicer output git-svn-id: |
8012 | markup for translation | ||
8013 | 12092 | ||
8014 | 2003-08-02 22:06 kdebisschop | 12093 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@400 f882894a-f735-0410-b71e-b25c423dba1c |
8015 | 12094 | ||
8016 | * [r634] plugins/check_fping.c, plugins/check_game.c, | 12095 | 2003-03-11 Ton Voon <tonvoon@users.sourceforge.net> |
8017 | plugins/check_mysql.c, plugins/check_snmp.c, plugins/utils.h: | ||
8018 | markupf for translation | ||
8019 | 12096 | ||
8020 | 2003-08-02 18:22 kdebisschop | 12097 | * plugins-scripts/.cvsignore: Add script ignores git-svn-id: |
8021 | 12098 | ||
8022 | * [r633] plugins/utils.c, plugins/utils.h: | 12099 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@399 f882894a-f735-0410-b71e-b25c423dba1c |
8023 | ifdef so utils.h can be header for utils.c | ||
8024 | 12100 | ||
8025 | 2003-08-02 18:22 kdebisschop | 12101 | 2003-03-11 Ton Voon <tonvoon@users.sourceforge.net> |
8026 | 12102 | ||
8027 | * [r632] plugins/check_fping.c, plugins/check_snmp.c: | 12103 | * plugins/negate.c: Remove getopt_long checks git-svn-id: |
8028 | markup for translation | ||
8029 | 12104 | ||
8030 | 2003-08-02 16:42 kdebisschop | 12105 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@398 f882894a-f735-0410-b71e-b25c423dba1c |
8031 | 12106 | ||
8032 | * [r631] plugins/check_by_ssh.c, plugins/check_dig.c, | 12107 | 2003-03-11 Ton Voon <tonvoon@users.sourceforge.net> |
8033 | plugins/check_disk.c, plugins/check_dns.c, plugins/check_dummy.c, | ||
8034 | plugins/check_pgsql.c, plugins/check_swap.c, plugins/check_tcp.c, | ||
8035 | plugins/utils.h: | ||
8036 | establish "UT_" namespace for usage text in #defines | ||
8037 | 12108 | ||
8038 | 2003-08-02 16:42 kdebisschop | 12109 | * plugins/negate.c: Fixed reading too many argv parameters and |
12110 | changed to asprintf git-svn-id: | ||
8039 | 12111 | ||
8040 | * [r630] plugins/check_snmp.c: | 12112 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@397 f882894a-f735-0410-b71e-b25c423dba1c |
8041 | markup for translation | ||
8042 | 12113 | ||
8043 | 2003-08-01 23:56 kdebisschop | 12114 | 2003-03-11 Ton Voon <tonvoon@users.sourceforge.net> |
8044 | 12115 | ||
8045 | * [r628] plugins/check_dns.c: | 12116 | * plugins/check_by_ssh.c, plugins/check_dig.c, |
8046 | terminate in error_scan() so meaningfull errors can be sent | 12117 | plugins/check_disk.c, plugins/check_dns.c, plugins/check_fping.c, |
12118 | plugins/check_hpjd.c, plugins/check_http.c, | ||
12119 | plugins/check_ide-smart.c, plugins/check_ldap.c, | ||
12120 | plugins/check_load.c, plugins/check_mrtg.c, | ||
12121 | plugins/check_mrtgtraf.c, plugins/check_mysql.c, | ||
12122 | plugins/check_nagios.c, plugins/check_nt.c, plugins/check_nwstat.c, | ||
12123 | plugins/check_overcr.c, plugins/check_pgsql.c, | ||
12124 | plugins/check_ping.c, plugins/check_procs.c, | ||
12125 | plugins/check_radius.c, plugins/check_real.c, plugins/check_smtp.c, | ||
12126 | plugins/check_snmp.c, plugins/check_ssh.c, plugins/check_swap.c, | ||
12127 | plugins/check_tcp.c, plugins/check_time.c, plugins/check_udp.c, | ||
12128 | plugins/check_ups.c, plugins/check_users.c, plugins/check_vsz.c: | ||
12129 | Remove getopt_long checks git-svn-id: | ||
8047 | 12130 | ||
8048 | 2003-08-01 06:04 kdebisschop | 12131 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@396 f882894a-f735-0410-b71e-b25c423dba1c |
8049 | 12132 | ||
8050 | * [r627] plugins/check_dummy.c: | 12133 | 2003-03-11 Jeremy T. Bouse <undrgrid@users.sourceforge.net> |
8051 | mark for transaltion | ||
8052 | 12134 | ||
8053 | 2003-08-01 06:03 kdebisschop | 12135 | * configure.in: Fixed some ping6 variables git-svn-id: |
8054 | 12136 | ||
8055 | * [r626] plugins/check_dns.c: | 12137 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@395 f882894a-f735-0410-b71e-b25c423dba1c |
8056 | do not translate the strings that will be compared to utility | ||
8057 | output - LC_ALL is set to C so those strings should be | ||
8058 | untranslated regardless of the system settings | ||
8059 | 12138 | ||
8060 | 2003-08-01 06:01 kdebisschop | 12139 | 2003-03-11 Jeremy T. Bouse <undrgrid@users.sourceforge.net> |
8061 | 12140 | ||
8062 | * [r625] plugins/popen.c: | 12141 | * configure.in: Minor change to Karl's statfs check Inclusion of |
8063 | set LC_ALL to C in execve environemnt | 12142 | ICMPv6 ping tests to define PING6_COMMAND Minor fix to ps syntax |
12143 | checking to fix bug I introduced last nite git-svn-id: | ||
8064 | 12144 | ||
8065 | 2003-08-01 02:12 kdebisschop | 12145 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@394 f882894a-f735-0410-b71e-b25c423dba1c |
8066 | 12146 | ||
8067 | * [r624] plugins/Makefile.am: | 12147 | 2003-03-11 Jeremy T. Bouse <undrgrid@users.sourceforge.net> |
8068 | 'ln -f -s ...' is not reliable/portable. Use 'rm -f ...; ln -s | ||
8069 | ...' | ||
8070 | 12148 | ||
8071 | 2003-07-31 12:06 kdebisschop | 12149 | * Makefile.am, configure.in: Removed acconfig.h from EXTRA_DIST |
12150 | Fixed problem with test in SWAP_FORMAT and SWAP_COMMAND git-svn-id: | ||
8072 | 12151 | ||
8073 | * [r623] plugins/check_dns.c: | 12152 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@393 f882894a-f735-0410-b71e-b25c423dba1c |
8074 | mark for translation (note problem here - it relies on | ||
8075 | tranalation in underlying utility, which has a high chance of | ||
8076 | failing) | ||
8077 | 12153 | ||
8078 | 2003-07-31 11:02 kdebisschop | 12154 | 2003-03-11 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
8079 | 12155 | ||
8080 | * [r622] plugins/check_disk.c, plugins/utils.h: | 12156 | * configure.in, plugins/check_disk.c: use statfs for check_disk |
8081 | mark for translation | 12157 | (still needs fs scan) git-svn-id: |
8082 | 12158 | ||
8083 | 2003-07-30 11:39 kdebisschop | 12159 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@392 f882894a-f735-0410-b71e-b25c423dba1c |
8084 | 12160 | ||
8085 | * [r621] plugins/check_by_ssh.c: | 12161 | 2003-03-11 Jeremy T. Bouse <undrgrid@users.sourceforge.net> |
8086 | mark up for translation | ||
8087 | 12162 | ||
8088 | 2003-07-30 04:07 kdebisschop | 12163 | * acconfig.h, configure.in: Finishing clean-up of configure.in |
12164 | Removing acconfig.h as it's no longer needed git-svn-id: | ||
8089 | 12165 | ||
8090 | * [r620] plugins/check_dig.c, plugins/check_pgsql.c, | 12166 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@391 f882894a-f735-0410-b71e-b25c423dba1c |
8091 | plugins/check_swap.c, plugins/check_tcp.c, plugins/utils.h: | ||
8092 | markup for translation | ||
8093 | 12167 | ||
8094 | 2003-07-29 11:58 kdebisschop | 12168 | 2003-03-10 Jeremy T. Bouse <undrgrid@users.sourceforge.net> |
8095 | 12169 | ||
8096 | * [r619] plugins/check_pgsql.c, plugins/check_swap.c, | 12170 | * acconfig.h, configure.in: Cleaned up configure for PS and PING to |
8097 | plugins/check_tcp.c: | 12171 | produce cleaner config.h git-svn-id: |
8098 | mark for translation | ||
8099 | 12172 | ||
8100 | 2003-07-29 11:57 kdebisschop | 12173 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@390 f882894a-f735-0410-b71e-b25c423dba1c |
8101 | 12174 | ||
8102 | * [r618] plugins/utils.h: | 12175 | 2003-03-09 Jeremy T. Bouse <undrgrid@users.sourceforge.net> |
8103 | some shared text for internationalized help text | ||
8104 | 12176 | ||
8105 | 2003-07-29 05:49 kdebisschop | 12177 | * plugins/common.h.in: Make sure sys/socket.h is explicitly included |
12178 | if HAVE_SYS_SOCKET_H is defined git-svn-id: | ||
8106 | 12179 | ||
8107 | * [r617] plugins/utils.c: | 12180 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@389 f882894a-f735-0410-b71e-b25c423dba1c |
8108 | clean up warnings about ill-formed comment and string | ||
8109 | concatenation | ||
8110 | 12181 | ||
8111 | 2003-07-29 05:43 kdebisschop | 12182 | 2003-03-09 Ton Voon <tonvoon@users.sourceforge.net> |
8112 | 12183 | ||
8113 | * [r616] ., .cvsignore, ChangeLog, README, configure.in, | 12184 | * plugins/check_disk.c: Implement error-only option for check_disk |
8114 | lib/Makefile.am: | 12185 | (Ian Duggan) git-svn-id: |
8115 | bump to gettext 0.11.5 and cleanup GNU toolchain | ||
8116 | 12186 | ||
8117 | 2003-07-29 05:38 kdebisschop | 12187 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@388 f882894a-f735-0410-b71e-b25c423dba1c |
8118 | 12188 | ||
8119 | * [r615] ABOUT-NLS, INSTALL: | 12189 | 2003-03-08 Ton Voon <tonvoon@users.sourceforge.net> |
8120 | get from GNU files instead of storing in CVS | ||
8121 | 12190 | ||
8122 | 2003-07-29 05:03 kdebisschop | 12191 | * plugins/check_disk.c: Fix AIX /proc filesystem (Ian Duggan) git-svn-id: |
8123 | 12192 | ||
8124 | * [r614] tools/setup: | 12193 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@387 f882894a-f735-0410-b71e-b25c423dba1c |
8125 | move autopoint to start of gnu toolchain setup use | ||
8126 | --force-missing instead on manually copying files (manual process | ||
8127 | was broken on RedHat, and we should expect automake to do its job | ||
8128 | right anyway) | ||
8129 | 12194 | ||
8130 | 2003-07-29 03:06 kdebisschop | 12195 | 2003-03-08 Ton Voon <tonvoon@users.sourceforge.net> |
8131 | 12196 | ||
8132 | * [r613] configure.in: | 12197 | * configure.in: snprintf checks in configure.in like samba git-svn-id: |
8133 | look for getloadavg.c in $topdir/lib, not $srcdir/lib | ||
8134 | 12198 | ||
8135 | 2003-07-29 03:05 kdebisschop | 12199 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@386 f882894a-f735-0410-b71e-b25c423dba1c |
8136 | 12200 | ||
8137 | * [r612] plugins/check_http.c: | 12201 | 2003-03-08 Jeremy T. Bouse <undrgrid@users.sourceforge.net> |
8138 | patch attempt to reference undefined optarg (credit Paul Farrall) | ||
8139 | 12202 | ||
8140 | 2003-07-28 11:36 tonvoon | 12203 | * plugins/check_dns.c: Modified code to call is_addr() rather than |
12204 | is_dotted_quad() with the new AF indepdent function routines git-svn-id: | ||
8141 | 12205 | ||
8142 | * [r611] configure.in: | 12206 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@385 f882894a-f735-0410-b71e-b25c423dba1c |
8143 | - Specify srcdir so no confusion | ||
8144 | 12207 | ||
8145 | 2003-07-28 11:30 tonvoon | 12208 | 2003-03-08 Jeremy T. Bouse <undrgrid@users.sourceforge.net> |
8146 | 12209 | ||
8147 | * [r608] configure.in, lib/getloadavg.m4: | 12210 | * plugins/netutils.c, plugins/netutils.h.in, plugins/utils.c, |
8148 | Readded getloadavg.m4 as using autoconf 2.50+. This fixes redhat | 12211 | plugins/utils.h.in: AF indepedent routines introduced. Modifed |
8149 | 6.2 compiles | 12212 | process_request() & my_connect() parameters to make 'proto' type |
12213 | 'int' rather than 'char *' and use IPPROTO_* POSIX values. Removed | ||
12214 | is_dotted_quad() & my_inet_aton() functions Added is_addr(), | ||
12215 | is_inet_addr(), is_inet6_addr() and resolve_host_or_addr() functions | ||
12216 | to check whether it is a valid IP address Modified is_host() to call | ||
12217 | is_addr() and is_hostname() git-svn-id: | ||
8150 | 12218 | ||
8151 | 2003-07-26 12:15 kdebisschop | 12219 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@384 f882894a-f735-0410-b71e-b25c423dba1c |
8152 | 12220 | ||
8153 | * [r607] plugins/check_pgsql.c: | 12221 | 2003-03-08 Ton Voon <tonvoon@users.sourceforge.net> |
8154 | mark for translation | ||
8155 | 12222 | ||
8156 | 2003-07-26 12:13 kdebisschop | 12223 | * tools/sfsnapshot: Need to remove configure.in git-svn-id: |
8157 | 12224 | ||
8158 | * [r606] plugins/common.h: | 12225 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@383 f882894a-f735-0410-b71e-b25c423dba1c |
8159 | add S_ macor to mark message for both translation and inclusion | ||
8160 | into docbook SGML | ||
8161 | 12226 | ||
8162 | 2003-07-26 05:29 kdebisschop | 12227 | 2003-03-08 Ton Voon <tonvoon@users.sourceforge.net> |
8163 | 12228 | ||
8164 | * [r605] po/de.po, po/fr.po: | 12229 | * lib/Makefile.am, lib/snprintf.c, plugins/Makefile.am, |
8165 | updated check_tcp | 12230 | plugins/snprintf.c: Move snprintf into lib git-svn-id: |
8166 | 12231 | ||
8167 | 2003-07-26 05:25 kdebisschop | 12232 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@382 f882894a-f735-0410-b71e-b25c423dba1c |
8168 | 12233 | ||
8169 | * [r604] plugins/check_tcp.c, po/ChangeLog: | 12234 | 2003-03-08 Ton Voon <tonvoon@users.sourceforge.net> |
8170 | internationalization | ||
8171 | 12235 | ||
8172 | 2003-07-26 05:17 kdebisschop | 12236 | * tools/sfsnapshot: Have to run through whole automake procedure as |
12237 | datestamp in RELEASE variable git-svn-id: | ||
8173 | 12238 | ||
8174 | * [r603] intl, intl/.cvsignore, lib, lib/.cvsignore, po, | 12239 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@381 f882894a-f735-0410-b71e-b25c423dba1c |
8175 | po/.cvsignore: | ||
8176 | skip gettext files | ||
8177 | 12240 | ||
8178 | 2003-07-26 04:36 kdebisschop | 12241 | 2003-03-08 Ton Voon <tonvoon@users.sourceforge.net> |
8179 | 12242 | ||
8180 | * [r602] lib/Makefile.am: | 12243 | * tools/sfsnapshot: Added automake parameters for config.sub and |
8181 | checkins for internationalization | 12244 | config.guess git-svn-id: |
8182 | 12245 | ||
8183 | 2003-07-26 04:33 kdebisschop | 12246 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@380 f882894a-f735-0410-b71e-b25c423dba1c |
8184 | 12247 | ||
8185 | * [r601] lib/Makefile.am: | 12248 | 2003-03-08 Ton Voon <tonvoon@users.sourceforge.net> |
8186 | checkins for internationalization | ||
8187 | 12249 | ||
8188 | 2003-07-26 04:25 kdebisschop | 12250 | * tools/sfsnapshot: Fixed production OUT variable git-svn-id: |
8189 | 12251 | ||
8190 | * [r600] po/Makevars: | 12252 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@379 f882894a-f735-0410-b71e-b25c423dba1c |
8191 | checkins for internationalization | ||
8192 | 12253 | ||
8193 | 2003-07-26 04:17 kdebisschop | 12254 | 2003-03-08 Ton Voon <tonvoon@users.sourceforge.net> |
8194 | 12255 | ||
8195 | * [r599] configure.in, tools/setup: | 12256 | * tools/sfsnapshot: Adds MD5SUM file, creates multiple branch |
8196 | checkins for internationalization | 12257 | snapshots and doesn't rerun configure/automake/autoconf |
12258 | unnecessarily git-svn-id: | ||
8197 | 12259 | ||
8198 | 2003-07-26 04:17 kdebisschop | 12260 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@378 f882894a-f735-0410-b71e-b25c423dba1c |
8199 | 12261 | ||
8200 | * [r598] ., .cvsignore, ABOUT-NLS, ChangeLog, Makefile.am, | 12262 | 2003-03-08 Ton Voon <tonvoon@users.sourceforge.net> |
8201 | configure.in, lib/Makefile.am, lib/gettext.h, | ||
8202 | nagios-plugins.spec.in, plugins/Makefile.am, plugins/check_tcp.c, | ||
8203 | plugins/common.h, plugins/utils.c, po, po/LINGUAS, | ||
8204 | po/POTFILES.in, po/de.po, po/fr.po, tools/setup: | ||
8205 | checkins for internationalization | ||
8206 | 12263 | ||
8207 | 2003-07-21 12:06 kdebisschop | 12264 | * Makefile.am: Use Makefile's variables (to support a shortcut in |
12265 | sfsnapshot) git-svn-id: | ||
8208 | 12266 | ||
8209 | * [r597] plugins/common.h: | 12267 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@377 f882894a-f735-0410-b71e-b25c423dba1c |
8210 | add stubs to allow markup for translation | ||
8211 | 12268 | ||
8212 | 2003-07-21 11:53 kdebisschop | 12269 | 2003-03-07 Jeremy T. Bouse <undrgrid@users.sourceforge.net> |
8213 | 12270 | ||
8214 | * [r596] configure.in, plugins/common.h: | 12271 | * configure.in, lib/Makefile.am, lib/getaddrinfo.c, |
8215 | test GNU_SOURCE and include features.h if present to clear | 12272 | lib/getaddrinfo.h, lib/gethostbyname.c, lib/gethostbyname.h, |
8216 | warning about asprintf definition | 12273 | plugins/check_pgsql.c, plugins/common.h.in, plugins/netutils.c, |
12274 | plugins/netutils.h.in, tools/setup: Added getaddrinfo.[ch] & | ||
12275 | gethostbyname.[ch] to provide RFC2553 functions if missing in system | ||
12276 | libs and lwres not present Moved all references to netdb.h and | ||
12277 | sys/socket.h into common.h.in Modified automake call in tools/setup | ||
12278 | to include adding missing files so config.sub and config.guess will | ||
12279 | be available git-svn-id: | ||
8217 | 12280 | ||
8218 | 2003-07-20 14:40 kdebisschop | 12281 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@376 f882894a-f735-0410-b71e-b25c423dba1c |
8219 | 12282 | ||
8220 | * [r595] doc/developer-guidelines.sgml: | 12283 | 2003-03-07 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
8221 | must use '&' in attribute values instead of '&' id tokens | ||
8222 | (attibute values) must not have embedded spaces | ||
8223 | 12284 | ||
8224 | 2003-07-17 12:14 tonvoon | 12285 | * plugins/check_smtp.c: millisecond timing and perf data git-svn-id: |
8225 | 12286 | ||
8226 | * [r593] plugins-scripts/check_oracle.sh: | 12287 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@374 f882894a-f735-0410-b71e-b25c423dba1c |
8227 | - Cleanup comments | ||
8228 | 12288 | ||
8229 | 2003-07-17 09:35 tonvoon | 12289 | 2003-03-07 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
8230 | 12290 | ||
8231 | * [r592] doc/developer-guidelines.sgml: | 12291 | * plugins/check_smtp.c: whole timer loop was on the wrong side of |
8232 | Guidelines updated to use Sourceforge tracker system | 12292 | connection close code git-svn-id: |
8233 | 12293 | ||
8234 | 2003-07-11 22:20 tonvoon | 12294 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@373 f882894a-f735-0410-b71e-b25c423dba1c |
8235 | 12295 | ||
8236 | * [r591] doc/developer-guidelines.sgml: | 12296 | 2003-03-07 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
8237 | - Fixed CVS commit comments | ||
8238 | 12297 | ||
8239 | 2003-07-11 13:06 tonvoon | 12298 | * plugins/check_udp.c: fix for -H invocation of hostname git-svn-id: |
8240 | 12299 | ||
8241 | * [r590] doc/developer-guidelines.sgml: | 12300 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@372 f882894a-f735-0410-b71e-b25c423dba1c |
8242 | Added in practice of prefixing comments in CVS commits | ||
8243 | 12301 | ||
8244 | 2003-07-04 10:42 kdebisschop | 12302 | 2003-03-06 Jeremy T. Bouse <undrgrid@users.sourceforge.net> |
8245 | 12303 | ||
8246 | * [r586] configure.in, plugins/Makefile.am: | 12304 | * acinclude.m4, configure.in: Adds --with-lwres and |
8247 | only make links for check_spop and check_simap when SSL is built | 12305 | --enable-emulate-getaddrinfo but are not used in any of the code at |
8248 | into check_tcp | 12306 | this time. Has a check for IPv6 support but only runs if using the |
12307 | emulate-getaddrinfo routines, this needs to be modified. !!! I need | ||
12308 | input from results of this run on various platforms to see what | ||
12309 | results are seen in plugins/config.h so please help test !!! git-svn-id: | ||
8249 | 12310 | ||
8250 | 2003-07-03 16:49 tonvoon | 12311 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@371 f882894a-f735-0410-b71e-b25c423dba1c |
8251 | 12312 | ||
8252 | * [r585] plugins/check_procs.c: | 12313 | 2003-03-05 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
8253 | Fixed seg fault on some Sol 7/8 servers (Patch 764745 - Alexander | ||
8254 | Matey) | ||
8255 | 12314 | ||
8256 | 2003-07-03 15:00 tonvoon | 12315 | * plugins-scripts/check_ntp.pl: add "m" to regex for minutes git-svn-id: |
8257 | 12316 | ||
8258 | * [r584] tools/setup: | 12317 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@370 f882894a-f735-0410-b71e-b25c423dba1c |
8259 | Changing $() to `` to be compatible with Solaris' sh | ||
8260 | 12318 | ||
8261 | 2003-07-03 03:23 kdebisschop | 12319 | 2003-03-05 Ton Voon <tonvoon@users.sourceforge.net> |
8262 | 12320 | ||
8263 | * [r583] autogen.sh, tools/setup: | 12321 | * plugins/check_http.c: check_http min size option (680467 - Dave |
8264 | mv GNU toolchain check into tools/setup | 12322 | Viner) git-svn-id: |
8265 | 12323 | ||
8266 | 2003-07-03 03:19 kdebisschop | 12324 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@365 f882894a-f735-0410-b71e-b25c423dba1c |
8267 | 12325 | ||
8268 | * [r582] plugins/utils.c: | 12326 | 2003-03-04 Ton Voon <tonvoon@users.sourceforge.net> |
8269 | remove LABELLEN | ||
8270 | 12327 | ||
8271 | 2003-07-02 16:21 tonvoon | 12328 | * plugins/check_nt.c: Make output message for CPU Load a bit nicer git-svn-id: |
8272 | 12329 | ||
8273 | * [r581] plugins-scripts/check_oracle.sh: | 12330 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@364 f882894a-f735-0410-b71e-b25c423dba1c |
8274 | Check for ORA- errors for tablespace and cache (patch 755456 - | ||
8275 | Sven Meyer) | ||
8276 | 12331 | ||
8277 | 2003-07-02 15:57 tonvoon | 12332 | 2003-03-04 Ton Voon <tonvoon@users.sourceforge.net> |
8278 | 12333 | ||
8279 | * [r580] plugins-scripts/check_disk_smb.pl: | 12334 | * tools/sfsnapshot: To create nagiosplug daily snapshots on SF git-svn-id: |
8280 | Update error message from smbclient v2.2.7 (Patch 740132 - Cove | ||
8281 | Schneider) | ||
8282 | 12335 | ||
8283 | 2003-07-02 15:01 tonvoon | 12336 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@363 f882894a-f735-0410-b71e-b25c423dba1c |
8284 | 12337 | ||
8285 | * [r578] contrib/check_file_age.pl, plugins-scripts, | 12338 | 2003-03-03 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
8286 | plugins-scripts/.cvsignore, plugins-scripts/Makefile.am, | ||
8287 | plugins-scripts/check_file_age.pl, plugins-scripts/subst.in: | ||
8288 | Moving check_file_age into core | ||
8289 | 12339 | ||
8290 | 2003-07-02 14:39 tonvoon | 12340 | * plugins/check_ping.c: accept comma-delimted list of hosts for |
12341 | checking if a multihomed host is alive git-svn-id: | ||
8291 | 12342 | ||
8292 | * [r577] configure.in: | 12343 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@362 f882894a-f735-0410-b71e-b25c423dba1c |
8293 | Fixed SUPPORT message | ||
8294 | 12344 | ||
8295 | 2003-06-30 19:47 undrgrid | 12345 | 2003-03-02 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
8296 | 12346 | ||
8297 | * [r575] plugins/check_http.c, plugins/check_ldap.c, | 12347 | * plugins/check_ping.c: add logic to check multiple servers git-svn-id: |
8298 | plugins/check_smtp.c: | ||
8299 | Added -4 and -6 command line options into check_http, check_ldap | ||
8300 | and check_smtp | ||
8301 | 12348 | ||
8302 | 2003-06-30 18:52 undrgrid | 12349 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@361 f882894a-f735-0410-b71e-b25c423dba1c |
8303 | 12350 | ||
8304 | * [r574] plugins/check_ping.c, plugins/check_ssh.c, | 12351 | 2003-03-02 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
8305 | plugins/check_tcp.c, plugins/netutils.c: | ||
8306 | Corrections to get code to compile on systems without IPv6 | ||
8307 | support | ||
8308 | 12352 | ||
8309 | 2003-06-30 18:52 undrgrid | 12353 | * ChangeLog: update from CVS git-svn-id: |
8310 | 12354 | ||
8311 | * [r573] plugins/Makefile.am: | 12355 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@360 f882894a-f735-0410-b71e-b25c423dba1c |
8312 | Added check_simap & check_spop to check_tcp_programs If someone | ||
8313 | knows how to make this conditional in the Makefile only if being | ||
8314 | compiled with SSL I think this is the only way to make it better | ||
8315 | 12356 | ||
8316 | 2003-06-30 17:02 tonvoon | 12357 | 2003-03-02 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
8317 | 12358 | ||
8318 | * [r572] plugins/check_disk.c: | 12359 | * configure.in, nagios-plugins.spec.in: adjustments to remove beta |
8319 | Fixed support for "check_disk warn crit [path]" with thresholds | 12360 | tagging git-svn-id: |
8320 | at used levels | ||
8321 | 12361 | ||
8322 | 2003-06-29 19:54 undrgrid | 12362 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@359 f882894a-f735-0410-b71e-b25c423dba1c |
8323 | 12363 | ||
8324 | * [r571] configure.in, plugins/check_ldap.c: | 12364 | 2003-03-02 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
8325 | Included patch for check_ldap from Patch #753621 by Ziya Suzen | ||
8326 | 12365 | ||
8327 | 2003-06-29 19:22 undrgrid | 12366 | * ChangeLog: update from CVS git-svn-id: |
8328 | 12367 | ||
8329 | * [r570] plugins/check_ping.c, plugins/check_tcp.c: | 12368 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@358 f882894a-f735-0410-b71e-b25c423dba1c |
8330 | Changed usage output to show -4 and -6 are mutually exclusive. | ||
8331 | You can only use one or the other but not both. The last one used | ||
8332 | will win out. | ||
8333 | 12369 | ||
8334 | 2003-06-29 19:17 undrgrid | 12370 | 2003-03-01 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
8335 | 12371 | ||
8336 | * [r569] plugins/check_ping.c, plugins/netutils.c: | 12372 | * nagios-plugins.spec.in: we were missing some docs in the RPM git-svn-id: |
8337 | check_ping is now coded with -4 & -6 options to call PING or | ||
8338 | PING6 command netutils modified to verify hosts based on | ||
8339 | address_family setting when used with -4 or -6 options. | ||
8340 | is_inet_addr() will not be tested if -6 is used and | ||
8341 | is_inet6_addr() will not be tested if -4 is used. Also the | ||
8342 | is_hostname() will use the address_family value to resolve | ||
8343 | hostnames only if IPv6 support is available otherwise defaults to | ||
8344 | AF_INET. | ||
8345 | 12373 | ||
8346 | 2003-06-29 06:36 undrgrid | 12374 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@357 f882894a-f735-0410-b71e-b25c423dba1c |
8347 | 12375 | ||
8348 | * [r568] plugins/check_ssh.c, plugins/check_tcp.c, | 12376 | 2003-02-23 Subhendu Ghosh <sghosh@users.sourceforge.net> |
8349 | plugins/netutils.c, plugins/netutils.h: | ||
8350 | Added address_family extern int variable to netutils to allow for | ||
8351 | -4 & -6 options for explicit connection protocol Added support | ||
8352 | for -4 & -6 options to check_ssh and check_tcp for testing | ||
8353 | 12377 | ||
8354 | 2003-06-29 02:18 tonvoon | 12378 | * REQUIREMENTS: Novell requirements git-svn-id: |
8355 | 12379 | ||
8356 | * [r567] plugins/check_nwstat.c: | 12380 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@356 f882894a-f735-0410-b71e-b25c423dba1c |
8357 | Added NLM test (Phil Randal) | ||
8358 | 12381 | ||
8359 | 2003-06-29 01:52 tonvoon | 12382 | 2003-02-23 Subhendu Ghosh <sghosh@users.sourceforge.net> |
8360 | 12383 | ||
8361 | * [r566] plugins/check_swap.c: | 12384 | * contrib/check_bgpstate.pl: removed community string in CRIT |
8362 | Corrected reported size for PROC_MEMINFO systems | 12385 | message git-svn-id: |
8363 | 12386 | ||
8364 | 2003-06-29 01:36 tonvoon | 12387 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@355 f882894a-f735-0410-b71e-b25c423dba1c |
8365 | 12388 | ||
8366 | * [r565] tools/sfwebcron: | 12389 | 2003-02-22 Ton Voon <tonvoon@users.sourceforge.net> |
8367 | Fixed so goes to correct web area | ||
8368 | 12390 | ||
8369 | 2003-06-29 01:07 tonvoon | 12391 | * configure.in: Solaris and Unixware labels round the wrong way for |
12392 | swap command git-svn-id: | ||
8370 | 12393 | ||
8371 | * [r564] tools/sfwebcron: | 12394 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@354 f882894a-f735-0410-b71e-b25c423dba1c |
8372 | New tool to run on shell.sf.net to update the dev guidelines | ||
8373 | 12395 | ||
8374 | 2003-06-29 00:58 tonvoon | 12396 | 2003-02-22 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
8375 | 12397 | ||
8376 | * [r563] doc/makefile: | 12398 | * Makefile.am: provide target for nagios-plugins.spec git-svn-id: |
8377 | Fixed makefile | ||
8378 | 12399 | ||
8379 | 2003-06-27 18:47 undrgrid | 12400 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@353 f882894a-f735-0410-b71e-b25c423dba1c |
8380 | 12401 | ||
8381 | * [r562] plugins/netutils.c: | 12402 | 2003-02-22 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
8382 | Modified my_connect to include ai_socktype in the hints to be | ||
8383 | compliant with RFC3493 as pointed out by Janos Mohacsi. | ||
8384 | 12403 | ||
8385 | 2003-06-27 14:43 tonvoon | 12404 | * Makefile.am: add CODING FAQ LEGAL to distribution tarball git-svn-id: |
8386 | 12405 | ||
8387 | * [r561] configure.in, plugins/check_swap.c: | 12406 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@352 f882894a-f735-0410-b71e-b25c423dba1c |
8388 | Support for swap -s for solaris. Also changes size of swap to MBs | ||
8389 | through a conversion amount in configure. Possible breakage on | ||
8390 | other OSes | ||
8391 | 12407 | ||
8392 | 2003-06-27 12:04 tonvoon | 12408 | 2003-02-21 Ton Voon <tonvoon@users.sourceforge.net> |
8393 | 12409 | ||
8394 | * [r560] doc/makefile: | 12410 | * plugins/check_http.c: Fixed coredump with unallocated string git-svn-id: |
8395 | Remove if which check - done in tools/setup instead | ||
8396 | 12411 | ||
8397 | 2003-06-27 10:30 tonvoon | 12412 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@351 f882894a-f735-0410-b71e-b25c423dba1c |
8398 | 12413 | ||
8399 | * [r559] tools/setup: | 12414 | 2003-02-21 Ton Voon <tonvoon@users.sourceforge.net> |
8400 | Fiddling as Solaris' which command is broken | ||
8401 | 12415 | ||
8402 | 2003-06-26 23:33 tonvoon | 12416 | * plugins/check_dns.c: Strip leading spaces on dns return value |
12417 | (689563 - Simon L Nielsen) git-svn-id: | ||
8403 | 12418 | ||
8404 | * [r558] plugins/check_disk.c: | 12419 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@350 f882894a-f735-0410-b71e-b25c423dba1c |
8405 | Fixed different thresholds if using exclude lists | ||
8406 | 12420 | ||
8407 | 2003-06-25 15:43 tonvoon | 12421 | 2003-02-20 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
8408 | 12422 | ||
8409 | * [r557] plugins/check_disk.c: | 12423 | * plugins-scripts/check_disk_smb.pl: option regexs need to include ^ |
8410 | Support for different thresholds for different filesystems | 12424 | and $ git-svn-id: |
8411 | 12425 | ||
8412 | 2003-06-25 13:38 tonvoon | 12426 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@348 f882894a-f735-0410-b71e-b25c423dba1c |
8413 | 12427 | ||
8414 | * [r556] plugins/check_disk.c: | 12428 | 2003-02-19 Ton Voon <tonvoon@users.sourceforge.net> |
8415 | Removed -d option and just check against -p parameter | ||
8416 | 12429 | ||
8417 | 2003-06-25 13:28 tonvoon | 12430 | * lib/Makefile.am: Removing getloadavg.m4 from dist git-svn-id: |
8418 | 12431 | ||
8419 | * [r555] plugins/check_disk.c: | 12432 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@347 f882894a-f735-0410-b71e-b25c423dba1c |
8420 | Report errors if path specified not found | ||
8421 | 12433 | ||
8422 | 2003-06-25 13:16 tonvoon | 12434 | 2003-02-19 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
8423 | 12435 | ||
8424 | * [r554] plugins/check_disk.c: | 12436 | * INSTALL, configure.in, lib/getloadavg.m4, tools/setup: remove |
8425 | Problems compiling on SunOS 5.6 with gcc 2.8.1. Fixed by | 12437 | getloadavg.m4 git-svn-id: |
8426 | specifying floating variables, rather than letting asprintf work | ||
8427 | it out | ||
8428 | 12438 | ||
8429 | 2003-06-21 05:49 kdebisschop | 12439 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@346 f882894a-f735-0410-b71e-b25c423dba1c |
8430 | 12440 | ||
8431 | * [r552] plugins/Makefile.am: | 12441 | 2003-02-19 Ton Voon <tonvoon@users.sourceforge.net> |
8432 | soalris 8 needs 'ln -s -f' instead of 'ln -sf' | ||
8433 | 12442 | ||
8434 | 2003-06-21 05:23 kdebisschop | 12443 | * Makefile.am, configure.in, getloadavg.m4, lib/Makefile.am, |
12444 | lib/getloadavg.c, lib/getloadavg.m4, plugins/Makefile.am, | ||
12445 | plugins/getloadavg.c: Move getloadavg to lib directory. Must run | ||
12446 | "aclocal -I lib" git-svn-id: | ||
8435 | 12447 | ||
8436 | * [r549] plugins/check_http.c: | 12448 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@345 f882894a-f735-0410-b71e-b25c423dba1c |
8437 | add remaining URI_PATH chars per RFC 2396 remove '-' from | ||
8438 | URI_PORT | ||
8439 | 12449 | ||
8440 | 2003-06-12 04:46 undrgrid | 12450 | 2003-02-18 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
8441 | 12451 | ||
8442 | * [r548] command.cfg.in: | 12452 | * plugins/check_pgsql.c: spurious backslash escape git-svn-id: |
8443 | Renamed duplicate check_snmp command definitions to be unique | ||
8444 | 12453 | ||
8445 | 2003-06-12 04:16 undrgrid | 12454 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@344 f882894a-f735-0410-b71e-b25c423dba1c |
8446 | 12455 | ||
8447 | * [r547] command.cfg.in, configure.in: | 12456 | 2003-02-18 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
8448 | Made the two check_ifoperstatus commands unique to remove | ||
8449 | conflicts | ||
8450 | 12457 | ||
8451 | 2003-06-11 10:41 kdebisschop | 12458 | * configure.in: set tag for beta3, fix pgsql detection git-svn-id: |
8452 | 12459 | ||
8453 | * [r546] plugins/check_http.c: | 12460 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@343 f882894a-f735-0410-b71e-b25c423dba1c |
8454 | fix URI_PATH to allow ?&#: (more still should be allowed) fix | ||
8455 | class to be POSIX compliant | ||
8456 | 12461 | ||
8457 | 2003-06-10 05:04 kdebisschop | 12462 | 2003-02-18 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
8458 | 12463 | ||
8459 | * [r544] contrib/urlize.pl: | 12464 | * plugins/check_udp.c: never exited getopt loop git-svn-id: |
8460 | add comment about shell quote removal to address | ||
8461 | https://sourceforge.net/tracker/index.php?func=detail&aid=661916&group_id=29880&atid=397597 | ||
8462 | 12465 | ||
8463 | 2003-06-10 05:02 kdebisschop | 12466 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@342 f882894a-f735-0410-b71e-b25c423dba1c |
8464 | 12467 | ||
8465 | * [r543] plugins/urlize.c: | 12468 | 2003-02-18 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
8466 | add note about shell quote removal to address | ||
8467 | https://sourceforge.net/tracker/index.php?func=detail&aid=661916&group_id=29880&atid=397597 | ||
8468 | 12469 | ||
8469 | 2003-06-08 22:39 tonvoon | 12470 | * plugins/check_tcp.c: failed if header was more than 1023 bytes git-svn-id: |
8470 | 12471 | ||
8471 | * [r540] configure.in: | 12472 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@341 f882894a-f735-0410-b71e-b25c423dba1c |
8472 | Fixed quoting on SWAP_FORMAT | ||
8473 | 12473 | ||
8474 | 2003-06-08 22:22 tonvoon | 12474 | 2003-02-18 Ton Voon <tonvoon@users.sourceforge.net> |
8475 | 12475 | ||
8476 | * [r539] configure.in: | 12476 | * plugins/check_load.c: Fixed the output messages (Bug 688729 - |
8477 | Support for OpenBSD 3.2 & 3.3 ps (Julien Touche) | 12477 | Jayjay) git-svn-id: |
8478 | 12478 | ||
8479 | 2003-06-07 00:36 sghosh | 12479 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@340 f882894a-f735-0410-b71e-b25c423dba1c |
8480 | 12480 | ||
8481 | * [r537] plugins/check_real.c: | 12481 | 2003-02-18 Ton Voon <tonvoon@users.sourceforge.net> |
8482 | \r\n patch from Mathias | ||
8483 | 12482 | ||
8484 | 2003-06-04 22:17 tonvoon | 12483 | * Makefile.am: Add SUPPORT file to distribution git-svn-id: |
8485 | 12484 | ||
8486 | * [r533] plugins/check_disk.c: | 12485 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@339 f882894a-f735-0410-b71e-b25c423dba1c |
8487 | Argument to asprintf in wrong order | ||
8488 | 12486 | ||
8489 | 2003-06-04 21:17 tonvoon | 12487 | 2003-02-18 Ton Voon <tonvoon@users.sourceforge.net> |
8490 | 12488 | ||
8491 | * [r532] pkg/solaris/solpkg: | 12489 | * plugins/check_http.c: Fixed compiler warning and increased the SSL |
8492 | Remove /usr as well. Maybe this is best done by changing BASEDIR | 12490 | random key for a Solaris PRNG problem git-svn-id: |
8493 | to configure's prefix? | ||
8494 | 12491 | ||
8495 | 2003-06-02 14:46 kdebisschop | 12492 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@338 f882894a-f735-0410-b71e-b25c423dba1c |
8496 | 12493 | ||
8497 | * [r531] plugins/check_tcp.c: | 12494 | 2003-02-18 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
8498 | finish recv() loop when stream GT or EQ maxbytes (was GT) | ||
8499 | 12495 | ||
8500 | 2003-06-01 05:38 kdebisschop | 12496 | * configure.in: remainder of ps fix for UnixWare, and move [] in |
12497 | if/elif to indicate m4 quoting instead of test invocation git-svn-id: | ||
8501 | 12498 | ||
8502 | * [r529] plugins/check_tcp.c: | 12499 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@337 f882894a-f735-0410-b71e-b25c423dba1c |
8503 | allow user to limit number of bytes fetched fix some doco (wait | ||
8504 | is now delay, server_quit was not shown) | ||
8505 | 12500 | ||
8506 | 2003-05-31 14:39 kdebisschop | 12501 | 2003-02-18 Subhendu Ghosh <sghosh@users.sourceforge.net> |
8507 | 12502 | ||
8508 | * [r526] plugins/check_dns.c: | 12503 | * contrib/check_appletalk.pl: Appletalk ping plugin git-svn-id: |
8509 | first revised patch failed to trap the "break" in while() | ||
8510 | 12504 | ||
8511 | 2003-05-27 13:10 stanleyhopcroft | 12505 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@336 f882894a-f735-0410-b71e-b25c423dba1c |
8512 | 12506 | ||
8513 | * [r523] contrib/check_sap.sh: | 12507 | 2003-02-18 Subhendu Ghosh <sghosh@users.sourceforge.net> |
8514 | check_sap.sh plugin to check SAP /R3 servers from Karel Salavec | ||
8515 | and Tom De Blende. | ||
8516 | 12508 | ||
8517 | 2003-05-26 10:09 stanleyhopcroft | 12509 | * plugins/check_snmp.c: OID type prefix patch [Patches-679403] git-svn-id: |
8518 | 12510 | ||
8519 | * [r522] contrib/check_axis.sh, contrib/check_mssql.sh: | 12511 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@335 f882894a-f735-0410-b71e-b25c423dba1c |
8520 | Revisions to Tom De Blende contributed plugins: check_axis.sh and | ||
8521 | check_mssql.sh | ||
8522 | 12512 | ||
8523 | 2003-05-17 23:10 tonvoon | 12513 | 2003-02-18 Subhendu Ghosh <sghosh@users.sourceforge.net> |
8524 | 12514 | ||
8525 | * [r521] plugins/t/check_ftp.t: | 12515 | * plugins/check_swap.c: support for Large swap sizes git-svn-id: |
8526 | Fixed test (Mathew Ericson - 738609) | ||
8527 | 12516 | ||
8528 | 2003-05-17 17:59 tonvoon | 12517 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@334 f882894a-f735-0410-b71e-b25c423dba1c |
8529 | 12518 | ||
8530 | * [r520] plugins/t/check_load.t: | 12519 | 2003-02-18 Subhendu Ghosh <sghosh@users.sourceforge.net> |
8531 | Fixed tests (Mathew Ericson - 738607) | ||
8532 | 12520 | ||
8533 | 2003-05-17 17:50 tonvoon | 12521 | * configure.in: regex fix to catch *BSD swapinfo and not HP-UX error |
12522 | and memory/file swap in addition to device for HP-UX git-svn-id: | ||
8534 | 12523 | ||
8535 | * [r519] plugins/t/check_procs.t: | 12524 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@333 f882894a-f735-0410-b71e-b25c423dba1c |
8536 | Fixed test commands (Mathew Ericson - 738605) | ||
8537 | 12525 | ||
8538 | 2003-05-17 17:40 tonvoon | 12526 | 2003-02-17 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
8539 | 12527 | ||
8540 | * [r518] plugins/t/check_http.t: | 12528 | * configure.in: typo in testing uname output git-svn-id: |
8541 | Fixed tests (Mathew Ericson - 738608) | ||
8542 | 12529 | ||
8543 | 2003-05-17 17:36 tonvoon | 12530 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@332 f882894a-f735-0410-b71e-b25c423dba1c |
8544 | 12531 | ||
8545 | * [r517] plugins/t/check_tcp.t: | 12532 | 2003-02-17 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
8546 | Fixed tests (Mathew Ericson - 738604) CV: | ||
8547 | ---------------------------------------------------------------------- | ||
8548 | 12533 | ||
8549 | 2003-05-16 17:33 sghosh | 12534 | * configure.in: ping and swap for unixware git-svn-id: |
8550 | 12535 | ||
8551 | * [r515] plugins-scripts/check_ntp.pl: | 12536 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@331 f882894a-f735-0410-b71e-b25c423dba1c |
8552 | bug fix | ||
8553 | 12537 | ||
8554 | 2003-05-14 23:17 tonvoon | 12538 | 2003-02-17 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
8555 | 12539 | ||
8556 | * [r514] plugins/negate.c: | 12540 | * configure.in: library search dirs are part of LDFLAGS git-svn-id: |
8557 | Added examples | ||
8558 | 12541 | ||
8559 | 2003-05-14 21:59 tonvoon | 12542 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@330 f882894a-f735-0410-b71e-b25c423dba1c |
8560 | 12543 | ||
8561 | * [r513] plugins-scripts/check_mailq.pl: | 12544 | 2003-02-17 Subhendu Ghosh <sghosh@users.sourceforge.net> |
8562 | Added postfix support (Thomas Nilsen - 735218) | ||
8563 | 12545 | ||
8564 | 2003-05-14 21:51 tonvoon | 12546 | * REQUIREMENTS: location updates git-svn-id: |
8565 | 12547 | ||
8566 | * [r512] plugins/check_nwstat.c: | 12548 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@329 f882894a-f735-0410-b71e-b25c423dba1c |
8567 | Added DSVER and UPTIME checks (Phil Randal - 737617) | ||
8568 | 12549 | ||
8569 | 2003-05-14 21:49 tonvoon | 12550 | 2003-02-16 Ton Voon <tonvoon@users.sourceforge.net> |
8570 | 12551 | ||
8571 | * [r511] pkg/solaris/solpkg: | 12552 | * plugins/Makefile.am: Fixed dependencies for check_nt git-svn-id: |
8572 | Typo | ||
8573 | 12553 | ||
8574 | 2003-05-14 21:44 tonvoon | 12554 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@328 f882894a-f735-0410-b71e-b25c423dba1c |
8575 | 12555 | ||
8576 | * [r510] doc, doc/.cvsignore: | 12556 | 2003-02-16 Ton Voon <tonvoon@users.sourceforge.net> |
8577 | Ignore developer-guidelines.html as generated from docbook | ||
8578 | 12557 | ||
8579 | 2003-05-14 21:39 tonvoon | 12558 | * plugins/check_nt.c: Coredump if no variable set (reported by Marc |
12559 | C. Poulin) git-svn-id: | ||
8580 | 12560 | ||
8581 | * [r509] Makefile.am, pkg/solaris/pkginfo.in, pkg/solaris/solpkg: | 12561 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@327 f882894a-f735-0410-b71e-b25c423dba1c |
8582 | Remove dependency on gnu make | ||
8583 | 12562 | ||
8584 | 2003-05-13 23:20 tonvoon | 12563 | 2003-02-16 Ethan Galstad <egalstad@users.sourceforge.net> |
8585 | 12564 | ||
8586 | * [r508] doc/developer-guidelines.sgml: | 12565 | * contrib/check_dhcp.c: Interface patch byor Clemens Resen git-svn-id: |
8587 | Updated docs to include comments, contrib->main, getopts_long and | ||
8588 | verbose output levels | ||
8589 | 12566 | ||
8590 | 2003-05-13 22:23 tonvoon | 12567 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@326 f882894a-f735-0410-b71e-b25c423dba1c |
8591 | 12568 | ||
8592 | * [r507] tools/sfsnapshot: | 12569 | 2003-02-16 Subhendu Ghosh <sghosh@users.sourceforge.net> |
8593 | Calls tools/setup and creates a README for the snapshot directory | ||
8594 | 12570 | ||
8595 | 2003-05-13 22:03 tonvoon | 12571 | * plugins-scripts/check_ntp.pl: all alphanumeric accepted for refid |
12572 | on ntpq git-svn-id: | ||
8596 | 12573 | ||
8597 | * [r506] doc/developer-guidelines.html, doc/makefile, tools/setup: | 12574 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@325 f882894a-f735-0410-b71e-b25c423dba1c |
8598 | The developer-guidelines.html file is now generated from the sgml | ||
8599 | file by docbook2html at tools/setup time | ||
8600 | 12575 | ||
8601 | 2003-05-13 12:14 stanleyhopcroft | 12576 | 2003-02-12 Ton Voon <tonvoon@users.sourceforge.net> |
8602 | 12577 | ||
8603 | * [r505] contrib/tarballs/hopcroft-plugins.tar.gz: | 12578 | * plugins/.cvsignore: Added extra plugins git-svn-id: |
8604 | Removed contrib/tarballs/hopcroft-plugins.tar.gz. This is | ||
8605 | archaic, anachronistic, unmaintained and humblingly embarrassing. | ||
8606 | 12579 | ||
8607 | 2003-05-13 12:13 stanleyhopcroft | 12580 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@324 f882894a-f735-0410-b71e-b25c423dba1c |
8608 | 12581 | ||
8609 | * [r504] contrib/check_mssql.sh: | 12582 | 2003-02-12 Ton Voon <tonvoon@users.sourceforge.net> |
8610 | check_mssql.sh. A new plugin from Mr T DE BLENDE to check MS | ||
8611 | SQLServer databases. | ||
8612 | 12583 | ||
8613 | 2003-05-09 03:22 kdebisschop | 12584 | * lib/.cvsignore: Add ignore files git-svn-id: |
8614 | 12585 | ||
8615 | * [r503] plugins/check_http.c: | 12586 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@323 f882894a-f735-0410-b71e-b25c423dba1c |
8616 | fix error when server closes connection immediately | ||
8617 | 12587 | ||
8618 | 2003-05-09 03:00 kdebisschop | 12588 | 2003-02-12 Ton Voon <tonvoon@users.sourceforge.net> |
8619 | 12589 | ||
8620 | * [r501] plugins/check_snmp.c: | 12590 | * plugins/negate.c: Remove unnecessary \ and fix coredump with no |
8621 | cause snmpget try try for 1 second less than the timeout | 12591 | parameters specified git-svn-id: |
8622 | (allowing plugin to force close if needed) | ||
8623 | 12592 | ||
8624 | 2003-05-07 18:01 undrgrid | 12593 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@322 f882894a-f735-0410-b71e-b25c423dba1c |
8625 | 12594 | ||
8626 | * [r500] plugins/check_ping.c: | 12595 | 2003-02-12 Ton Voon <tonvoon@users.sourceforge.net> |
8627 | Modified check_ping to handle IPv6 as well as IPv4 ICMP checks | ||
8628 | using the PING6_COMMAND determined during the configure script | ||
8629 | execution. As USE_IPV6 may be defined and PING6_COMMAND is not | ||
8630 | defined if there is not IPv6 TCP stack available when configure | ||
8631 | is run I condition it off PING6_COMMAND existing to remove build | ||
8632 | errors for being undefined. | ||
8633 | 12596 | ||
8634 | 2003-04-25 09:07 sghosh | 12597 | * plugins/check_http.c: Remove unnecessary \ - complaints from |
12598 | Tru64's cc compiler git-svn-id: | ||
8635 | 12599 | ||
8636 | * [r499] plugins-scripts/check_ntp.pl: | 12600 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@321 f882894a-f735-0410-b71e-b25c423dba1c |
8637 | corrected output units | ||
8638 | 12601 | ||
8639 | 2003-04-23 04:58 kdebisschop | 12602 | 2003-02-12 Ton Voon <tonvoon@users.sourceforge.net> |
8640 | 12603 | ||
8641 | * [r498] plugins/check_http.c: | 12604 | * configure.in: Inadequate quoting for PS_FORMAT & removal of grep |
8642 | update to RFC1123 hostname specs | 12605 | "*** for Tru64 git-svn-id: |
8643 | 12606 | ||
8644 | 2003-04-17 05:56 kdebisschop | 12607 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@320 f882894a-f735-0410-b71e-b25c423dba1c |
8645 | 12608 | ||
8646 | * [r497] nagios-plugins.spec.in: | 12609 | 2003-02-12 Subhendu Ghosh <sghosh@users.sourceforge.net> |
8647 | add check_nt, drop check_vsz | ||
8648 | 12610 | ||
8649 | 2003-04-17 05:55 kdebisschop | 12611 | * command.cfg.in: forced ntpq jitter check git-svn-id: |
8650 | 12612 | ||
8651 | * [r496] plugins/check_dig.c, plugins/check_tcp.c, | 12613 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@319 f882894a-f735-0410-b71e-b25c423dba1c |
8652 | plugins/check_users.c: | ||
8653 | code cleanup to clear strict compiler warnings | ||
8654 | 12614 | ||
8655 | 2003-04-17 05:36 kdebisschop | 12615 | 2003-02-12 Subhendu Ghosh <sghosh@users.sourceforge.net> |
8656 | 12616 | ||
8657 | * [r495] plugins/check_dig.c, plugins/check_tcp.c, | 12617 | * plugins-scripts/check_ifoperstatus.pl: added timeout alarm git-svn-id: |
8658 | plugins/netutils.c: | ||
8659 | code cleanup to clear strict compiler warnings | ||
8660 | 12618 | ||
8661 | 2003-04-16 15:06 sghosh | 12619 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@318 f882894a-f735-0410-b71e-b25c423dba1c |
8662 | 12620 | ||
8663 | * [r493] plugins/check_real.c: | 12621 | 2003-02-12 Subhendu Ghosh <sghosh@users.sourceforge.net> |
8664 | reset to old behavior of not checking stream by default | ||
8665 | 12622 | ||
8666 | 2003-04-13 04:49 sghosh | 12623 | * plugins-scripts/check_ntp.pl: fixed regex for stratum1 peer, added |
12624 | logic for failed ntpq call(e.g. sntp host) git-svn-id: | ||
8667 | 12625 | ||
8668 | * [r492] plugins/check_hpjd.c: | 12626 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@317 f882894a-f735-0410-b71e-b25c423dba1c |
8669 | reduce compiler warning between gcc3 and gcc2.96 | ||
8670 | 12627 | ||
8671 | 2003-04-13 04:28 sghosh | 12628 | 2003-02-11 Ton Voon <tonvoon@users.sourceforge.net> |
8672 | 12629 | ||
8673 | * [r491] configure.in, plugins-scripts/utils.pm.in: | 12630 | * plugins/check_mysql.c: Patch by Dave Viner for seg fault on RH 7.3 |
8674 | update for check_mailq - qmail support | 12631 | (655903) git-svn-id: |
8675 | 12632 | ||
8676 | 2003-04-13 04:23 sghosh | 12633 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@316 f882894a-f735-0410-b71e-b25c423dba1c |
8677 | 12634 | ||
8678 | * [r490] plugins-scripts/check_mailq.pl: | 12635 | 2003-02-10 Ton Voon <tonvoon@users.sourceforge.net> |
8679 | Added sendmail multi-queue support (Canau), merged qmail support | ||
8680 | (Schmid) | ||
8681 | 12636 | ||
8682 | 2003-04-11 23:47 tonvoon | 12637 | * configure.in: Update with references to REQUIREMENTS git-svn-id: |
8683 | 12638 | ||
8684 | * [r488] plugins/check_procs.c: | 12639 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@315 f882894a-f735-0410-b71e-b25c423dba1c |
8685 | Match -a STRING anywhere in ps args (Laurent Vaslin - 719783) | ||
8686 | 12640 | ||
8687 | 2003-04-11 22:36 sghosh | 12641 | 2003-02-10 Ton Voon <tonvoon@users.sourceforge.net> |
8688 | 12642 | ||
8689 | * [r487] plugins-scripts/check_ifstatus.pl: | 12643 | * Requirements: Remove file, superceded by REQUIREMENTS git-svn-id: |
8690 | added feature -u (list of unused ifIndex) | ||
8691 | 12644 | ||
8692 | 2003-04-11 22:09 sghosh | 12645 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@314 f882894a-f735-0410-b71e-b25c423dba1c |
8693 | 12646 | ||
8694 | * [r486] plugins-scripts/check_ifstatus.pl: | 12647 | 2003-02-10 Ton Voon <tonvoon@users.sourceforge.net> |
8695 | bug 691412, added feature -x (list of excluded ifTypes) | ||
8696 | 12648 | ||
8697 | 2003-04-11 18:44 sghosh | 12649 | * plugins/getopt.c, plugins/getopt.h, plugins/getopt1.c: Removing |
12650 | getopt files - now in new lib directory git-svn-id: | ||
8698 | 12651 | ||
8699 | * [r485] plugins/check_hpjd.c: | 12652 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@313 f882894a-f735-0410-b71e-b25c423dba1c |
8700 | patch 698384 - order of args to snmpget + print a bit of stderr | ||
8701 | 12653 | ||
8702 | 2003-04-09 03:46 kdebisschop | 12654 | 2003-02-10 Ton Voon <tonvoon@users.sourceforge.net> |
8703 | 12655 | ||
8704 | * [r483] plugins/check_hpjd.c, plugins/check_http.c, | 12656 | * lib/Makefile.am, lib/getopt.c, lib/getopt.h, lib/getopt1.c: New |
8705 | plugins/check_nt.c: | 12657 | directory for common library files git-svn-id: |
8706 | cleanup to suppress various strict compiler warnings | ||
8707 | 12658 | ||
8708 | 2003-04-09 03:44 kdebisschop | 12659 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@312 f882894a-f735-0410-b71e-b25c423dba1c |
8709 | 12660 | ||
8710 | * [r482] plugins/common.h: | 12661 | 2003-02-10 Ton Voon <tonvoon@users.sourceforge.net> |
8711 | rewrite #elif to be compatible with traditional C | ||
8712 | 12662 | ||
8713 | 2003-04-09 02:09 kdebisschop | 12663 | * plugins/common.h.in: Added in a define for HAVE_GETOPT_H for |
12664 | backwards compatibility git-svn-id: | ||
8714 | 12665 | ||
8715 | * [r481] plugins/Makefile.am: | 12666 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@311 f882894a-f735-0410-b71e-b25c423dba1c |
8716 | check_game needs popen.c now | ||
8717 | 12667 | ||
8718 | 2003-04-08 20:38 tonvoon | 12668 | 2003-02-10 Ton Voon <tonvoon@users.sourceforge.net> |
8719 | 12669 | ||
8720 | * [r479] command.cfg.in: | 12670 | * plugins/Makefile.am: Remove unnecessary getopt references and link |
8721 | Updated command for new check_procs | 12671 | in lib directory git-svn-id: |
8722 | 12672 | ||
8723 | 2003-04-08 20:37 tonvoon | 12673 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@310 f882894a-f735-0410-b71e-b25c423dba1c |
8724 | 12674 | ||
8725 | * [r478] plugins/check_hpjd.c, plugins/check_nt.c: | 12675 | 2003-02-10 Ton Voon <tonvoon@users.sourceforge.net> |
8726 | Changed // to /* */ comments as some compilers do not like them | ||
8727 | 12676 | ||
8728 | 2003-04-08 00:00 stanleyhopcroft | 12677 | * configure.in: Removing checks for getopt.h - now always available. |
12678 | Also support lib dir git-svn-id: | ||
8729 | 12679 | ||
8730 | * [r477] contrib/check_axis.sh: | 12680 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@309 f882894a-f735-0410-b71e-b25c423dba1c |
8731 | check_axis.sh (Axis 5xx print servers) from Tom De Blende | ||
8732 | 12681 | ||
8733 | 2003-04-07 23:40 tonvoon | 12682 | 2003-02-10 Ton Voon <tonvoon@users.sourceforge.net> |
8734 | 12683 | ||
8735 | * [r476] plugins/check_procs.c: | 12684 | * Makefile.am: Adding lib directory for getopts change git-svn-id: |
8736 | Fixed zombie processes | ||
8737 | 12685 | ||
8738 | 2003-04-07 23:16 tonvoon | 12686 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@308 f882894a-f735-0410-b71e-b25c423dba1c |
8739 | 12687 | ||
8740 | * [r475] configure.in: | 12688 | 2003-02-10 Ton Voon <tonvoon@users.sourceforge.net> |
8741 | Missed some PS_FORMAT strings | ||
8742 | 12689 | ||
8743 | 2003-04-07 22:53 tonvoon | 12690 | * configure.in: Fixed Tru64 ps command (Bug 669585 - Paula Arnold) git-svn-id: |
8744 | 12691 | ||
8745 | * [r474] configure.in, plugins/Makefile.am, plugins/check_nagios.c, | 12692 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@307 f882894a-f735-0410-b71e-b25c423dba1c |
8746 | plugins/check_procs.c, plugins/check_vsz.c: | ||
8747 | Souped up check_procs with different metrics | ||
8748 | 12693 | ||
8749 | 2003-04-07 21:21 tonvoon | 12694 | 2003-02-10 Jeremy T. Bouse <undrgrid@users.sourceforge.net> |
8750 | 12695 | ||
8751 | * [r472] plugins/check_snmp.c: | 12696 | * plugins/check_ssh.c: Added argc checks before attempting to access |
8752 | Removed unnecessary regex array | 12697 | argv[] Corrected return codes and output git-svn-id: |
8753 | 12698 | ||
8754 | 2003-04-07 11:39 kdebisschop | 12699 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@306 f882894a-f735-0410-b71e-b25c423dba1c |
8755 | 12700 | ||
8756 | * [r471] plugins/check_http.c: | 12701 | 2003-02-10 Jeremy T. Bouse <undrgrid@users.sourceforge.net> |
8757 | ste timeout one second greater than critical time | ||
8758 | 12702 | ||
8759 | 2003-04-07 11:38 kdebisschop | 12703 | * plugins/check_ssh.c: Revised code to use resolving and connection |
12704 | code in utils.c and netutils.c rather than its own functions. | ||
12705 | Corrected code to properly handle input of server hostname and port | ||
12706 | on commandline without option flags. git-svn-id: | ||
8760 | 12707 | ||
8761 | * [r470] plugins/check_game.c: | 12708 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@305 f882894a-f735-0410-b71e-b25c423dba1c |
8762 | had been grandfathered ibto core, finally use normal getopts, add | ||
8763 | options for player, max-player array positions | ||
8764 | 12709 | ||
8765 | 2003-04-03 21:21 tonvoon | 12710 | 2003-02-10 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
8766 | 12711 | ||
8767 | * [r469] plugins-scripts/check_oracle.sh: | 12712 | * contrib/check_fping_in.c: this plugin is in core as check_fping git-svn-id: |
8768 | Cleaned up cache output | ||
8769 | 12713 | ||
8770 | 2003-04-01 22:24 tonvoon | 12714 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@304 f882894a-f735-0410-b71e-b25c423dba1c |
8771 | 12715 | ||
8772 | * [r468] plugins-scripts/check_oracle.sh: | 12716 | 2003-02-09 Jeremy T. Bouse <undrgrid@users.sourceforge.net> |
8773 | Fixed sqlplus calls and rearranged parameters for --tablespace & | ||
8774 | --cache | ||
8775 | 12717 | ||
8776 | 2003-04-01 04:00 kdebisschop | 12718 | * tools/setup: Reordered program calls so autoheader was called |
12719 | before automake thus getting rid of errors for header files not | ||
12720 | being present when automake was called. Also puts it inline with | ||
12721 | documentation in INSTALL & INSTALLING git-svn-id: | ||
8777 | 12722 | ||
8778 | * [r467] configure.in: | 12723 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@303 f882894a-f735-0410-b71e-b25c423dba1c |
8779 | remove PATH_PROG call for autoconf/automake components | ||
8780 | 12724 | ||
8781 | 2003-03-31 12:49 kdebisschop | 12725 | 2003-02-09 Subhendu Ghosh <sghosh@users.sourceforge.net> |
8782 | 12726 | ||
8783 | * [r466] plugins/check_disk.c: | 12727 | * contrib/check_adptraid.sh, contrib/check_compaq_insight.pl, |
8784 | checkpoint supresses iso9660 adds option for checking only local | 12728 | contrib/check_file_age.pl: new plugins git-svn-id: |
8785 | adds choice of scale factor | ||
8786 | 12729 | ||
8787 | 2003-03-27 22:53 tonvoon | 12730 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@302 f882894a-f735-0410-b71e-b25c423dba1c |
8788 | 12731 | ||
8789 | * [r465] plugins/check_nwstat.c: | 12732 | 2003-02-09 Subhendu Ghosh <sghosh@users.sourceforge.net> |
8790 | Extra Netware checks (Patch 710247 - Dietmar Ruzicka) | ||
8791 | 12733 | ||
8792 | 2003-03-26 05:37 tonvoon | 12734 | * contrib/README.TXT, contrib/readme.txt: file rename git-svn-id: |
8793 | 12735 | ||
8794 | * [r464] configure.in: | 12736 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@301 f882894a-f735-0410-b71e-b25c423dba1c |
8795 | ipv6 check requires unistd.h for Darwin | ||
8796 | 12737 | ||
8797 | 2003-03-26 03:57 tonvoon | 12738 | 2003-02-09 Subhendu Ghosh <sghosh@users.sourceforge.net> |
8798 | 12739 | ||
8799 | * [r463] configure.in, plugins/check_procs.c: | 12740 | * contrib/check_remote_nagios_status.pl, contrib/check_wins.pl, |
8800 | Removal of ps_raw and ps_vars | 12741 | contrib/sched_downtime.pl: more contribs git-svn-id: |
8801 | 12742 | ||
8802 | 2003-03-26 03:39 tonvoon | 12743 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@300 f882894a-f735-0410-b71e-b25c423dba1c |
8803 | 12744 | ||
8804 | * [r462] plugins/check_nagios.c: | 12745 | 2003-02-09 Subhendu Ghosh <sghosh@users.sourceforge.net> |
8805 | Uses same ps command as check_procs | ||
8806 | 12746 | ||
8807 | 2003-03-25 06:33 kdebisschop | 12747 | * : new version git-svn-id: |
8808 | 12748 | ||
8809 | * [r461] ., .cvsignore: | 12749 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@299 f882894a-f735-0410-b71e-b25c423dba1c |
8810 | subst is no longer used | ||
8811 | 12750 | ||
8812 | 2003-03-24 19:05 undrgrid | 12751 | 2003-02-09 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
8813 | 12752 | ||
8814 | * [r460] ., .cvsignore, Makefile.am: | 12753 | * CODING, README: spell check git-svn-id: |
8815 | Better stripping of prefix for Solaris package install needs to | ||
8816 | remove /usr/local as package installs there by default | ||
8817 | 12754 | ||
8818 | 2003-03-24 17:45 undrgrid | 12755 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@298 f882894a-f735-0410-b71e-b25c423dba1c |
8819 | 12756 | ||
8820 | * [r459] Makefile.am, pkg/solaris, pkg/solaris/.cvsignore, | 12757 | 2003-02-09 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
8821 | pkg/solaris/pkginfo.in, plugins/check_disk.c: | ||
8822 | Minor changes to build for Solaris packages | ||
8823 | 12758 | ||
8824 | 2003-03-24 16:23 tonvoon | 12759 | * FAQ: spell check git-svn-id: |
8825 | 12760 | ||
8826 | * [r458] plugins/check_procs.c: | 12761 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@297 f882894a-f735-0410-b71e-b25c423dba1c |
8827 | Use max_state | ||
8828 | 12762 | ||
8829 | 2003-03-24 02:57 tonvoon | 12763 | 2003-02-09 Subhendu Ghosh <sghosh@users.sourceforge.net> |
8830 | 12764 | ||
8831 | * [r457] tools/mail_error, tools/sfsnapshot: | 12765 | * SUPPORT: ispell git-svn-id: |
8832 | PATH set in correct place and extra comments | ||
8833 | 12766 | ||
8834 | 2003-03-24 02:44 tonvoon | 12767 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@296 f882894a-f735-0410-b71e-b25c423dba1c |
8835 | 12768 | ||
8836 | * [r456] tools/mail_error, tools/sfsnapshot: | 12769 | 2003-02-08 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
8837 | Bug fixes | ||
8838 | 12770 | ||
8839 | 2003-03-24 02:21 tonvoon | 12771 | * plugins/check_pgsql.c: use enum instead of define git-svn-id: |
8840 | 12772 | ||
8841 | * [r455] tools/mail_error: | 12773 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@295 f882894a-f735-0410-b71e-b25c423dba1c |
8842 | Sends email if non-zero return code from command | ||
8843 | 12774 | ||
8844 | 2003-03-24 02:19 tonvoon | 12775 | 2003-02-08 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
8845 | 12776 | ||
8846 | * [r454] tools/sfsnapshot: | 12777 | * FAQ: add item on submitting new plugins git-svn-id: |
8847 | Error code depending on number of files generated | ||
8848 | 12778 | ||
8849 | 2003-03-24 01:18 tonvoon | 12779 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@294 f882894a-f735-0410-b71e-b25c423dba1c |
8850 | 12780 | ||
8851 | * [r453] lib/ls-mntd-fs.m4: | 12781 | 2003-02-08 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
8852 | Using coreutils 4.5.11 version to fix Darwin problem | ||
8853 | 12782 | ||
8854 | 2003-03-24 00:42 tonvoon | 12783 | * SUPPORT: suggest minimum standards for support requests git-svn-id: |
8855 | 12784 | ||
8856 | * [r452] REQUIREMENTS: | 12785 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@293 f882894a-f735-0410-b71e-b25c423dba1c |
8857 | Add NSClient requirement for check_nt | ||
8858 | 12786 | ||
8859 | 2003-03-24 00:26 tonvoon | 12787 | 2003-02-08 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
8860 | 12788 | ||
8861 | * [r450] plugins/check_nt.c: | 12789 | * plugins/check_http.c: submit request with one send git-svn-id: |
8862 | Reference to web site to get NSClient | ||
8863 | 12790 | ||
8864 | 2003-03-23 07:01 undrgrid | 12791 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@292 f882894a-f735-0410-b71e-b25c423dba1c |
8865 | 12792 | ||
8866 | * [r449] Makefile.am, autogen.sh, configure.in, lib/Makefile.am, | 12793 | 2003-02-05 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
8867 | pkg, pkg/solaris, pkg/solaris/pkginfo.in, pkg/solaris/solpkg: | ||
8868 | Solaris package build system | ||
8869 | 12794 | ||
8870 | 2003-03-23 06:20 kdebisschop | 12795 | * configure.in: fix for SSL build on RedHat rawhide git-svn-id: |
8871 | 12796 | ||
8872 | * [r448] plugins/check_disk.c: | 12797 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@291 f882894a-f735-0410-b71e-b25c423dba1c |
8873 | can once again exclude indiviual path/partitions | ||
8874 | 12798 | ||
8875 | 2003-03-23 06:11 kdebisschop | 12799 | 2003-02-05 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
8876 | 12800 | ||
8877 | * [r447] plugins/check_disk.c: | 12801 | * plugins/check_dns.c: allow check to proceed using servers from |
8878 | add -X to exclude FS type, now works with more than one path/dev | 12802 | resolv.conf git-svn-id: |
8879 | specified | ||
8880 | 12803 | ||
8881 | 2003-03-22 13:23 kdebisschop | 12804 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@290 f882894a-f735-0410-b71e-b25c423dba1c |
8882 | 12805 | ||
8883 | * [r446] plugins/utils.c: | 12806 | 2003-02-05 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
8884 | declaration must precede printf | ||
8885 | 12807 | ||
8886 | 2003-03-21 14:08 kdebisschop | 12808 | * plugins/check_http.c: fix segfault due to bad asprintf invocation git-svn-id: |
8887 | 12809 | ||
8888 | * [r444] plugins/check_disk.c: | 12810 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@289 f882894a-f735-0410-b71e-b25c423dba1c |
8889 | checkpoint, allows selecting devices and paths now | ||
8890 | 12811 | ||
8891 | 2003-03-21 14:04 kdebisschop | 12812 | 2003-02-04 Subhendu Ghosh <sghosh@users.sourceforge.net> |
8892 | 12813 | ||
8893 | * [r443] configure.in: | 12814 | * plugins-scripts/Makefile.am: install user:grp perms [patch 679703 -Detlef Boehm] git-svn-id: |
8894 | instructions for posting plugin version number | ||
8895 | 12815 | ||
8896 | 2003-03-19 23:44 kdebisschop | 12816 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@288 f882894a-f735-0410-b71e-b25c423dba1c |
8897 | 12817 | ||
8898 | * [r442] plugins/check_by_ssh.c: | 12818 | 2003-02-04 Subhendu Ghosh <sghosh@users.sourceforge.net> |
8899 | allow to specify -1 and -2 for protocol version | ||
8900 | 12819 | ||
8901 | 2003-03-19 13:01 kdebisschop | 12820 | * plugins-scripts/check_flexlm.pl: lmstat output update git-svn-id: |
8902 | 12821 | ||
8903 | * [r440] plugins/utils.c, plugins/utils.h: | 12822 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@287 f882894a-f735-0410-b71e-b25c423dba1c |
8904 | make state_text a function | ||
8905 | 12823 | ||
8906 | 2003-03-19 12:59 kdebisschop | 12824 | 2003-02-04 Subhendu Ghosh <sghosh@users.sourceforge.net> |
8907 | 12825 | ||
8908 | * [r439] lib/mountlist.c, plugins/check_disk.c: | 12826 | * plugins-scripts/check_ntp.pl: corrected ntpdate offset to seconds git-svn-id: |
8909 | check_disk working with mountlist.c | ||
8910 | 12827 | ||
8911 | 2003-03-19 02:28 kdebisschop | 12828 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@286 f882894a-f735-0410-b71e-b25c423dba1c |
8912 | 12829 | ||
8913 | * [r438] Makefile.am, configure.in: | 12830 | 2003-02-03 Ton Voon <tonvoon@users.sourceforge.net> |
8914 | subst.* was replaced by dist-hook | ||
8915 | 12831 | ||
8916 | 2003-03-19 02:27 kdebisschop | 12832 | * plugins/check_snmp.c: Avoid core dump with null or invalid data |
12833 | (679400 - Mathieu Masseboeuf) git-svn-id: | ||
8917 | 12834 | ||
8918 | * [r437] subst.in, subst.sh: | 12835 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@285 f882894a-f735-0410-b71e-b25c423dba1c |
8919 | these were replaced by dist-hook | ||
8920 | 12836 | ||
8921 | 2003-03-18 15:18 kdebisschop | 12837 | 2003-02-03 Ton Voon <tonvoon@users.sourceforge.net> |
8922 | 12838 | ||
8923 | * [r436] configure.in: | 12839 | * plugins/Makefile.am: Patch for Mac OS X compile (652080 - Ton |
8924 | running the AFS macro causes newer AC/AM to barf | 12840 | Voon) git-svn-id: |
8925 | 12841 | ||
8926 | 2003-03-18 09:02 kdebisschop | 12842 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@284 f882894a-f735-0410-b71e-b25c423dba1c |
8927 | 12843 | ||
8928 | * [r435] configure.in: | 12844 | 2003-02-03 Subhendu Ghosh <sghosh@users.sourceforge.net> |
8929 | afs checking | ||
8930 | 12845 | ||
8931 | 2003-03-18 08:50 kdebisschop | 12846 | * : Citrix plugin git-svn-id: |
8932 | 12847 | ||
8933 | * [r434] lib/afs.m4, lib/ls-mntd-fs.m4: | 12848 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@283 f882894a-f735-0410-b71e-b25c423dba1c |
8934 | use AC_DEFINE_UNQOUTED | ||
8935 | 12849 | ||
8936 | 2003-03-18 08:47 kdebisschop | 12850 | 2003-02-03 Subhendu Ghosh <sghosh@users.sourceforge.net> |
8937 | 12851 | ||
8938 | * [r433] lib/ls-mntd-fs.m4: | 12852 | * command.cfg.in: more sample command configurations git-svn-id: |
8939 | stop warning on autoheader 2.13 | ||
8940 | 12853 | ||
8941 | 2003-03-18 07:57 kdebisschop | 12854 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@282 f882894a-f735-0410-b71e-b25c423dba1c |
8942 | 12855 | ||
8943 | * [r432] plugins/netutils.c, plugins/netutils.h: | 12856 | 2003-02-03 Subhendu Ghosh <sghosh@users.sourceforge.net> |
8944 | common.h was doubly included | ||
8945 | 12857 | ||
8946 | 2003-03-18 07:57 kdebisschop | 12858 | * configure.in, plugins-scripts/check_ntp.pl, |
12859 | plugins-scripts/utils.pm.in: change ntpdc to ntpq (Jonathan | ||
12860 | Rozes,Thomas Schimpke, bug-656237 ) git-svn-id: | ||
8947 | 12861 | ||
8948 | * [r431] plugins/common.h: | 12862 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@281 f882894a-f735-0410-b71e-b25c423dba1c |
8949 | use enum instead of define, remove some cruft from old snprintf | ||
8950 | implementation | ||
8951 | 12863 | ||
8952 | 2003-03-18 07:48 kdebisschop | 12864 | 2003-02-03 Subhendu Ghosh <sghosh@users.sourceforge.net> |
8953 | 12865 | ||
8954 | * [r430] configure.in, lib/Makefile.am, plugins/check_disk.c: | 12866 | * plugins-scripts/check_ntp.pl: patch for desync peer and ntpdate |
8955 | use GNU fileutils for check_disk | 12867 | (James Fidell) git-svn-id: |
8956 | 12868 | ||
8957 | 2003-03-18 07:47 kdebisschop | 12869 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@280 f882894a-f735-0410-b71e-b25c423dba1c |
8958 | 12870 | ||
8959 | * [r429] lib/afs.m4, lib/fstypename.m4, lib/fsusage.c, | 12871 | 2003-02-03 Subhendu Ghosh <sghosh@users.sourceforge.net> |
8960 | lib/fsusage.h, lib/fsusage.m4, lib/ls-mntd-fs.m4, | ||
8961 | lib/mountlist.c, lib/mountlist.h: | ||
8962 | from GNU fileutils for check_disk | ||
8963 | 12872 | ||
8964 | 2003-03-17 22:24 tonvoon | 12873 | * plugins-scripts/check_ifstatus.pl: bugfix [bug 651021 mperry2] git-svn-id: |
8965 | 12874 | ||
8966 | * [r428] plugins-scripts/check_oracle.sh: | 12875 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@279 f882894a-f735-0410-b71e-b25c423dba1c |
8967 | Allow default Oracle home from oratab (reported by Walbert | ||
8968 | Oberngruber) | ||
8969 | 12876 | ||
8970 | 2003-03-16 23:54 undrgrid | 12877 | 2003-02-03 Subhendu Ghosh <sghosh@users.sourceforge.net> |
8971 | 12878 | ||
8972 | * [r427] configure.in: | 12879 | * plugins/check_hpjd.c: added default community [bug-patch #600349 |
8973 | Modified to automatically enable getaddrinfo emulation if lwres | 12880 | jbaumgartner] git-svn-id: |
8974 | is not used and getaddrinfo is not found in the system. | ||
8975 | 12881 | ||
8976 | 2003-03-16 23:28 undrgrid | 12882 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@278 f882894a-f735-0410-b71e-b25c423dba1c |
8977 | 12883 | ||
8978 | * [r426] plugins/check_tcp.c, plugins/netutils.c, | 12884 | 2003-01-31 Ton Voon <tonvoon@users.sourceforge.net> |
8979 | plugins/netutils.h: | ||
8980 | Applied patch #660973 for tcp refusals | ||
8981 | 12885 | ||
8982 | 2003-03-15 01:28 undrgrid | 12886 | * plugins/check_procs.c: Fix for zombie processes on Solaris (Bug |
12887 | 677803 - Matthew Brown) git-svn-id: | ||
8983 | 12888 | ||
8984 | * [r425] configure.in: | 12889 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@277 f882894a-f735-0410-b71e-b25c423dba1c |
8985 | Left over debug define | ||
8986 | 12890 | ||
8987 | 2003-03-15 01:25 undrgrid | 12891 | 2003-01-31 Ton Voon <tonvoon@users.sourceforge.net> |
8988 | 12892 | ||
8989 | * [r424] configure.in, lib/Makefile.am, lib/getaddrinfo.c, | 12893 | * plugins/check_nt.c: Reapply all asprintf calls. Fix for %% problem |
8990 | lib/getaddrinfo.h, lib/gethostbyname.c, lib/gethostbyname.h, | 12894 | with -l flag. git-svn-id: |
8991 | plugins/Makefile.am, plugins/getaddrinfo.c, | ||
8992 | plugins/getaddrinfo.h, plugins/gethostbyname.c, | ||
8993 | plugins/gethostbyname.h, plugins/netutils.c, plugins/netutils.h, | ||
8994 | plugins/utils.c, plugins/utils.h: | ||
8995 | Spent the day working on backwards compatability using | ||
8996 | getaddrinfo() Moved getaddrinfo.? and gethostbyname.? from lib/ | ||
8997 | to plugins/ due to problems with compiling into the | ||
8998 | libnagiosplug.a as it required linking against socket libraries | ||
8999 | which are unneeded except for network based plugins. This code | ||
9000 | should hopefully happily work for all systems and has been tested | ||
9001 | prior to commit on Debian GNU/Linux, SPARC Solaris 7 and SPARC | ||
9002 | Solaris 9. | ||
9003 | 12895 | ||
9004 | 2003-03-14 13:28 kdebisschop | 12896 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@276 f882894a-f735-0410-b71e-b25c423dba1c |
9005 | 12897 | ||
9006 | * [r423] plugins-scripts/check_ntp.pl: | 12898 | 2003-01-31 Ton Voon <tonvoon@users.sourceforge.net> |
9007 | add timeout, fix taint chacking diom | ||
9008 | 12899 | ||
9009 | 2003-03-13 22:20 undrgrid | 12900 | * plugins/check_nt.c: Removed all unnecessary asprintf calls. |
12901 | Replaced with original check_nt.c to minimise amount of changes | ||
12902 | (reported by Reuben Farrelly) git-svn-id: | ||
9010 | 12903 | ||
9011 | * [r422] ., .cvsignore, configure.in, lib/Makefile.am: | 12904 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@275 f882894a-f735-0410-b71e-b25c423dba1c |
9012 | Working out issues with getaddrinfo emulation build environment | ||
9013 | 12905 | ||
9014 | 2003-03-13 21:14 tonvoon | 12906 | 2003-01-30 Ton Voon <tonvoon@users.sourceforge.net> |
9015 | 12907 | ||
9016 | * [r421] plugins/check_dns.c, plugins/check_http.c, | 12908 | * plugins/check_nt.c: Added reference to the official NSClient web |
9017 | plugins/check_tcp.c: | 12909 | site git-svn-id: |
9018 | Strip leading spaces in perf data | ||
9019 | 12910 | ||
9020 | 2003-03-13 21:10 tonvoon | 12911 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@274 f882894a-f735-0410-b71e-b25c423dba1c |
9021 | 12912 | ||
9022 | * [r420] plugins/check_smtp.c: | 12913 | 2003-01-30 Ton Voon <tonvoon@users.sourceforge.net> |
9023 | Perf data without leading spaces and fix ANSI C complaint about | ||
9024 | \n | ||
9025 | 12914 | ||
9026 | 2003-03-13 20:33 tonvoon | 12915 | * plugins/check_swap.c: Fixed long --allswap option git-svn-id: |
9027 | 12916 | ||
9028 | * [r419] plugins/check_tcp.c: | 12917 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@273 f882894a-f735-0410-b71e-b25c423dba1c |
9029 | Fix compiler warnings re progname | ||
9030 | 12918 | ||
9031 | 2003-03-13 06:52 undrgrid | 12919 | 2003-01-30 Ton Voon <tonvoon@users.sourceforge.net> |
9032 | 12920 | ||
9033 | * [r418] depcomp: | 12921 | * plugins/check_procs.c: Fixed progname git-svn-id: |
9034 | Removed auto-tools script that automake adds | ||
9035 | 12922 | ||
9036 | 2003-03-13 06:51 undrgrid | 12923 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@272 f882894a-f735-0410-b71e-b25c423dba1c |
9037 | 12924 | ||
9038 | * [r417] ., .cvsignore, configure.in, install-sh, missing, | 12925 | 2003-01-29 Ton Voon <tonvoon@users.sourceforge.net> |
9039 | mkinstalldirs, plugins, plugins/.cvsignore, plugins/Makefile.am, | ||
9040 | plugins/common.h, plugins/common.h.in, plugins/netutils.h, | ||
9041 | plugins/netutils.h.in, plugins/popen.h, plugins/popen.h.in, | ||
9042 | plugins/utils.c, plugins/utils.h, plugins/utils.h.in, | ||
9043 | plugins/version.h.in: | ||
9044 | Updated cvs ignore files to reflect changes Moved header files | ||
9045 | from being ran through configure to standard Removed auto-tools | ||
9046 | scripts that get added by automake | ||
9047 | 12926 | ||
9048 | 2003-03-13 06:00 kdebisschop | 12927 | * plugins/check_mrtgtraf.c: Fixed error and success codes (638656 - |
12928 | Paul Dlug) git-svn-id: | ||
9049 | 12929 | ||
9050 | * [r416] plugins/negate.c: | 12930 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@271 f882894a-f735-0410-b71e-b25c423dba1c |
9051 | negate must be POSIXly correct in handling options, else wrapped | ||
9052 | options get passed to it | ||
9053 | 12931 | ||
9054 | 2003-03-13 05:59 undrgrid | 12932 | 2003-01-29 Ton Voon <tonvoon@users.sourceforge.net> |
9055 | 12933 | ||
9056 | * [r415] configure.in: | 12934 | * plugins-scripts/check_oracle.sh: Added cache and tablespace check |
9057 | Removed --with-ipv6 configure option so it determines IPv6 | 12935 | (621567 - John Marquart) git-svn-id: |
9058 | availablity completely on it's own per suggestion by Karl | ||
9059 | 12936 | ||
9060 | 2003-03-12 22:13 undrgrid | 12937 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@270 f882894a-f735-0410-b71e-b25c423dba1c |
9061 | 12938 | ||
9062 | * [r413] plugins/check_tcp.c: | 12939 | 2003-01-29 Ton Voon <tonvoon@users.sourceforge.net> |
9063 | doco standarization | ||
9064 | 12940 | ||
9065 | 2003-03-12 19:50 undrgrid | 12941 | * plugins/Makefile.am, plugins/check_nt.c: Added in check_nt for bug |
12942 | 646516 git-svn-id: | ||
9066 | 12943 | ||
9067 | * [r412] configure.in, plugins-scripts/subst.in: | 12944 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@269 f882894a-f735-0410-b71e-b25c423dba1c |
9068 | Just a lil namespace clean-up | ||
9069 | 12945 | ||
9070 | 2003-03-12 17:42 undrgrid | 12946 | 2003-01-29 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
9071 | 12947 | ||
9072 | * [r411] configure.in: | 12948 | * plugins/check_mysql.c: remove incorrect check_disk() declaration git-svn-id: |
9073 | Minor fix to --with-ipv6 behavior | ||
9074 | 12949 | ||
9075 | 2003-03-12 17:11 undrgrid | 12950 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@268 f882894a-f735-0410-b71e-b25c423dba1c |
9076 | 12951 | ||
9077 | * [r410] autogen.sh, configure.in, plugins/utils.c, | 12952 | 2003-01-29 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
9078 | plugins/utils.h.in: | ||
9079 | Added autogen.sh script that rebuilds using autotools and runs | ||
9080 | configure Modified configure.in to include some debug build | ||
9081 | option info at the end of the scripts execution. Can be removed | ||
9082 | by release time. Modified configure.in to include a --with-ipv6 | ||
9083 | option Default build is without IPv6 support now to enable you | ||
9084 | need to use the --with-ipv6 command line option to configure. | ||
9085 | Modified plugins/utils.* to use USE_IPV6 | ||
9086 | 12953 | ||
9087 | 2003-03-12 07:05 kdebisschop | 12954 | * plugins/check_ldap.c: fix segfault when argc>=2 and the -H or -b |
12955 | options are not supplied git-svn-id: | ||
9088 | 12956 | ||
9089 | * [r409] plugins/check_disk.c: | 12957 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@267 f882894a-f735-0410-b71e-b25c423dba1c |
9090 | doco standarization | ||
9091 | 12958 | ||
9092 | 2003-03-12 06:44 kdebisschop | 12959 | 2003-01-29 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
9093 | 12960 | ||
9094 | * [r408] plugins/check_disk.c: | 12961 | * plugins/check_by_ssh.c: 1.8 git-svn-id: |
9095 | errors for statfs | ||
9096 | 12962 | ||
9097 | 2003-03-12 06:41 kdebisschop | 12963 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@266 f882894a-f735-0410-b71e-b25c423dba1c |
9098 | 12964 | ||
9099 | * [r407] plugins/check_smtp.c: | 12965 | 2003-01-29 Ton Voon <tonvoon@users.sourceforge.net> |
9100 | comment/doco cleanup for embeeded doc work, control STMP command | ||
9101 | via options instead of defines | ||
9102 | 12966 | ||
9103 | 2003-03-12 06:38 kdebisschop | 12967 | * plugins/check_http.c: Better error if server requests client based |
12968 | certificate (609382 - Olaf Greis) git-svn-id: | ||
9104 | 12969 | ||
9105 | * [r406] configure.in: | 12970 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@265 f882894a-f735-0410-b71e-b25c423dba1c |
9106 | version increase, statfs work | ||
9107 | 12971 | ||
9108 | 2003-03-12 02:47 undrgrid | 12972 | 2003-01-29 Ton Voon <tonvoon@users.sourceforge.net> |
9109 | 12973 | ||
9110 | * [r405] plugins, plugins/.cvsignore: | 12974 | * contrib/check_dns_random.pl: Exit code added (604837 - Lachlan |
9111 | Add some more extra plugins | 12975 | Cameron-Smith) git-svn-id: |
9112 | 12976 | ||
9113 | 2003-03-12 02:29 undrgrid | 12977 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@264 f882894a-f735-0410-b71e-b25c423dba1c |
9114 | 12978 | ||
9115 | * [r404] plugins/check_http.c: | 12979 | 2003-01-29 Ton Voon <tonvoon@users.sourceforge.net> |
9116 | Clean up of output from plugin | ||
9117 | 12980 | ||
9118 | 2003-03-12 02:29 undrgrid | 12981 | * plugins-scripts/check_oracle.sh: Added dummy login test (650970 - |
12982 | Ton Voon) git-svn-id: | ||
9119 | 12983 | ||
9120 | * [r403] plugins/check_dig.c, plugins/check_http.c, | 12984 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@263 f882894a-f735-0410-b71e-b25c423dba1c |
9121 | plugins/check_ldap.c, plugins/check_udp.c: | ||
9122 | Code clean-up | ||
9123 | 12985 | ||
9124 | 2003-03-12 02:23 undrgrid | 12986 | 2003-01-29 Ton Voon <tonvoon@users.sourceforge.net> |
9125 | 12987 | ||
9126 | * [r402] plugins/check_tcp.c: | 12988 | * plugins/check_vsz.c: Error when no params passed, better invalid |
9127 | Code cleanup | 12989 | params message (652086 - Ton Voon) git-svn-id: |
9128 | 12990 | ||
9129 | 2003-03-12 00:45 tonvoon | 12991 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@262 f882894a-f735-0410-b71e-b25c423dba1c |
9130 | 12992 | ||
9131 | * [r401] plugins/check_dns.c: | 12993 | 2003-01-29 Ton Voon <tonvoon@users.sourceforge.net> |
9132 | Removed is_host checks to speed up code. Fixed timings so no | ||
9133 | spaces | ||
9134 | 12994 | ||
9135 | 2003-03-12 00:08 tonvoon | 12995 | * plugins/check_procs.c: Fixed NULL status in Solaris (644783 - |
12996 | Fabian Pehla) Fixed -p options (652082 - Ton Voon) git-svn-id: | ||
9136 | 12997 | ||
9137 | * [r400] plugins/check_dns.c: | 12998 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@261 f882894a-f735-0410-b71e-b25c423dba1c |
9138 | Timings in milliseconds and nicer output | ||
9139 | 12999 | ||
9140 | 2003-03-11 22:51 tonvoon | 13000 | 2003-01-28 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
9141 | 13001 | ||
9142 | * [r399] plugins-scripts, plugins-scripts/.cvsignore: | 13002 | * contrib/checkciscotemp.pl: typo: had commented use Net::SNMP for |
9143 | Add script ignores | 13003 | testing git-svn-id: |
9144 | 13004 | ||
9145 | 2003-03-11 22:36 tonvoon | 13005 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@260 f882894a-f735-0410-b71e-b25c423dba1c |
9146 | 13006 | ||
9147 | * [r398] plugins/negate.c: | 13007 | 2003-01-28 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
9148 | Remove getopt_long checks | ||
9149 | 13008 | ||
9150 | 2003-03-11 22:34 tonvoon | 13009 | * plugins/check_real.c: make sure host_name is set and remove NULL |
13010 | string inits that can lead to segfaults git-svn-id: | ||
9151 | 13011 | ||
9152 | * [r397] plugins/negate.c: | 13012 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@259 f882894a-f735-0410-b71e-b25c423dba1c |
9153 | Fixed reading too many argv parameters and changed to asprintf | ||
9154 | 13013 | ||
9155 | 2003-03-11 22:22 tonvoon | 13014 | 2003-01-28 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
9156 | 13015 | ||
9157 | * [r396] plugins/check_by_ssh.c, plugins/check_dig.c, | 13016 | * plugins/check_mysql.c: missed argc check on port parameter git-svn-id: |
9158 | plugins/check_disk.c, plugins/check_dns.c, plugins/check_fping.c, | ||
9159 | plugins/check_hpjd.c, plugins/check_http.c, | ||
9160 | plugins/check_ide-smart.c, plugins/check_ldap.c, | ||
9161 | plugins/check_load.c, plugins/check_mrtg.c, | ||
9162 | plugins/check_mrtgtraf.c, plugins/check_mysql.c, | ||
9163 | plugins/check_nagios.c, plugins/check_nt.c, | ||
9164 | plugins/check_nwstat.c, plugins/check_overcr.c, | ||
9165 | plugins/check_pgsql.c, plugins/check_ping.c, | ||
9166 | plugins/check_procs.c, plugins/check_radius.c, | ||
9167 | plugins/check_real.c, plugins/check_smtp.c, plugins/check_snmp.c, | ||
9168 | plugins/check_ssh.c, plugins/check_swap.c, plugins/check_tcp.c, | ||
9169 | plugins/check_time.c, plugins/check_udp.c, plugins/check_ups.c, | ||
9170 | plugins/check_users.c, plugins/check_vsz.c: | ||
9171 | Remove getopt_long checks | ||
9172 | 13017 | ||
9173 | 2003-03-11 22:09 undrgrid | 13018 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@258 f882894a-f735-0410-b71e-b25c423dba1c |
9174 | 13019 | ||
9175 | * [r395] configure.in: | 13020 | 2003-01-28 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
9176 | Fixed some ping6 variables | ||
9177 | 13021 | ||
9178 | 2003-03-11 18:32 undrgrid | 13022 | * contrib/checkciscotemp.pl: split and validate input more robustly git-svn-id: |
9179 | 13023 | ||
9180 | * [r394] configure.in: | 13024 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@257 f882894a-f735-0410-b71e-b25c423dba1c |
9181 | Minor change to Karl's statfs check Inclusion of ICMPv6 ping | ||
9182 | tests to define PING6_COMMAND Minor fix to ps syntax checking to | ||
9183 | fix bug I introduced last nite | ||
9184 | 13025 | ||
9185 | 2003-03-11 07:04 undrgrid | 13026 | 2003-01-28 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
9186 | 13027 | ||
9187 | * [r393] Makefile.am, configure.in: | 13028 | * plugins/check_http.c: remove NULL string inits that can lead to |
9188 | Removed acconfig.h from EXTRA_DIST Fixed problem with test in | 13029 | segfaults git-svn-id: |
9189 | SWAP_FORMAT and SWAP_COMMAND | ||
9190 | 13030 | ||
9191 | 2003-03-11 06:44 kdebisschop | 13031 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@256 f882894a-f735-0410-b71e-b25c423dba1c |
9192 | 13032 | ||
9193 | * [r392] configure.in, plugins/check_disk.c: | 13033 | 2003-01-28 Ton Voon <tonvoon@users.sourceforge.net> |
9194 | use statfs for check_disk (still needs fs scan) | ||
9195 | 13034 | ||
9196 | 2003-03-11 06:03 undrgrid | 13035 | * configure.in: ps support for Darwin / MacOSX git-svn-id: |
9197 | 13036 | ||
9198 | * [r391] acconfig.h, configure.in: | 13037 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@255 f882894a-f735-0410-b71e-b25c423dba1c |
9199 | Finishing clean-up of configure.in Removing acconfig.h as it's no | ||
9200 | longer needed | ||
9201 | 13038 | ||
9202 | 2003-03-10 23:58 undrgrid | 13039 | 2003-01-27 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
9203 | 13040 | ||
9204 | * [r390] acconfig.h, configure.in: | 13041 | * plugins/check_http.c: do not pass host if none is provided git-svn-id: |
9205 | Cleaned up configure for PS and PING to produce cleaner config.h | ||
9206 | 13042 | ||
9207 | 2003-03-09 18:13 undrgrid | 13043 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@254 f882894a-f735-0410-b71e-b25c423dba1c |
9208 | 13044 | ||
9209 | * [r389] plugins/common.h.in: | 13045 | 2003-01-27 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
9210 | Make sure sys/socket.h is explicitly included if | ||
9211 | HAVE_SYS_SOCKET_H is defined | ||
9212 | 13046 | ||
9213 | 2003-03-09 10:39 tonvoon | 13047 | * plugins/check_http.c: we were sending extra CRLF git-svn-id: |
9214 | 13048 | ||
9215 | * [r388] plugins/check_disk.c: | 13049 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@253 f882894a-f735-0410-b71e-b25c423dba1c |
9216 | Implement error-only option for check_disk (Ian Duggan) | ||
9217 | 13050 | ||
9218 | 2003-03-08 12:08 tonvoon | 13051 | 2003-01-19 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
9219 | 13052 | ||
9220 | * [r387] plugins/check_disk.c: | 13053 | * plugins-scripts/check_rpc.pl: indicate new default state in |
9221 | Fix AIX /proc filesystem (Ian Duggan) | 13054 | get_rpcinfo, also fix a bunch of indents for consistent format git-svn-id: |
9222 | 13055 | ||
9223 | 2003-03-08 11:44 tonvoon | 13056 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@252 f882894a-f735-0410-b71e-b25c423dba1c |
9224 | 13057 | ||
9225 | * [r386] configure.in: | 13058 | 2003-01-17 Subhendu Ghosh <sghosh@users.sourceforge.net> |
9226 | snprintf checks in configure.in like samba | ||
9227 | 13059 | ||
9228 | 2003-03-08 02:27 undrgrid | 13060 | * plugins-scripts/check_rpc.pl: bug fix for state and opt_c |
13061 | initialization git-svn-id: | ||
9229 | 13062 | ||
9230 | * [r385] plugins/check_dns.c: | 13063 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@251 f882894a-f735-0410-b71e-b25c423dba1c |
9231 | Modified code to call is_addr() rather than is_dotted_quad() with | ||
9232 | the new AF indepdent function routines | ||
9233 | 13064 | ||
9234 | 2003-03-08 02:26 undrgrid | 13065 | 2003-01-17 Subhendu Ghosh <sghosh@users.sourceforge.net> |
9235 | 13066 | ||
9236 | * [r384] plugins/netutils.c, plugins/netutils.h.in, | 13067 | * plugins/check_snmp.c: Counter32 tag parsing added git-svn-id: |
9237 | plugins/utils.c, plugins/utils.h.in: | ||
9238 | AF indepedent routines introduced. Modifed process_request() & | ||
9239 | my_connect() parameters to make 'proto' type 'int' rather than | ||
9240 | 'char *' and use IPPROTO_* POSIX values. Removed is_dotted_quad() | ||
9241 | & my_inet_aton() functions Added is_addr(), is_inet_addr(), | ||
9242 | is_inet6_addr() and resolve_host_or_addr() functions to check | ||
9243 | whether it is a valid IP address Modified is_host() to call | ||
9244 | is_addr() and is_hostname() | ||
9245 | 13068 | ||
9246 | 2003-03-08 02:02 tonvoon | 13069 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@250 f882894a-f735-0410-b71e-b25c423dba1c |
9247 | 13070 | ||
9248 | * [r383] tools/sfsnapshot: | 13071 | 2003-01-16 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
9249 | Need to remove configure.in | ||
9250 | 13072 | ||
9251 | 2003-03-08 01:59 tonvoon | 13073 | * plugins/check_mysql.c, plugins/check_pgsql.c: semicolon needed |
13074 | where progname define was replaced git-svn-id: | ||
9252 | 13075 | ||
9253 | * [r382] lib/Makefile.am, lib/snprintf.c, plugins/Makefile.am, | 13076 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@249 f882894a-f735-0410-b71e-b25c423dba1c |
9254 | plugins/snprintf.c: | ||
9255 | Move snprintf into lib | ||
9256 | 13077 | ||
9257 | 2003-03-08 01:48 tonvoon | 13078 | 2003-01-16 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
9258 | 13079 | ||
9259 | * [r381] tools/sfsnapshot: | 13080 | * plugins/check_http.c: add option to let regex span newlines git-svn-id: |
9260 | Have to run through whole automake procedure as datestamp in | ||
9261 | RELEASE variable | ||
9262 | 13081 | ||
9263 | 2003-03-08 01:13 tonvoon | 13082 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@248 f882894a-f735-0410-b71e-b25c423dba1c |
9264 | 13083 | ||
9265 | * [r380] tools/sfsnapshot: | 13084 | 2003-01-16 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
9266 | Added automake parameters for config.sub and config.guess | ||
9267 | 13085 | ||
9268 | 2003-03-08 00:57 tonvoon | 13086 | * plugins/check_game.c: progname and print_usage need to be defined git-svn-id: |
9269 | 13087 | ||
9270 | * [r379] tools/sfsnapshot: | 13088 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@247 f882894a-f735-0410-b71e-b25c423dba1c |
9271 | Fixed production OUT variable | ||
9272 | 13089 | ||
9273 | 2003-03-08 00:55 tonvoon | 13090 | 2003-01-16 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
9274 | 13091 | ||
9275 | * [r378] tools/sfsnapshot: | 13092 | * plugins/check_radius.c: semicolon needed where praogname define |
9276 | Adds MD5SUM file, creates multiple branch snapshots and doesn't | 13093 | was replced git-svn-id: |
9277 | rerun configure/automake/autoconf unnecessarily | ||
9278 | 13094 | ||
9279 | 2003-03-08 00:23 tonvoon | 13095 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@246 f882894a-f735-0410-b71e-b25c423dba1c |
9280 | 13096 | ||
9281 | * [r377] Makefile.am: | 13097 | 2003-01-16 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
9282 | Use Makefile's variables (to support a shortcut in sfsnapshot) | ||
9283 | 13098 | ||
9284 | 2003-03-07 22:11 undrgrid | 13099 | * plugins/check_hpjd.c: semicolon needed where praogname define was |
13100 | replced git-svn-id: | ||
9285 | 13101 | ||
9286 | * [r376] configure.in, lib/Makefile.am, lib/getaddrinfo.c, | 13102 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@245 f882894a-f735-0410-b71e-b25c423dba1c |
9287 | lib/getaddrinfo.h, lib/gethostbyname.c, lib/gethostbyname.h, | ||
9288 | plugins/check_pgsql.c, plugins/common.h.in, plugins/netutils.c, | ||
9289 | plugins/netutils.h.in, tools/setup: | ||
9290 | Added getaddrinfo.[ch] & gethostbyname.[ch] to provide RFC2553 | ||
9291 | functions if missing in system libs and lwres not present Moved | ||
9292 | all references to netdb.h and sys/socket.h into common.h.in | ||
9293 | Modified automake call in tools/setup to include adding missing | ||
9294 | files so config.sub and config.guess will be available | ||
9295 | 13103 | ||
9296 | 2003-03-07 07:45 kdebisschop | 13104 | 2003-01-16 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
9297 | 13105 | ||
9298 | * [r374] plugins/check_smtp.c: | 13106 | * configure.in: find kerberos libs in latest Red Hat beta git-svn-id: |
9299 | millisecond timing and perf data | ||
9300 | 13107 | ||
9301 | 2003-03-07 07:17 kdebisschop | 13108 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@244 f882894a-f735-0410-b71e-b25c423dba1c |
9302 | 13109 | ||
9303 | * [r373] plugins/check_smtp.c: | 13110 | 2003-01-16 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
9304 | whole timer loop was on the wrong side of connection close code | ||
9305 | 13111 | ||
9306 | 2003-03-07 06:43 kdebisschop | 13112 | * plugins/utils.c: restore max() macro git-svn-id: |
9307 | 13113 | ||
9308 | * [r372] plugins/check_udp.c: | 13114 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@243 f882894a-f735-0410-b71e-b25c423dba1c |
9309 | fix for -H invocation of hostname | ||
9310 | 13115 | ||
9311 | 2003-03-06 06:40 undrgrid | 13116 | 2003-01-16 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
9312 | 13117 | ||
9313 | * [r371] acinclude.m4, configure.in: | 13118 | * plugins/check_tcp.c: cleanup progname assignment git-svn-id: |
9314 | Adds --with-lwres and --enable-emulate-getaddrinfo but are not | ||
9315 | used in any of the code at this time. Has a check for IPv6 | ||
9316 | support but only runs if using the emulate-getaddrinfo routines, | ||
9317 | this needs to be modified. !!! I need input from results of this | ||
9318 | run on various platforms to see what results are seen in | ||
9319 | plugins/config.h so please help test !!! | ||
9320 | 13119 | ||
9321 | 2003-03-05 07:27 kdebisschop | 13120 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@242 f882894a-f735-0410-b71e-b25c423dba1c |
9322 | 13121 | ||
9323 | * [r370] plugins-scripts/check_ntp.pl: | 13122 | 2003-01-16 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
9324 | add "m" to regex for minutes | ||
9325 | 13123 | ||
9326 | 2003-03-05 00:17 tonvoon | 13124 | * plugins-scripts/check_disk_smb.pl: accept $ for share and \\ for |
13125 | users git-svn-id: | ||
9327 | 13126 | ||
9328 | * [r365] plugins/check_http.c: | 13127 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@241 f882894a-f735-0410-b71e-b25c423dba1c |
9329 | check_http min size option (680467 - Dave Viner) | ||
9330 | 13128 | ||
9331 | 2003-03-04 23:56 tonvoon | 13129 | 2003-01-16 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
9332 | 13130 | ||
9333 | * [r364] plugins/check_nt.c: | 13131 | * plugins/check_by_ssh.c: avoid segfault when host is not given git-svn-id: |
9334 | Make output message for CPU Load a bit nicer | ||
9335 | 13132 | ||
9336 | 2003-03-04 23:35 tonvoon | 13133 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@240 f882894a-f735-0410-b71e-b25c423dba1c |
9337 | 13134 | ||
9338 | * [r363] tools/sfsnapshot: | 13135 | 2003-01-13 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
9339 | To create nagiosplug daily snapshots on SF | ||
9340 | 13136 | ||
9341 | 2003-03-03 03:49 kdebisschop | 13137 | * contrib/check_dhcp.c, contrib/check_fping_in.c, |
13138 | contrib/check_rbl.c: convert PROGANE from a define to a const char git-svn-id: | ||
9342 | 13139 | ||
9343 | * [r362] plugins/check_ping.c: | 13140 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@239 f882894a-f735-0410-b71e-b25c423dba1c |
9344 | accept comma-delimted list of hosts for checking if a multihomed | ||
9345 | host is alive | ||
9346 | 13141 | ||
9347 | 2003-03-02 06:01 kdebisschop | 13142 | 2003-01-13 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
9348 | 13143 | ||
9349 | * [r361] plugins/check_ping.c: | 13144 | * plugins/check_by_ssh.c, plugins/check_dig.c, |
9350 | add logic to check multiple servers | 13145 | plugins/check_disk.c, plugins/check_dns.c, plugins/check_dummy.c, |
13146 | plugins/check_fping.c, plugins/check_hpjd.c, plugins/check_http.c, | ||
13147 | plugins/check_ldap.c, plugins/check_load.c, plugins/check_mrtg.c, | ||
13148 | plugins/check_mrtgtraf.c, plugins/check_mysql.c, | ||
13149 | plugins/check_nagios.c, plugins/check_nwstat.c, | ||
13150 | plugins/check_overcr.c, plugins/check_pgsql.c, | ||
13151 | plugins/check_ping.c, plugins/check_procs.c, | ||
13152 | plugins/check_radius.c, plugins/check_real.c, plugins/check_smtp.c, | ||
13153 | plugins/check_snmp.c, plugins/check_ssh.c, plugins/check_swap.c, | ||
13154 | plugins/check_tcp.c, plugins/check_time.c, plugins/check_udp.c, | ||
13155 | plugins/check_ups.c, plugins/check_users.c, plugins/check_vsz.c, | ||
13156 | plugins/negate.c, plugins/urlize.c, plugins/utils.c, | ||
13157 | plugins/utils.h.in: convert PROGANE from a define to a const char git-svn-id: | ||
9351 | 13158 | ||
9352 | 2003-03-02 04:59 kdebisschop | 13159 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@238 f882894a-f735-0410-b71e-b25c423dba1c |
9353 | 13160 | ||
9354 | * [r360] ChangeLog: | 13161 | 2003-01-13 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
9355 | update from CVS | ||
9356 | 13162 | ||
9357 | 2003-03-02 04:58 kdebisschop | 13163 | * plugins/popen.c: change exit status to be POSIX compliant git-svn-id: |
9358 | 13164 | ||
9359 | * [r359] configure.in, nagios-plugins.spec.in: | 13165 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@237 f882894a-f735-0410-b71e-b25c423dba1c |
9360 | adjustments to remove beta tagging | ||
9361 | 13166 | ||
9362 | 2003-03-02 04:32 kdebisschop | 13167 | 2003-01-13 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
9363 | 13168 | ||
9364 | * [r358] ChangeLog: | 13169 | * plugins/check_nagios.c: check for a few null strings, change |
9365 | update from CVS | 13170 | PROGNAME from #define to const *char git-svn-id: |
9366 | 13171 | ||
9367 | 2003-03-01 05:09 kdebisschop | 13172 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@236 f882894a-f735-0410-b71e-b25c423dba1c |
9368 | 13173 | ||
9369 | * [r357] nagios-plugins.spec.in: | 13174 | 2003-01-13 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
9370 | we were missing some docs in the RPM | ||
9371 | 13175 | ||
9372 | 2003-02-23 17:11 sghosh | 13176 | * plugins/check_disk.c: add options for excluding devices and for |
13177 | skipping OK devices in summary git-svn-id: | ||
9373 | 13178 | ||
9374 | * [r356] REQUIREMENTS: | 13179 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@235 f882894a-f735-0410-b71e-b25c423dba1c |
9375 | Novell requirements | ||
9376 | 13180 | ||
9377 | 2003-02-23 17:10 sghosh | 13181 | 2003-01-03 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
9378 | 13182 | ||
9379 | * [r355] contrib/check_bgpstate.pl: | 13183 | * plugins/utils.c: protect against some null strings, make formats |
9380 | removed community string in CRIT message | 13184 | more uniform git-svn-id: |
9381 | 13185 | ||
9382 | 2003-02-22 19:06 tonvoon | 13186 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@234 f882894a-f735-0410-b71e-b25c423dba1c |
9383 | 13187 | ||
9384 | * [r354] configure.in: | 13188 | 2002-12-19 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
9385 | Solaris and Unixware labels round the wrong way for swap command | ||
9386 | 13189 | ||
9387 | 2003-02-22 13:01 kdebisschop | 13190 | * plugins/check_tcp.c: expect is +OK for SPOP too git-svn-id: |
9388 | 13191 | ||
9389 | * [r353] Makefile.am: | 13192 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@233 f882894a-f735-0410-b71e-b25c423dba1c |
9390 | provide target for nagios-plugins.spec | ||
9391 | 13193 | ||
9392 | 2003-02-22 07:27 kdebisschop | 13194 | 2002-12-19 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
9393 | 13195 | ||
9394 | * [r352] Makefile.am: | 13196 | * plugins/check_tcp.c: server expect not getting set, expect is +OK |
9395 | add CODING FAQ LEGAL to distribution tarball | 13197 | for POP git-svn-id: |
9396 | 13198 | ||
9397 | 2003-02-21 21:59 tonvoon | 13199 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@232 f882894a-f735-0410-b71e-b25c423dba1c |
9398 | 13200 | ||
9399 | * [r351] plugins/check_http.c: | 13201 | 2002-12-19 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
9400 | Fixed coredump with unallocated string | ||
9401 | 13202 | ||
9402 | 2003-02-21 21:46 tonvoon | 13203 | * plugins/check_http.c: remove spurious CRLF git-svn-id: |
9403 | 13204 | ||
9404 | * [r350] plugins/check_dns.c: | 13205 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@231 f882894a-f735-0410-b71e-b25c423dba1c |
9405 | Strip leading spaces on dns return value (689563 - Simon L | ||
9406 | Nielsen) | ||
9407 | 13206 | ||
9408 | 2003-02-20 03:16 kdebisschop | 13207 | 2002-11-29 Stanley Hopcroft <stanleyhopcroft@users.sourceforge.net> |
9409 | 13208 | ||
9410 | * [r348] plugins-scripts/check_disk_smb.pl: | 13209 | * contrib/check_citrix: New plugin to check the ICA browse service |
9411 | option regexs need to include ^ and $ | 13210 | (used by Citrix Metaframe servers) from Ed Rolison and Tom De |
13211 | Blende. git-svn-id: | ||
9412 | 13212 | ||
9413 | 2003-02-19 22:56 tonvoon | 13213 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@230 f882894a-f735-0410-b71e-b25c423dba1c |
9414 | 13214 | ||
9415 | * [r347] lib/Makefile.am: | 13215 | 2002-11-25 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
9416 | Removing getloadavg.m4 from dist | ||
9417 | 13216 | ||
9418 | 2003-02-19 08:36 kdebisschop | 13217 | * plugins/check_tcp.c: was segfaulting if no dtat was returned git-svn-id: |
9419 | 13218 | ||
9420 | * [r346] INSTALL, configure.in, lib/getloadavg.m4, tools/setup: | 13219 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@228 f882894a-f735-0410-b71e-b25c423dba1c |
9421 | remove getloadavg.m4 | ||
9422 | 13220 | ||
9423 | 2003-02-19 00:45 tonvoon | 13221 | 2002-11-24 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
9424 | 13222 | ||
9425 | * [r345] Makefile.am, configure.in, getloadavg.m4, lib/Makefile.am, | 13223 | * tools/snapshot: some fixes needed to move off old devel box git-svn-id: |
9426 | lib/getloadavg.c, lib/getloadavg.m4, plugins/Makefile.am, | ||
9427 | plugins/getloadavg.c: | ||
9428 | Move getloadavg to lib directory. Must run "aclocal -I lib" | ||
9429 | 13224 | ||
9430 | 2003-02-18 23:00 kdebisschop | 13225 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@227 f882894a-f735-0410-b71e-b25c423dba1c |
9431 | 13226 | ||
9432 | * [r344] plugins/check_pgsql.c: | 13227 | 2002-11-24 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
9433 | spurious backslash escape | ||
9434 | 13228 | ||
9435 | 2003-02-18 22:56 kdebisschop | 13229 | * tools/snapshot: make routine snapshots of nagios and plugin CVS to |
13230 | expand testing git-svn-id: | ||
9436 | 13231 | ||
9437 | * [r343] configure.in: | 13232 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@226 f882894a-f735-0410-b71e-b25c423dba1c |
9438 | set tag for beta3, fix pgsql detection | ||
9439 | 13233 | ||
9440 | 2003-02-18 22:24 kdebisschop | 13234 | 2002-11-22 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
9441 | 13235 | ||
9442 | * [r342] plugins/check_udp.c: | 13236 | * plugins/check_ups.c: add replace battery condition, replace |
9443 | never exited getopt loop | 13237 | unchecked strcat calls with asprintf (I do not think buffer overflow |
13238 | was possible here, but lets be consistent) git-svn-id: | ||
9444 | 13239 | ||
9445 | 2003-02-18 22:20 kdebisschop | 13240 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@225 f882894a-f735-0410-b71e-b25c423dba1c |
9446 | 13241 | ||
9447 | * [r341] plugins/check_tcp.c: | 13242 | 2002-11-22 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
9448 | failed if header was more than 1023 bytes | ||
9449 | 13243 | ||
9450 | 2003-02-18 22:10 tonvoon | 13244 | * configure.in: get long args output to work on check_procs by |
13245 | putting incantations with -w ahead of others git-svn-id: | ||
9451 | 13246 | ||
9452 | * [r340] plugins/check_load.c: | 13247 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@224 f882894a-f735-0410-b71e-b25c423dba1c |
9453 | Fixed the output messages (Bug 688729 - Jayjay) | ||
9454 | 13248 | ||
9455 | 2003-02-18 21:58 tonvoon | 13249 | 2002-11-22 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
9456 | 13250 | ||
9457 | * [r339] Makefile.am: | 13251 | * configure.in: get long args output to work on linux check_procs, |
9458 | Add SUPPORT file to distribution | 13252 | actually works this time (needs OpenBSD testing) git-svn-id: |
9459 | 13253 | ||
9460 | 2003-02-18 21:56 tonvoon | 13254 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@223 f882894a-f735-0410-b71e-b25c423dba1c |
9461 | 13255 | ||
9462 | * [r338] plugins/check_http.c: | 13256 | 2002-11-22 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
9463 | Fixed compiler warning and increased the SSL random key for a | ||
9464 | Solaris PRNG problem | ||
9465 | 13257 | ||
9466 | 2003-02-18 05:38 kdebisschop | 13258 | * plugins/check_procs.c: add a few comments, trap a few place where |
13259 | a NULL string might have been handled git-svn-id: | ||
9467 | 13260 | ||
9468 | * [r337] configure.in: | 13261 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@222 f882894a-f735-0410-b71e-b25c423dba1c |
9469 | remainder of ps fix for UnixWare, and move [] in if/elif to | ||
9470 | indicate m4 quoting instead of test invocation | ||
9471 | 13262 | ||
9472 | 2003-02-18 04:05 sghosh | 13263 | 2002-11-22 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
9473 | 13264 | ||
9474 | * [r336] contrib/check_appletalk.pl: | 13265 | * configure.in: get long args output to work on linux check_procs |
9475 | Appletalk ping plugin | 13266 | (needs OpenBSD testing) git-svn-id: |
9476 | 13267 | ||
9477 | 2003-02-18 04:04 sghosh | 13268 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@221 f882894a-f735-0410-b71e-b25c423dba1c |
9478 | 13269 | ||
9479 | * [r335] plugins/check_snmp.c: | 13270 | 2002-11-21 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
9480 | OID type prefix patch [Patches-679403] | ||
9481 | 13271 | ||
9482 | 2003-02-18 03:46 sghosh | 13272 | * plugins/check_dig.c: fix empty output on errors git-svn-id: |
9483 | 13273 | ||
9484 | * [r334] plugins/check_swap.c: | 13274 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@220 f882894a-f735-0410-b71e-b25c423dba1c |
9485 | support for Large swap sizes | ||
9486 | 13275 | ||
9487 | 2003-02-18 03:17 sghosh | 13276 | 2002-11-20 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
9488 | 13277 | ||
9489 | * [r333] configure.in: | 13278 | * plugins/check_swap.c: add switch to evaluate each swap |
9490 | regex fix to catch *BSD swapinfo and not HP-UX error and | 13279 | individually git-svn-id: |
9491 | memory/file swap in addition to device for HP-UX | ||
9492 | 13280 | ||
9493 | 2003-02-17 22:01 kdebisschop | 13281 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@219 f882894a-f735-0410-b71e-b25c423dba1c |
9494 | 13282 | ||
9495 | * [r332] configure.in: | 13283 | 2002-11-20 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
9496 | typo in testing uname output | ||
9497 | 13284 | ||
9498 | 2003-02-17 21:57 kdebisschop | 13285 | * plugins/check_dig.c: fix solaris SEGV, still need to print |
13286 | meaningful error text git-svn-id: | ||
9499 | 13287 | ||
9500 | * [r331] configure.in: | 13288 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@218 f882894a-f735-0410-b71e-b25c423dba1c |
9501 | ping and swap for unixware | ||
9502 | 13289 | ||
9503 | 2003-02-17 21:04 kdebisschop | 13290 | 2002-11-20 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
9504 | 13291 | ||
9505 | * [r330] configure.in: | 13292 | * plugins/check_by_ssh.c: in short options, t no no argument git-svn-id: |
9506 | library search dirs are part of LDFLAGS | ||
9507 | 13293 | ||
9508 | 2003-02-17 19:11 sghosh | 13294 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@217 f882894a-f735-0410-b71e-b25c423dba1c |
9509 | 13295 | ||
9510 | * [r329] REQUIREMENTS: | 13296 | 2002-11-20 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
9511 | location updates | ||
9512 | 13297 | ||
9513 | 2003-02-16 08:41 tonvoon | 13298 | * plugins/check_dig.c: replace some strcpy with strscpy git-svn-id: |
9514 | 13299 | ||
9515 | * [r328] plugins/Makefile.am: | 13300 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@216 f882894a-f735-0410-b71e-b25c423dba1c |
9516 | Fixed dependencies for check_nt | ||
9517 | 13301 | ||
9518 | 2003-02-16 08:25 tonvoon | 13302 | 2002-11-19 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
9519 | 13303 | ||
9520 | * [r327] plugins/check_nt.c: | 13304 | * plugins/Makefile.am: another try at portable symlinking git-svn-id: |
9521 | Coredump if no variable set (reported by Marc C. Poulin) | ||
9522 | 13305 | ||
9523 | 2003-02-16 02:46 egalstad | 13306 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@215 f882894a-f735-0410-b71e-b25c423dba1c |
9524 | 13307 | ||
9525 | * [r326] contrib/check_dhcp.c: | 13308 | 2002-11-19 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
9526 | Interface patch byor Clemens Resen | ||
9527 | 13309 | ||
9528 | 2003-02-16 02:18 sghosh | 13310 | * plugins/Makefile.am: another try at portable symlinking git-svn-id: |
9529 | 13311 | ||
9530 | * [r325] plugins-scripts/check_ntp.pl: | 13312 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@214 f882894a-f735-0410-b71e-b25c423dba1c |
9531 | all alphanumeric accepted for refid on ntpq | ||
9532 | 13313 | ||
9533 | 2003-02-12 22:32 tonvoon | 13314 | 2002-11-19 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
9534 | 13315 | ||
9535 | * [r324] plugins, plugins/.cvsignore: | 13316 | * plugins/check_time.c: explicitly cast recv() arg2 for SunOS5.6 git-svn-id: |
9536 | Added extra plugins | ||
9537 | 13317 | ||
9538 | 2003-02-12 22:30 tonvoon | 13318 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@213 f882894a-f735-0410-b71e-b25c423dba1c |
9539 | 13319 | ||
9540 | * [r323] lib, lib/.cvsignore: | 13320 | 2002-11-19 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
9541 | Add ignore files | ||
9542 | 13321 | ||
9543 | 2003-02-12 22:29 tonvoon | 13322 | * plugins/Makefile.am: rewrite of install-exec-hook for solaris git-svn-id: |
9544 | 13323 | ||
9545 | * [r322] plugins/negate.c: | 13324 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@212 f882894a-f735-0410-b71e-b25c423dba1c |
9546 | Remove unnecessary \ and fix coredump with no parameters | ||
9547 | specified | ||
9548 | 13325 | ||
9549 | 2003-02-12 22:27 tonvoon | 13326 | 2002-11-18 Subhendu Ghosh <sghosh@users.sourceforge.net> |
9550 | 13327 | ||
9551 | * [r321] plugins/check_http.c: | 13328 | * contrib/check_javaproc.pl, contrib/nagios_sendim.pl: javaproc, |
9552 | Remove unnecessary \ - complaints from Tru64's cc compiler | 13329 | sendim git-svn-id: |
9553 | 13330 | ||
9554 | 2003-02-12 22:21 tonvoon | 13331 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@211 f882894a-f735-0410-b71e-b25c423dba1c |
9555 | 13332 | ||
9556 | * [r320] configure.in: | 13333 | 2002-11-18 Subhendu Ghosh <sghosh@users.sourceforge.net> |
9557 | Inadequate quoting for PS_FORMAT & removal of grep "*** for Tru64 | ||
9558 | 13334 | ||
9559 | 2003-02-12 04:36 sghosh | 13335 | * contrib-reporting/process_perfdata.pl: New directory to for |
13336 | perfdata and reporting scripts git-svn-id: | ||
9560 | 13337 | ||
9561 | * [r319] command.cfg.in: | 13338 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@210 f882894a-f735-0410-b71e-b25c423dba1c |
9562 | forced ntpq jitter check | ||
9563 | 13339 | ||
9564 | 2003-02-12 04:32 sghosh | 13340 | 2002-11-18 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
9565 | 13341 | ||
9566 | * [r318] plugins-scripts/check_ifoperstatus.pl: | 13342 | * plugins/check_swap.c: test total swap instead of individual disks git-svn-id: |
9567 | added timeout alarm | ||
9568 | 13343 | ||
9569 | 2003-02-12 04:30 sghosh | 13344 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@209 f882894a-f735-0410-b71e-b25c423dba1c |
9570 | 13345 | ||
9571 | * [r317] plugins-scripts/check_ntp.pl: | 13346 | 2002-11-18 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
9572 | fixed regex for stratum1 peer, added logic for failed ntpq | ||
9573 | call(e.g. sntp host) | ||
9574 | 13347 | ||
9575 | 2003-02-11 00:47 tonvoon | 13348 | * plugins/check_disk.c: failed to handle multple disks git-svn-id: |
9576 | 13349 | ||
9577 | * [r316] plugins/check_mysql.c: | 13350 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@208 f882894a-f735-0410-b71e-b25c423dba1c |
9578 | Patch by Dave Viner for seg fault on RH 7.3 (655903) | ||
9579 | 13351 | ||
9580 | 2003-02-10 23:59 tonvoon | 13352 | 2002-11-18 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
9581 | 13353 | ||
9582 | * [r315] configure.in: | 13354 | * plugins/utils.c: more readable max_state() code git-svn-id: |
9583 | Update with references to REQUIREMENTS | ||
9584 | 13355 | ||
9585 | 2003-02-10 23:58 tonvoon | 13356 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@207 f882894a-f735-0410-b71e-b25c423dba1c |
9586 | 13357 | ||
9587 | * [r314] Requirements: | 13358 | 2002-11-16 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
9588 | Remove file, superceded by REQUIREMENTS | ||
9589 | 13359 | ||
9590 | 2003-02-10 23:34 tonvoon | 13360 | * plugins/Makefile.am: fix too many sources problem for programs tha |
13361 | are symlinks to check_tcp git-svn-id: | ||
9591 | 13362 | ||
9592 | * [r313] plugins/getopt.c, plugins/getopt.h, plugins/getopt1.c: | 13363 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@206 f882894a-f735-0410-b71e-b25c423dba1c |
9593 | Removing getopt files - now in new lib directory | ||
9594 | 13364 | ||
9595 | 2003-02-10 23:32 tonvoon | 13365 | 2002-11-16 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
9596 | 13366 | ||
9597 | * [r312] lib, lib/Makefile.am, lib/getopt.c, lib/getopt.h, | 13367 | * plugins/check_snmp.c: my take on Subhendu's patches, plus a few |
9598 | lib/getopt1.c: | 13368 | comments for clarity git-svn-id: |
9599 | New directory for common library files | ||
9600 | 13369 | ||
9601 | 2003-02-10 23:28 tonvoon | 13370 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@205 f882894a-f735-0410-b71e-b25c423dba1c |
9602 | 13371 | ||
9603 | * [r311] plugins/common.h.in: | 13372 | 2002-11-15 Subhendu Ghosh <sghosh@users.sourceforge.net> |
9604 | Added in a define for HAVE_GETOPT_H for backwards compatibility | ||
9605 | 13373 | ||
9606 | 2003-02-10 23:27 tonvoon | 13374 | * plugins/check_snmp.c: memory bounds in options, no output |
13375 | comparison case git-svn-id: | ||
9607 | 13376 | ||
9608 | * [r310] plugins/Makefile.am: | 13377 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@204 f882894a-f735-0410-b71e-b25c423dba1c |
9609 | Remove unnecessary getopt references and link in lib directory | ||
9610 | 13378 | ||
9611 | 2003-02-10 23:26 tonvoon | 13379 | 2002-11-15 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
9612 | 13380 | ||
9613 | * [r309] configure.in: | 13381 | * nagios-plugins.spec.in: make spec work again, now that release is |
9614 | Removing checks for getopt.h - now always available. Also support | 13382 | in source name again git-svn-id: |
9615 | lib dir | ||
9616 | 13383 | ||
9617 | 2003-02-10 23:24 tonvoon | 13384 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@203 f882894a-f735-0410-b71e-b25c423dba1c |
9618 | 13385 | ||
9619 | * [r308] Makefile.am: | 13386 | 2002-11-15 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
9620 | Adding lib directory for getopts change | ||
9621 | 13387 | ||
9622 | 2003-02-10 23:08 tonvoon | 13388 | * configure.in: release numbering fix git-svn-id: |
9623 | 13389 | ||
9624 | * [r307] configure.in: | 13390 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@202 f882894a-f735-0410-b71e-b25c423dba1c |
9625 | Fixed Tru64 ps command (Bug 669585 - Paula Arnold) | ||
9626 | 13391 | ||
9627 | 2003-02-10 18:36 undrgrid | 13392 | 2002-11-15 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
9628 | 13393 | ||
9629 | * [r306] plugins/check_ssh.c: | 13394 | * plugins/check_snmp.c: fix label handling, replace accidentally |
9630 | Added argc checks before attempting to access argv[] | 13395 | deleted elseif l.310 git-svn-id: |
9631 | |||
9632 | Corrected return codes and output | ||
9633 | 13396 | ||
9634 | 2003-02-10 14:18 undrgrid | 13397 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@201 f882894a-f735-0410-b71e-b25c423dba1c |
9635 | 13398 | ||
9636 | * [r305] plugins/check_ssh.c: | 13399 | 2002-11-14 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
9637 | Revised code to use resolving and connection code in utils.c and | ||
9638 | netutils.c rather than its own functions. Corrected code to | ||
9639 | properly handle input of server hostname and port on commandline | ||
9640 | without option flags. | ||
9641 | 13400 | ||
9642 | 2003-02-10 04:49 kdebisschop | 13401 | * Makefile.am, acconfig.h, configure.in, nagios-plugins.spec.in, |
13402 | plugins/utils.c: fix bug with gettimeofday test, improve | ||
13403 | version/release handling, update rpm spec git-svn-id: | ||
9643 | 13404 | ||
9644 | * [r304] contrib/check_fping_in.c: | 13405 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@200 f882894a-f735-0410-b71e-b25c423dba1c |
9645 | this plugin is in core as check_fping | ||
9646 | 13406 | ||
9647 | 2003-02-09 18:59 undrgrid | 13407 | 2002-11-14 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
9648 | 13408 | ||
9649 | * [r303] tools/setup: | 13409 | * plugins/Makefile.am: fix typo in snprintf build git-svn-id: |
9650 | Reordered program calls so autoheader was called before automake | ||
9651 | thus getting rid of errors for header files not being present | ||
9652 | when automake was called. Also puts it inline with documentation | ||
9653 | in INSTALL & INSTALLING | ||
9654 | 13410 | ||
9655 | 2003-02-09 14:20 sghosh | 13411 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@199 f882894a-f735-0410-b71e-b25c423dba1c |
9656 | 13412 | ||
9657 | * [r302] contrib/check_adptraid.sh, | 13413 | 2002-11-14 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
9658 | contrib/check_compaq_insight.pl, contrib/check_file_age.pl: | ||
9659 | new plugins | ||
9660 | 13414 | ||
9661 | 2003-02-09 14:18 sghosh | 13415 | * plugins/Makefile.am: can't drop these sources -- neded for dist git-svn-id: |
9662 | 13416 | ||
9663 | * [r301] contrib/README.TXT, contrib/readme.txt: | 13417 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@198 f882894a-f735-0410-b71e-b25c423dba1c |
9664 | file rename | ||
9665 | 13418 | ||
9666 | 2003-02-09 14:16 sghosh | 13419 | 2002-11-14 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
9667 | 13420 | ||
9668 | * [r300] contrib/check_remote_nagios_status.pl, | 13421 | * plugins/Makefile.am: fix build rule for snprintf git-svn-id: |
9669 | contrib/check_wins.pl, contrib/sched_downtime.pl: | ||
9670 | more contribs | ||
9671 | 13422 | ||
9672 | 2003-02-09 14:03 sghosh | 13423 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@197 f882894a-f735-0410-b71e-b25c423dba1c |
9673 | 13424 | ||
9674 | * [r299] contrib/tarballs/fetchlog-0.92.tar.gz, | 13425 | 2002-11-14 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
9675 | contrib/tarballs/fetchlog-0.94.tar.gz: | ||
9676 | new version | ||
9677 | 13426 | ||
9678 | 2003-02-09 12:56 kdebisschop | 13427 | * plugins/check_http.c: pagesize count off by one git-svn-id: |
9679 | 13428 | ||
9680 | * [r298] CODING, README: | 13429 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@196 f882894a-f735-0410-b71e-b25c423dba1c |
9681 | spell check | ||
9682 | 13430 | ||
9683 | 2003-02-09 12:36 kdebisschop | 13431 | 2002-11-14 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
9684 | 13432 | ||
9685 | * [r297] FAQ: | 13433 | * plugins/check_http.c: clean up NULL from status on Solaris git-svn-id: |
9686 | spell check | ||
9687 | 13434 | ||
9688 | 2003-02-09 12:17 sghosh | 13435 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@195 f882894a-f735-0410-b71e-b25c423dba1c |
9689 | 13436 | ||
9690 | * [r296] SUPPORT: | 13437 | 2002-11-14 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
9691 | ispell | ||
9692 | 13438 | ||
9693 | 2003-02-08 06:00 kdebisschop | 13439 | * configure.in: typo in AC_DEFINE of PS_FORMAT for solaris git-svn-id: |
9694 | 13440 | ||
9695 | * [r295] plugins/check_pgsql.c: | 13441 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@194 f882894a-f735-0410-b71e-b25c423dba1c |
9696 | use enum instead of define | ||
9697 | 13442 | ||
9698 | 2003-02-08 05:58 kdebisschop | 13443 | 2002-11-14 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
9699 | 13444 | ||
9700 | * [r294] FAQ: | 13445 | * plugins/Makefile.am: remove check_nt again git-svn-id: |
9701 | add item on submitting new plugins | ||
9702 | 13446 | ||
9703 | 2003-02-08 05:57 kdebisschop | 13447 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@193 f882894a-f735-0410-b71e-b25c423dba1c |
9704 | 13448 | ||
9705 | * [r293] SUPPORT: | 13449 | 2002-11-14 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
9706 | suggest minimum standards for support requests | ||
9707 | 13450 | ||
9708 | 2003-02-08 05:32 kdebisschop | 13451 | * plugins/Makefile.am: back out last change -- it was only work in |
13452 | progress git-svn-id: | ||
9709 | 13453 | ||
9710 | * [r292] plugins/check_http.c: | 13454 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@192 f882894a-f735-0410-b71e-b25c423dba1c |
9711 | submit request with one send | ||
9712 | 13455 | ||
9713 | 2003-02-05 05:59 kdebisschop | 13456 | 2002-11-14 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
9714 | 13457 | ||
9715 | * [r291] configure.in: | 13458 | * plugins/Makefile.am, plugins/check_dns.c, plugins/check_ldap.c, |
9716 | fix for SSL build on RedHat rawhide | 13459 | plugins/check_mrtg.c, plugins/check_mrtgtraf.c, |
13460 | plugins/check_nwstat.c, plugins/check_radius.c, plugins/utils.c, | ||
13461 | plugins/version.h.in: remove call_getopt and ssprintf git-svn-id: | ||
9717 | 13462 | ||
9718 | 2003-02-05 05:58 kdebisschop | 13463 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@191 f882894a-f735-0410-b71e-b25c423dba1c |
9719 | 13464 | ||
9720 | * [r290] plugins/check_dns.c: | 13465 | 2002-11-13 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
9721 | allow check to proceed using servers from resolv.conf | ||
9722 | 13466 | ||
9723 | 2003-02-05 05:57 kdebisschop | 13467 | * plugins/check_disk.c, plugins/check_dns.c, plugins/check_fping.c, |
13468 | plugins/check_hpjd.c, plugins/check_mrtg.c, plugins/check_nwstat.c, | ||
13469 | plugins/check_ping.c, plugins/check_vsz.c, plugins/urlize.c, | ||
13470 | plugins/utils.c: remove call_getopt and asprintf git-svn-id: | ||
9724 | 13471 | ||
9725 | * [r289] plugins/check_http.c: | 13472 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@190 f882894a-f735-0410-b71e-b25c423dba1c |
9726 | fix segfault due to bad asprintf invocation | ||
9727 | 13473 | ||
9728 | 2003-02-04 06:24 sghosh | 13474 | 2002-11-12 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
9729 | 13475 | ||
9730 | * [r288] plugins-scripts/Makefile.am: | 13476 | * plugins/check_dig.c: cleanup asprintf, old function decls git-svn-id: |
9731 | install user:grp perms [patch 679703 -Detlef Boehm] | ||
9732 | 13477 | ||
9733 | 2003-02-04 06:16 sghosh | 13478 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@189 f882894a-f735-0410-b71e-b25c423dba1c |
9734 | 13479 | ||
9735 | * [r287] plugins-scripts/check_flexlm.pl: | 13480 | 2002-11-12 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
9736 | lmstat output update | ||
9737 | 13481 | ||
9738 | 2003-02-04 05:54 sghosh | 13482 | * plugins/check_mysql.c, plugins/check_real.c, plugins/check_ups.c: |
13483 | remove call_getopt git-svn-id: | ||
9739 | 13484 | ||
9740 | * [r286] plugins-scripts/check_ntp.pl: | 13485 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@188 f882894a-f735-0410-b71e-b25c423dba1c |
9741 | corrected ntpdate offset to seconds | ||
9742 | 13486 | ||
9743 | 2003-02-03 21:43 tonvoon | 13487 | 2002-11-11 Subhendu Ghosh <sghosh@users.sourceforge.net> |
9744 | 13488 | ||
9745 | * [r285] plugins/check_snmp.c: | 13489 | * plugins/check_snmp.c: should use asprintf git-svn-id: |
9746 | Avoid core dump with null or invalid data (679400 - Mathieu | ||
9747 | Masseboeuf) | ||
9748 | 13490 | ||
9749 | 2003-02-03 21:33 tonvoon | 13491 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@187 f882894a-f735-0410-b71e-b25c423dba1c |
9750 | 13492 | ||
9751 | * [r284] plugins/Makefile.am: | 13493 | 2002-11-11 Subhendu Ghosh <sghosh@users.sourceforge.net> |
9752 | Patch for Mac OS X compile (652080 - Ton Voon) | ||
9753 | 13494 | ||
9754 | 2003-02-03 20:43 sghosh | 13495 | * plugins/check_snmp.c: more snmpv3 patches git-svn-id: |
9755 | 13496 | ||
9756 | * [r283] contrib/tarballs/check_cit.tgz: | 13497 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@186 f882894a-f735-0410-b71e-b25c423dba1c |
9757 | Citrix plugin | ||
9758 | 13498 | ||
9759 | 2003-02-03 20:35 sghosh | 13499 | 2002-11-11 Subhendu Ghosh <sghosh@users.sourceforge.net> |
9760 | 13500 | ||
9761 | * [r282] command.cfg.in: | 13501 | * plugins/check_snmp.c: long opt for miblist, snmpv3 support |
9762 | more sample command configurations | 13502 | (rosenauer) git-svn-id: |
9763 | 13503 | ||
9764 | 2003-02-03 20:29 sghosh | 13504 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@185 f882894a-f735-0410-b71e-b25c423dba1c |
9765 | 13505 | ||
9766 | * [r281] configure.in, plugins-scripts/check_ntp.pl, | 13506 | 2002-11-11 Subhendu Ghosh <sghosh@users.sourceforge.net> |
9767 | plugins-scripts/utils.pm.in: | ||
9768 | change ntpdc to ntpq (Jonathan Rozes,Thomas Schimpke, bug-656237 | ||
9769 | ) | ||
9770 | 13507 | ||
9771 | 2003-02-03 15:47 sghosh | 13508 | * plugins/check_snmp.c: option to specify a miblist - llow git-svn-id: |
9772 | 13509 | ||
9773 | * [r280] plugins-scripts/check_ntp.pl: | 13510 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@184 f882894a-f735-0410-b71e-b25c423dba1c |
9774 | patch for desync peer and ntpdate (James Fidell) | ||
9775 | 13511 | ||
9776 | 2003-02-03 05:29 sghosh | 13512 | 2002-11-11 Subhendu Ghosh <sghosh@users.sourceforge.net> |
9777 | 13513 | ||
9778 | * [r279] plugins-scripts/check_ifstatus.pl: | 13514 | * plugins/check_snmp.c: misc doc fix, missing verbose option git-svn-id: |
9779 | bugfix [bug 651021 mperry2] | ||
9780 | 13515 | ||
9781 | 2003-02-03 05:07 sghosh | 13516 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@183 f882894a-f735-0410-b71e-b25c423dba1c |
9782 | 13517 | ||
9783 | * [r278] plugins/check_hpjd.c: | 13518 | 2002-11-09 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
9784 | added default community [bug-patch #600349 jbaumgartner] | ||
9785 | 13519 | ||
9786 | 2003-01-31 18:40 tonvoon | 13520 | * plugins/check_ups.c, plugins/check_users.c: remove call_getopt git-svn-id: |
9787 | 13521 | ||
9788 | * [r277] plugins/check_procs.c: | 13522 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@182 f882894a-f735-0410-b71e-b25c423dba1c |
9789 | Fix for zombie processes on Solaris (Bug 677803 - Matthew Brown) | ||
9790 | 13523 | ||
9791 | 2003-01-31 18:36 tonvoon | 13524 | 2002-11-09 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
9792 | 13525 | ||
9793 | * [r276] plugins/check_nt.c: | 13526 | * plugins/check_by_ssh.c, plugins/check_dig.c, |
9794 | Reapply all asprintf calls. Fix for %% problem with -l flag. | 13527 | plugins/check_ping.c, plugins/check_time.c: remove call_getopt git-svn-id: |
9795 | 13528 | ||
9796 | 2003-01-31 01:26 tonvoon | 13529 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@181 f882894a-f735-0410-b71e-b25c423dba1c |
9797 | 13530 | ||
9798 | * [r275] plugins/check_nt.c: | 13531 | 2002-11-09 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
9799 | Removed all unnecessary asprintf calls. Replaced with original | ||
9800 | check_nt.c to minimise amount of changes (reported by Reuben | ||
9801 | Farrelly) | ||
9802 | 13532 | ||
9803 | 2003-01-30 23:18 tonvoon | 13533 | * plugins/check_snmp.c: cleaner handling of DEFAULT_PORT git-svn-id: |
9804 | 13534 | ||
9805 | * [r274] plugins/check_nt.c: | 13535 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@180 f882894a-f735-0410-b71e-b25c423dba1c |
9806 | Added reference to the official NSClient web site | ||
9807 | 13536 | ||
9808 | 2003-01-30 22:57 tonvoon | 13537 | 2002-11-09 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
9809 | 13538 | ||
9810 | * [r273] plugins/check_swap.c: | 13539 | * configure.in: add HPUX swap, try to cleanup getopt processing git-svn-id: |
9811 | Fixed long --allswap option | ||
9812 | 13540 | ||
9813 | 2003-01-30 22:55 tonvoon | 13541 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@179 f882894a-f735-0410-b71e-b25c423dba1c |
9814 | 13542 | ||
9815 | * [r272] plugins/check_procs.c: | 13543 | 2002-11-09 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
9816 | Fixed progname | ||
9817 | 13544 | ||
9818 | 2003-01-29 20:57 tonvoon | 13545 | * plugins/check_pgsql.c, plugins/check_ping.c, |
13546 | plugins/check_snmp.c, plugins/negate.c, plugins/utils.h.in: define | ||
13547 | and use usage3 where second part of message is a an int/char git-svn-id: | ||
9819 | 13548 | ||
9820 | * [r271] plugins/check_mrtgtraf.c: | 13549 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@178 f882894a-f735-0410-b71e-b25c423dba1c |
9821 | Fixed error and success codes (638656 - Paul Dlug) | ||
9822 | 13550 | ||
9823 | 2003-01-29 20:47 tonvoon | 13551 | 2002-11-09 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
9824 | 13552 | ||
9825 | * [r270] plugins-scripts/check_oracle.sh: | 13553 | * plugins/snprintf.c: HAVE_C99_SNPRINTF is not tested, so remove |
9826 | Added cache and tablespace check (621567 - John Marquart) | 13554 | from ifdef git-svn-id: |
9827 | 13555 | ||
9828 | 2003-01-29 20:33 tonvoon | 13556 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@177 f882894a-f735-0410-b71e-b25c423dba1c |
9829 | 13557 | ||
9830 | * [r269] plugins/Makefile.am, plugins/check_nt.c: | 13558 | 2002-11-08 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
9831 | Added in check_nt for bug 646516 | ||
9832 | 13559 | ||
9833 | 2003-01-29 06:38 kdebisschop | 13560 | * plugins/check_snmp.c: user reports NULL still getting into |
13561 | asprintf git-svn-id: | ||
9834 | 13562 | ||
9835 | * [r268] plugins/check_mysql.c: | 13563 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@176 f882894a-f735-0410-b71e-b25c423dba1c |
9836 | remove incorrect check_disk() declaration | ||
9837 | 13564 | ||
9838 | 2003-01-29 06:16 kdebisschop | 13565 | 2002-11-08 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
9839 | 13566 | ||
9840 | * [r267] plugins/check_ldap.c: | 13567 | * plugins/check_vsz.c: remove call_getopt git-svn-id: |
9841 | fix segfault when argc>=2 and the -H or -b options are not | ||
9842 | supplied | ||
9843 | 13568 | ||
9844 | 2003-01-29 06:15 kdebisschop | 13569 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@175 f882894a-f735-0410-b71e-b25c423dba1c |
9845 | 13570 | ||
9846 | * [r266] plugins/check_by_ssh.c: | 13571 | 2002-11-08 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
9847 | 1.8 | ||
9848 | 13572 | ||
9849 | 2003-01-29 05:55 tonvoon | 13573 | * acconfig.h, configure.in, plugins/common.h.in, plugins/utils.c, |
13574 | plugins/utils.h.in: patches required to build on solaris with | ||
13575 | asprintf and gettimeofday git-svn-id: | ||
9850 | 13576 | ||
9851 | * [r265] plugins/check_http.c: | 13577 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@174 f882894a-f735-0410-b71e-b25c423dba1c |
9852 | Better error if server requests client based certificate (609382 | ||
9853 | - Olaf Greis) | ||
9854 | 13578 | ||
9855 | 2003-01-29 05:27 tonvoon | 13579 | 2002-11-08 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
9856 | 13580 | ||
9857 | * [r264] contrib/check_dns_random.pl: | 13581 | * plugins/check_http.c, plugins/check_load.c, plugins/check_ping.c, |
9858 | Exit code added (604837 - Lachlan Cameron-Smith) | 13582 | plugins/check_procs.c, plugins/check_smtp.c, plugins/check_tcp.c: |
13583 | remove unused variables git-svn-id: | ||
9859 | 13584 | ||
9860 | 2003-01-29 05:10 tonvoon | 13585 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@173 f882894a-f735-0410-b71e-b25c423dba1c |
9861 | 13586 | ||
9862 | * [r263] plugins-scripts/check_oracle.sh: | 13587 | 2002-11-08 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
9863 | Added dummy login test (650970 - Ton Voon) | ||
9864 | 13588 | ||
9865 | 2003-01-29 04:28 tonvoon | 13589 | * tools/oneliners: some useful onliners git-svn-id: |
9866 | 13590 | ||
9867 | * [r262] plugins/check_vsz.c: | 13591 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@172 f882894a-f735-0410-b71e-b25c423dba1c |
9868 | Error when no params passed, better invalid params message | ||
9869 | (652086 - Ton Voon) | ||
9870 | 13592 | ||
9871 | 2003-01-29 04:11 tonvoon | 13593 | 2002-11-07 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
9872 | 13594 | ||
9873 | * [r261] plugins/check_procs.c: | 13595 | * plugins/check_snmp.c: bugfixes to command format and (null) text |
9874 | Fixed NULL status in Solaris (644783 - Fabian Pehla) Fixed -p | 13596 | created by asprintf switch git-svn-id: |
9875 | options (652082 - Ton Voon) | ||
9876 | 13597 | ||
9877 | 2003-01-28 07:44 kdebisschop | 13598 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@171 f882894a-f735-0410-b71e-b25c423dba1c |
9878 | 13599 | ||
9879 | * [r260] contrib/checkciscotemp.pl: | 13600 | 2002-11-07 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
9880 | typo: had commented use Net::SNMP for testing | ||
9881 | 13601 | ||
9882 | 2003-01-28 07:42 kdebisschop | 13602 | * plugins/check_by_ssh.c: remove call_getopt, add [] arougn time git-svn-id: |
9883 | 13603 | ||
9884 | * [r259] plugins/check_real.c: | 13604 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@170 f882894a-f735-0410-b71e-b25c423dba1c |
9885 | make sure host_name is set and remove NULL string inits that can | ||
9886 | lead to segfaults | ||
9887 | 13605 | ||
9888 | 2003-01-28 07:26 kdebisschop | 13606 | 2002-11-07 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
9889 | 13607 | ||
9890 | * [r258] plugins/check_mysql.c: | 13608 | * configure.in: test snprintf function family for ifdefs in |
9891 | missed argc check on port parameter | 13609 | snprintf.c git-svn-id: |
9892 | 13610 | ||
9893 | 2003-01-28 07:17 kdebisschop | 13611 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@169 f882894a-f735-0410-b71e-b25c423dba1c |
9894 | 13612 | ||
9895 | * [r257] contrib/checkciscotemp.pl: | 13613 | 2002-10-30 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
9896 | split and validate input more robustly | ||
9897 | 13614 | ||
9898 | 2003-01-28 07:15 kdebisschop | 13615 | * plugins/check_tcp.c: replace fixed-lentgh buffer with asprintf git-svn-id: |
9899 | 13616 | ||
9900 | * [r256] plugins/check_http.c: | 13617 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@168 f882894a-f735-0410-b71e-b25c423dba1c |
9901 | remove NULL string inits that can lead to segfaults | ||
9902 | 13618 | ||
9903 | 2003-01-28 00:32 tonvoon | 13619 | 2002-10-30 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
9904 | 13620 | ||
9905 | * [r255] configure.in: | 13621 | * plugins/check_udp.c: forgot to remove call_getopt git-svn-id: |
9906 | ps support for Darwin / MacOSX | ||
9907 | 13622 | ||
9908 | 2003-01-27 11:53 kdebisschop | 13623 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@167 f882894a-f735-0410-b71e-b25c423dba1c |
9909 | 13624 | ||
9910 | * [r254] plugins/check_http.c: | 13625 | 2002-10-30 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
9911 | do not pass host if none is provided | ||
9912 | 13626 | ||
9913 | 2003-01-27 06:04 kdebisschop | 13627 | * plugins/check_ssh.c, plugins/check_swap.c: forgot to remove |
13628 | call_getopt declaration git-svn-id: | ||
9914 | 13629 | ||
9915 | * [r253] plugins/check_http.c: | 13630 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@166 f882894a-f735-0410-b71e-b25c423dba1c |
9916 | we were sending extra CRLF | ||
9917 | 13631 | ||
9918 | 2003-01-19 06:34 kdebisschop | 13632 | 2002-10-30 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
9919 | 13633 | ||
9920 | * [r252] plugins-scripts/check_rpc.pl: | 13634 | * plugins/check_smtp.c: remove call_getopt, fix several buffer |
9921 | indicate new default state in get_rpcinfo, also fix a bunch of | 13635 | overruns possible due to use of fixed size buffers git-svn-id: |
9922 | indents for consistent format | ||
9923 | 13636 | ||
9924 | 2003-01-17 05:56 sghosh | 13637 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@165 f882894a-f735-0410-b71e-b25c423dba1c |
9925 | 13638 | ||
9926 | * [r251] plugins-scripts/check_rpc.pl: | 13639 | 2002-10-30 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
9927 | bug fix for state and opt_c initialization | ||
9928 | 13640 | ||
9929 | 2003-01-17 05:37 sghosh | 13641 | * tools/setup: debian builds not actively maintained, so suppress |
13642 | error in setup script git-svn-id: | ||
9930 | 13643 | ||
9931 | * [r250] plugins/check_snmp.c: | 13644 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@164 f882894a-f735-0410-b71e-b25c423dba1c |
9932 | Counter32 tag parsing added | ||
9933 | 13645 | ||
9934 | 2003-01-16 06:42 kdebisschop | 13646 | 2002-10-30 Subhendu Ghosh <sghosh@users.sourceforge.net> |
9935 | 13647 | ||
9936 | * [r249] plugins/check_mysql.c, plugins/check_pgsql.c: | 13648 | * acconfig.h, configure.in, plugins-scripts/Makefile.am, |
9937 | semicolon needed where progname define was replaced | 13649 | plugins-scripts/check_mailq.pl, plugins-scripts/utils.pm.in: monitor |
13650 | mailq git-svn-id: | ||
9938 | 13651 | ||
9939 | 2003-01-16 06:29 kdebisschop | 13652 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@163 f882894a-f735-0410-b71e-b25c423dba1c |
9940 | 13653 | ||
9941 | * [r248] plugins/check_http.c: | 13654 | 2002-10-28 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
9942 | add option to let regex span newlines | ||
9943 | 13655 | ||
9944 | 2003-01-16 06:28 kdebisschop | 13656 | * plugins-scripts/check_breeze.pl, |
13657 | plugins-scripts/check_disk_smb.pl, plugins-scripts/check_flexlm.pl, | ||
13658 | plugins-scripts/check_log.sh, plugins-scripts/check_ntp.pl, | ||
13659 | plugins-scripts/check_rpc.pl, plugins-scripts/check_sensors.sh, | ||
13660 | plugins-scripts/check_wave.pl: remove pspace in shebang since no | ||
13661 | sequent users replied git-svn-id: | ||
9945 | 13662 | ||
9946 | * [r247] plugins/check_game.c: | 13663 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@162 f882894a-f735-0410-b71e-b25c423dba1c |
9947 | progname and print_usage need to be defined | ||
9948 | 13664 | ||
9949 | 2003-01-16 06:22 kdebisschop | 13665 | 2002-10-26 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
9950 | 13666 | ||
9951 | * [r246] plugins/check_radius.c: | 13667 | * nagios-plugins.spec.in: release should not be in tarball name git-svn-id: |
9952 | semicolon needed where praogname define was replced | ||
9953 | 13668 | ||
9954 | 2003-01-16 06:10 kdebisschop | 13669 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@161 f882894a-f735-0410-b71e-b25c423dba1c |
9955 | 13670 | ||
9956 | * [r245] plugins/check_hpjd.c: | 13671 | 2002-10-25 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
9957 | semicolon needed where praogname define was replced | ||
9958 | 13672 | ||
9959 | 2003-01-16 05:22 kdebisschop | 13673 | * nagios-plugins.spec.in: tweak source macro git-svn-id: |
9960 | 13674 | ||
9961 | * [r244] configure.in: | 13675 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@160 f882894a-f735-0410-b71e-b25c423dba1c |
9962 | find kerberos libs in latest Red Hat beta | ||
9963 | 13676 | ||
9964 | 2003-01-16 05:21 kdebisschop | 13677 | 2002-10-25 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
9965 | 13678 | ||
9966 | * [r243] plugins/utils.c: | 13679 | * plugins/Makefile.am: remove check_nt git-svn-id: |
9967 | restore max() macro | ||
9968 | 13680 | ||
9969 | 2003-01-16 05:20 kdebisschop | 13681 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@159 f882894a-f735-0410-b71e-b25c423dba1c |
9970 | 13682 | ||
9971 | * [r242] plugins/check_tcp.c: | 13683 | 2002-10-25 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
9972 | cleanup progname assignment | ||
9973 | 13684 | ||
9974 | 2003-01-16 05:19 kdebisschop | 13685 | * Makefile.am, plugins/Makefile.am: include getloadavg sources, add |
13686 | some Solaris pkg build support git-svn-id: | ||
9975 | 13687 | ||
9976 | * [r241] plugins-scripts/check_disk_smb.pl: | 13688 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@158 f882894a-f735-0410-b71e-b25c423dba1c |
9977 | accept $ for share and \\ for users | ||
9978 | 13689 | ||
9979 | 2003-01-16 05:17 kdebisschop | 13690 | 2002-10-22 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
9980 | 13691 | ||
9981 | * [r240] plugins/check_by_ssh.c: | 13692 | * plugins/check_ssh.c: remove call_getopt, replace ssprintf with |
9982 | avoid segfault when host is not given | 13693 | asprintf,better server version reporting git-svn-id: |
9983 | 13694 | ||
9984 | 2003-01-13 12:21 kdebisschop | 13695 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@157 f882894a-f735-0410-b71e-b25c423dba1c |
9985 | 13696 | ||
9986 | * [r239] contrib/check_dhcp.c, contrib/check_fping_in.c, | 13697 | 2002-10-22 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
9987 | contrib/check_rbl.c: | ||
9988 | convert PROGANE from a define to a const char | ||
9989 | 13698 | ||
9990 | 2003-01-13 12:15 kdebisschop | 13699 | * plugins/check_tcp.c: add check_spop git-svn-id: |
9991 | 13700 | ||
9992 | * [r238] plugins/check_by_ssh.c, plugins/check_dig.c, | 13701 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@156 f882894a-f735-0410-b71e-b25c423dba1c |
9993 | plugins/check_disk.c, plugins/check_dns.c, plugins/check_dummy.c, | ||
9994 | plugins/check_fping.c, plugins/check_hpjd.c, | ||
9995 | plugins/check_http.c, plugins/check_ldap.c, plugins/check_load.c, | ||
9996 | plugins/check_mrtg.c, plugins/check_mrtgtraf.c, | ||
9997 | plugins/check_mysql.c, plugins/check_nagios.c, | ||
9998 | plugins/check_nwstat.c, plugins/check_overcr.c, | ||
9999 | plugins/check_pgsql.c, plugins/check_ping.c, | ||
10000 | plugins/check_procs.c, plugins/check_radius.c, | ||
10001 | plugins/check_real.c, plugins/check_smtp.c, plugins/check_snmp.c, | ||
10002 | plugins/check_ssh.c, plugins/check_swap.c, plugins/check_tcp.c, | ||
10003 | plugins/check_time.c, plugins/check_udp.c, plugins/check_ups.c, | ||
10004 | plugins/check_users.c, plugins/check_vsz.c, plugins/negate.c, | ||
10005 | plugins/urlize.c, plugins/utils.c, plugins/utils.h.in: | ||
10006 | convert PROGANE from a define to a const char | ||
10007 | 13702 | ||
10008 | 2003-01-13 12:13 kdebisschop | 13703 | 2002-10-22 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
10009 | 13704 | ||
10010 | * [r237] plugins/popen.c: | 13705 | * plugins/check_procs.c: remove call_getopt, replace ssprintf with |
10011 | change exit status to be POSIX compliant | 13706 | asprintf git-svn-id: |
10012 | 13707 | ||
10013 | 2003-01-13 12:09 kdebisschop | 13708 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@155 f882894a-f735-0410-b71e-b25c423dba1c |
10014 | 13709 | ||
10015 | * [r236] plugins/check_nagios.c: | 13710 | 2002-10-22 Subhendu Ghosh <sghosh@users.sourceforge.net> |
10016 | check for a few null strings, change PROGNAME from #define to | ||
10017 | const *char | ||
10018 | 13711 | ||
10019 | 2003-01-13 04:50 kdebisschop | 13712 | * contrib/check_procr.sh: From: Jerome Tytgat - checks to see if |
13713 | named process is running git-svn-id: | ||
10020 | 13714 | ||
10021 | * [r235] plugins/check_disk.c: | 13715 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@154 f882894a-f735-0410-b71e-b25c423dba1c |
10022 | add options for excluding devices and for skipping OK devices in | ||
10023 | summary | ||
10024 | 13716 | ||
10025 | 2003-01-03 03:24 kdebisschop | 13717 | 2002-10-22 Subhendu Ghosh <sghosh@users.sourceforge.net> |
10026 | 13718 | ||
10027 | * [r234] plugins/utils.c: | 13719 | * README, plugins/check_nt.c: check_nt is downloadable from |
10028 | protect against some null strings, make formats more uniform | 13720 | nsclient.ready2run.nl git-svn-id: |
10029 | 13721 | ||
10030 | 2002-12-19 19:30 kdebisschop | 13722 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@153 f882894a-f735-0410-b71e-b25c423dba1c |
10031 | 13723 | ||
10032 | * [r233] plugins/check_tcp.c: | 13724 | 2002-10-21 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
10033 | expect is +OK for SPOP too | ||
10034 | 13725 | ||
10035 | 2002-12-19 19:29 kdebisschop | 13726 | * plugins/check_swap.c: use asprintf instead of ssprintf git-svn-id: |
10036 | 13727 | ||
10037 | * [r232] plugins/check_tcp.c: | 13728 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@152 f882894a-f735-0410-b71e-b25c423dba1c |
10038 | server expect not getting set, expect is +OK for POP | ||
10039 | 13729 | ||
10040 | 2002-12-19 19:20 kdebisschop | 13730 | 2002-10-21 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
10041 | 13731 | ||
10042 | * [r231] plugins/check_http.c: | 13732 | * plugins/Makefile.am: need to define SOURCES for check_tcp to also |
10043 | remove spurious CRLF | 13733 | build as check_ftp,check_imap,check_nntp,check_pop git-svn-id: |
10044 | 13734 | ||
10045 | 2002-11-29 12:02 stanleyhopcroft | 13735 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@151 f882894a-f735-0410-b71e-b25c423dba1c |
10046 | 13736 | ||
10047 | * [r230] contrib/check_citrix: | 13737 | 2002-10-21 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
10048 | New plugin to check the ICA browse service (used by Citrix | ||
10049 | Metaframe servers) from Ed Rolison and Tom De Blende. | ||
10050 | 13738 | ||
10051 | 2002-11-25 12:00 kdebisschop | 13739 | * plugins/utils.c: use asprintf to do strscpy git-svn-id: |
10052 | 13740 | ||
10053 | * [r228] plugins/check_tcp.c: | 13741 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@150 f882894a-f735-0410-b71e-b25c423dba1c |
10054 | was segfaulting if no dtat was returned | ||
10055 | 13742 | ||
10056 | 2002-11-24 13:43 kdebisschop | 13743 | 2002-10-21 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
10057 | 13744 | ||
10058 | * [r227] tools/snapshot: | 13745 | * plugins/Makefile.am: roll check_ftp, check_imap, check_pop, and |
10059 | some fixes needed to move off old devel box | 13746 | check_nntp into check_tcp git-svn-id: |
10060 | 13747 | ||
10061 | 2002-11-24 13:09 kdebisschop | 13748 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@149 f882894a-f735-0410-b71e-b25c423dba1c |
10062 | 13749 | ||
10063 | * [r226] tools/snapshot: | 13750 | 2002-10-21 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
10064 | make routine snapshots of nagios and plugin CVS to expand testing | ||
10065 | 13751 | ||
10066 | 2002-11-22 10:52 kdebisschop | 13752 | * plugins/check_ftp.c, plugins/check_imap.c, plugins/check_nntp.c, |
13753 | plugins/check_pop.c: these are all combined into check_tcp now git-svn-id: | ||
10067 | 13754 | ||
10068 | * [r225] plugins/check_ups.c: | 13755 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@148 f882894a-f735-0410-b71e-b25c423dba1c |
10069 | add replace battery condition, replace unchecked strcat calls | ||
10070 | with asprintf (I do not think buffer overflow was possible here, | ||
10071 | but lets be consistent) | ||
10072 | 13756 | ||
10073 | 2002-11-22 02:46 kdebisschop | 13757 | 2002-10-21 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
10074 | 13758 | ||
10075 | * [r224] configure.in: | 13759 | * plugins/check_load.c: remove broken call_getopt git-svn-id: |
10076 | get long args output to work on check_procs by putting | ||
10077 | incantations with -w ahead of others | ||
10078 | 13760 | ||
10079 | 2002-11-22 02:33 kdebisschop | 13761 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@147 f882894a-f735-0410-b71e-b25c423dba1c |
10080 | 13762 | ||
10081 | * [r223] configure.in: | 13763 | 2002-10-21 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
10082 | get long args output to work on linux check_procs, actually works | ||
10083 | this time (needs OpenBSD testing) | ||
10084 | 13764 | ||
10085 | 2002-11-22 01:33 kdebisschop | 13765 | * plugins/check_snmp.c: cleanup process_arguments, print_help, and |
13766 | print_usage git-svn-id: | ||
10086 | 13767 | ||
10087 | * [r222] plugins/check_procs.c: | 13768 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@146 f882894a-f735-0410-b71e-b25c423dba1c |
10088 | add a few comments, trap a few place where a NULL string might | ||
10089 | have been handled | ||
10090 | 13769 | ||
10091 | 2002-11-22 01:31 kdebisschop | 13770 | 2002-10-21 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
10092 | 13771 | ||
10093 | * [r221] configure.in: | 13772 | * plugins/check_pgsql.c: now we provide long opts if they do not |
10094 | get long args output to work on linux check_procs (needs OpenBSD | 13773 | exist git-svn-id: |
10095 | testing) | ||
10096 | 13774 | ||
10097 | 2002-11-21 12:40 kdebisschop | 13775 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@145 f882894a-f735-0410-b71e-b25c423dba1c |
10098 | 13776 | ||
10099 | * [r220] plugins/check_dig.c: | 13777 | 2002-10-20 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
10100 | fix empty output on errors | ||
10101 | 13778 | ||
10102 | 2002-11-20 11:56 kdebisschop | 13779 | * plugins/check_snmp.c: fixed scanning for multiple OIDs, which was |
13780 | not working git-svn-id: | ||
10103 | 13781 | ||
10104 | * [r219] plugins/check_swap.c: | 13782 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@144 f882894a-f735-0410-b71e-b25c423dba1c |
10105 | add switch to evaluate each swap individually | ||
10106 | 13783 | ||
10107 | 2002-11-20 11:28 kdebisschop | 13784 | 2002-10-20 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
10108 | 13785 | ||
10109 | * [r218] plugins/check_dig.c: | 13786 | * plugins/check_snmp.c: change ssprintf to asprintf back out change |
10110 | fix solaris SEGV, still need to print meaningful error text | 13787 | at line 225 in r1.4 (values were mismatched to format string, so |
13788 | output was nonsense) (I left a comment showing a construct that | ||
13789 | should work, but it fails for PHBs: if my disk gets nearly full, | ||
13790 | they want 'CRITICAL - 99%' not 'CRITICAL - Gauge32: 99') (If someine | ||
13791 | has a rationale for the change, maybe it could be done as an option? | ||
13792 | - it seems fairly clear that the Web display should be sensible | ||
13793 | to PHBs so long as there's no real loss) git-svn-id: | ||
10111 | 13794 | ||
10112 | 2002-11-20 01:19 kdebisschop | 13795 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@143 f882894a-f735-0410-b71e-b25c423dba1c |
10113 | 13796 | ||
10114 | * [r217] plugins/check_by_ssh.c: | 13797 | 2002-10-18 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
10115 | in short options, t no no argument | ||
10116 | 13798 | ||
10117 | 2002-11-20 01:09 kdebisschop | 13799 | * plugins/check_swap.c: remove old call_getopt git-svn-id: |
10118 | 13800 | ||
10119 | * [r216] plugins/check_dig.c: | 13801 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@142 f882894a-f735-0410-b71e-b25c423dba1c |
10120 | replace some strcpy with strscpy | ||
10121 | 13802 | ||
10122 | 2002-11-19 19:13 kdebisschop | 13803 | 2002-10-18 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
10123 | 13804 | ||
10124 | * [r215] plugins/Makefile.am: | 13805 | * plugins/check_load.c: remove old call_getopt code, fix bug taking |
10125 | another try at portable symlinking | 13806 | single float, allow colon as separators in additin to commas git-svn-id: |
10126 | 13807 | ||
10127 | 2002-11-19 19:07 kdebisschop | 13808 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@141 f882894a-f735-0410-b71e-b25c423dba1c |
10128 | 13809 | ||
10129 | * [r214] plugins/Makefile.am: | 13810 | 2002-10-18 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
10130 | another try at portable symlinking | ||
10131 | 13811 | ||
10132 | 2002-11-19 19:06 kdebisschop | 13812 | * plugins/utils.c: handle null src in strscat git-svn-id: |
10133 | 13813 | ||
10134 | * [r213] plugins/check_time.c: | 13814 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@140 f882894a-f735-0410-b71e-b25c423dba1c |
10135 | explicitly cast recv() arg2 for SunOS5.6 | ||
10136 | 13815 | ||
10137 | 2002-11-19 07:13 kdebisschop | 13816 | 2002-10-18 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
10138 | 13817 | ||
10139 | * [r212] plugins/Makefile.am: | 13818 | * plugins/check_tcp.c: millisecond timing git-svn-id: |
10140 | rewrite of install-exec-hook for solaris | ||
10141 | 13819 | ||
10142 | 2002-11-18 21:58 sghosh | 13820 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@139 f882894a-f735-0410-b71e-b25c423dba1c |
10143 | 13821 | ||
10144 | * [r211] contrib/check_javaproc.pl, contrib/nagios_sendim.pl: | 13822 | 2002-10-18 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
10145 | javaproc, sendim | ||
10146 | 13823 | ||
10147 | 2002-11-18 14:46 sghosh | 13824 | * plugins/utils.h.in: refine STD_LONG_OPTS git-svn-id: |
10148 | 13825 | ||
10149 | * [r210] contrib-reporting, contrib-reporting/process_perfdata.pl: | 13826 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@138 f882894a-f735-0410-b71e-b25c423dba1c |
10150 | New directory to for perfdata and reporting scripts | ||
10151 | 13827 | ||
10152 | 2002-11-18 11:24 kdebisschop | 13828 | 2002-10-18 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
10153 | 13829 | ||
10154 | * [r209] plugins/check_swap.c: | 13830 | * plugins/check_http.c: provide on more decimal point printing time git-svn-id: |
10155 | test total swap instead of individual disks | ||
10156 | 13831 | ||
10157 | 2002-11-18 07:23 kdebisschop | 13832 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@137 f882894a-f735-0410-b71e-b25c423dba1c |
10158 | 13833 | ||
10159 | * [r208] plugins/check_disk.c: | 13834 | 2002-10-18 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
10160 | failed to handle multple disks | ||
10161 | 13835 | ||
10162 | 2002-11-18 07:22 kdebisschop | 13836 | * plugins/check_ping.c: remove broken call_getopt stuff git-svn-id: |
10163 | 13837 | ||
10164 | * [r207] plugins/utils.c: | 13838 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@136 f882894a-f735-0410-b71e-b25c423dba1c |
10165 | more readable max_state() code | ||
10166 | 13839 | ||
10167 | 2002-11-16 12:57 kdebisschop | 13840 | 2002-10-17 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
10168 | 13841 | ||
10169 | * [r206] plugins/Makefile.am: | 13842 | * plugins/check_tcp.c: using asprintf git-svn-id: |
10170 | fix too many sources problem for programs tha are symlinks to | ||
10171 | check_tcp | ||
10172 | 13843 | ||
10173 | 2002-11-16 04:59 kdebisschop | 13844 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@135 f882894a-f735-0410-b71e-b25c423dba1c |
10174 | 13845 | ||
10175 | * [r205] plugins/check_snmp.c: | 13846 | 2002-10-17 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
10176 | my take on Subhendu's patches, plus a few comments for clarity | ||
10177 | 13847 | ||
10178 | 2002-11-15 17:47 sghosh | 13848 | * INSTALL, INSTALLING, tools/setup: revise now that aclocal is |
13849 | remved from CVS git-svn-id: | ||
10179 | 13850 | ||
10180 | * [r204] plugins/check_snmp.c: | 13851 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@134 f882894a-f735-0410-b71e-b25c423dba1c |
10181 | memory bounds in options, no output comparison case | ||
10182 | 13852 | ||
10183 | 2002-11-15 04:51 kdebisschop | 13853 | 2002-10-16 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
10184 | 13854 | ||
10185 | * [r203] nagios-plugins.spec.in: | 13855 | * configure.in: need some quoting on ifdef git-svn-id: |
10186 | make spec work again, now that release is in source name again | ||
10187 | 13856 | ||
10188 | 2002-11-15 00:51 kdebisschop | 13857 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@133 f882894a-f735-0410-b71e-b25c423dba1c |
10189 | 13858 | ||
10190 | * [r202] configure.in: | 13859 | 2002-10-16 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
10191 | release numbering fix | ||
10192 | 13860 | ||
10193 | 2002-11-15 00:50 kdebisschop | 13861 | * acinclude.m4, configure.in: finally a working fix for |
13862 | AM/AC_FUNC_STRTOD nightmare git-svn-id: | ||
10194 | 13863 | ||
10195 | * [r201] plugins/check_snmp.c: | 13864 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@132 f882894a-f735-0410-b71e-b25c423dba1c |
10196 | fix label handling, replace accidentally deleted elseif l.310 | ||
10197 | 13865 | ||
10198 | 2002-11-14 18:25 kdebisschop | 13866 | 2002-10-16 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
10199 | 13867 | ||
10200 | * [r200] Makefile.am, acconfig.h, configure.in, | 13868 | * configure.in: mismatched quote git-svn-id: |
10201 | nagios-plugins.spec.in, plugins/utils.c: | ||
10202 | fix bug with gettimeofday test, improve version/release handling, | ||
10203 | update rpm spec | ||
10204 | 13869 | ||
10205 | 2002-11-14 18:23 kdebisschop | 13870 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@131 f882894a-f735-0410-b71e-b25c423dba1c |
10206 | 13871 | ||
10207 | * [r199] plugins/Makefile.am: | 13872 | 2002-10-16 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
10208 | fix typo in snprintf build | ||
10209 | 13873 | ||
10210 | 2002-11-14 05:36 kdebisschop | 13874 | * configure.in: mismatched quote git-svn-id: |
10211 | 13875 | ||
10212 | * [r198] plugins/Makefile.am: | 13876 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@130 f882894a-f735-0410-b71e-b25c423dba1c |
10213 | can't drop these sources -- neded for dist | ||
10214 | 13877 | ||
10215 | 2002-11-14 05:27 kdebisschop | 13878 | 2002-10-16 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
10216 | 13879 | ||
10217 | * [r197] plugins/Makefile.am: | 13880 | * configure.in: missing commas git-svn-id: |
10218 | fix build rule for snprintf | ||
10219 | 13881 | ||
10220 | 2002-11-14 05:25 kdebisschop | 13882 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@129 f882894a-f735-0410-b71e-b25c423dba1c |
10221 | 13883 | ||
10222 | * [r196] plugins/check_http.c: | 13884 | 2002-10-16 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
10223 | pagesize count off by one | ||
10224 | 13885 | ||
10225 | 2002-11-14 04:45 kdebisschop | 13886 | * configure.in: complains on paren in comment git-svn-id: |
10226 | 13887 | ||
10227 | * [r195] plugins/check_http.c: | 13888 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@128 f882894a-f735-0410-b71e-b25c423dba1c |
10228 | clean up NULL from status on Solaris | ||
10229 | 13889 | ||
10230 | 2002-11-14 04:00 kdebisschop | 13890 | 2002-10-16 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
10231 | 13891 | ||
10232 | * [r194] configure.in: | 13892 | * acinclude.m4: lost a paren git-svn-id: |
10233 | typo in AC_DEFINE of PS_FORMAT for solaris | ||
10234 | 13893 | ||
10235 | 2002-11-14 03:37 kdebisschop | 13894 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@127 f882894a-f735-0410-b71e-b25c423dba1c |
10236 | 13895 | ||
10237 | * [r193] plugins/Makefile.am: | 13896 | 2002-10-16 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
10238 | remove check_nt again | ||
10239 | 13897 | ||
10240 | 2002-11-14 03:09 kdebisschop | 13898 | * acinclude.m4: old auto???? has AM_FUNC_STRTOD, now renamed |
13899 | AC_FUNC_STRTOD git-svn-id: | ||
10241 | 13900 | ||
10242 | * [r192] plugins/Makefile.am: | 13901 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@126 f882894a-f735-0410-b71e-b25c423dba1c |
10243 | back out last change -- it was only work in progress | ||
10244 | 13902 | ||
10245 | 2002-11-14 02:26 kdebisschop | 13903 | 2002-10-16 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
10246 | 13904 | ||
10247 | * [r191] plugins/Makefile.am, plugins/check_dns.c, | 13905 | * plugins/check_http.c, plugins/utils.c, plugins/utils.h.in: |
10248 | plugins/check_ldap.c, plugins/check_mrtg.c, | 13906 | millisecond timimg where supported git-svn-id: |
10249 | plugins/check_mrtgtraf.c, plugins/check_nwstat.c, | ||
10250 | plugins/check_radius.c, plugins/utils.c, plugins/version.h.in: | ||
10251 | remove call_getopt and ssprintf | ||
10252 | 13907 | ||
10253 | 2002-11-13 11:50 kdebisschop | 13908 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@125 f882894a-f735-0410-b71e-b25c423dba1c |
10254 | 13909 | ||
10255 | * [r190] plugins/check_disk.c, plugins/check_dns.c, | 13910 | 2002-10-16 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
10256 | plugins/check_fping.c, plugins/check_hpjd.c, | ||
10257 | plugins/check_mrtg.c, plugins/check_nwstat.c, | ||
10258 | plugins/check_ping.c, plugins/check_vsz.c, plugins/urlize.c, | ||
10259 | plugins/utils.c: | ||
10260 | remove call_getopt and asprintf | ||
10261 | 13911 | ||
10262 | 2002-11-12 11:28 kdebisschop | 13912 | * configure.in, missing: build cleanly on RedHat 8.0 git-svn-id: |
10263 | 13913 | ||
10264 | * [r189] plugins/check_dig.c: | 13914 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@124 f882894a-f735-0410-b71e-b25c423dba1c |
10265 | cleanup asprintf, old function decls | ||
10266 | 13915 | ||
10267 | 2002-11-12 11:26 kdebisschop | 13916 | 2002-10-16 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
10268 | 13917 | ||
10269 | * [r188] plugins/check_mysql.c, plugins/check_real.c, | 13918 | * .cvsignore: ignore aclocal.m4 git-svn-id: |
10270 | plugins/check_ups.c: | ||
10271 | remove call_getopt | ||
10272 | 13919 | ||
10273 | 2002-11-11 22:15 sghosh | 13920 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@123 f882894a-f735-0410-b71e-b25c423dba1c |
10274 | 13921 | ||
10275 | * [r187] plugins/check_snmp.c: | 13922 | 2002-10-16 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
10276 | should use asprintf | ||
10277 | 13923 | ||
10278 | 2002-11-11 20:19 sghosh | 13924 | * configure.in: AM_STRTOD was a typo git-svn-id: |
10279 | 13925 | ||
10280 | * [r186] plugins/check_snmp.c: | 13926 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@122 f882894a-f735-0410-b71e-b25c423dba1c |
10281 | more snmpv3 patches | ||
10282 | 13927 | ||
10283 | 2002-11-11 19:29 sghosh | 13928 | 2002-10-16 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
10284 | 13929 | ||
10285 | * [r185] plugins/check_snmp.c: | 13930 | * aclocal.m4: automake invokes acloacl on each run - it cannot be |
10286 | long opt for miblist, snmpv3 support (rosenauer) | 13931 | right to include this git-svn-id: |
10287 | 13932 | ||
10288 | 2002-11-11 16:04 sghosh | 13933 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@121 f882894a-f735-0410-b71e-b25c423dba1c |
10289 | 13934 | ||
10290 | * [r184] plugins/check_snmp.c: | 13935 | 2002-10-16 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
10291 | option to specify a miblist - llow | ||
10292 | 13936 | ||
10293 | 2002-11-11 15:43 sghosh | 13937 | * acconfig.h: better checks for vsnprintf stuff git-svn-id: |
10294 | 13938 | ||
10295 | * [r183] plugins/check_snmp.c: | 13939 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@120 f882894a-f735-0410-b71e-b25c423dba1c |
10296 | misc doc fix, missing verbose option | ||
10297 | 13940 | ||
10298 | 2002-11-09 11:37 kdebisschop | 13941 | 2002-10-16 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
10299 | 13942 | ||
10300 | * [r182] plugins/check_ups.c, plugins/check_users.c: | 13943 | * configure.in, plugins/check_http.c: use asprintf git-svn-id: |
10301 | remove call_getopt | ||
10302 | 13944 | ||
10303 | 2002-11-09 04:22 kdebisschop | 13945 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@119 f882894a-f735-0410-b71e-b25c423dba1c |
10304 | 13946 | ||
10305 | * [r181] plugins/check_by_ssh.c, plugins/check_dig.c, | 13947 | 2002-10-16 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
10306 | plugins/check_ping.c, plugins/check_time.c: | ||
10307 | remove call_getopt | ||
10308 | 13948 | ||
10309 | 2002-11-09 04:21 kdebisschop | 13949 | * plugins/utils.c: use asprintf to construct strscat git-svn-id: |
10310 | 13950 | ||
10311 | * [r180] plugins/check_snmp.c: | 13951 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@118 f882894a-f735-0410-b71e-b25c423dba1c |
10312 | cleaner handling of DEFAULT_PORT | ||
10313 | 13952 | ||
10314 | 2002-11-09 03:43 kdebisschop | 13953 | 2002-10-16 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
10315 | 13954 | ||
10316 | * [r179] configure.in: | 13955 | * plugins/popen.h.in: timeout interval is extern git-svn-id: |
10317 | add HPUX swap, try to cleanup getopt processing | ||
10318 | 13956 | ||
10319 | 2002-11-09 03:39 kdebisschop | 13957 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@117 f882894a-f735-0410-b71e-b25c423dba1c |
10320 | 13958 | ||
10321 | * [r178] plugins/check_pgsql.c, plugins/check_ping.c, | 13959 | 2002-10-16 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
10322 | plugins/check_snmp.c, plugins/negate.c, plugins/utils.h.in: | ||
10323 | define and use usage3 where second part of message is a an | ||
10324 | int/char | ||
10325 | 13960 | ||
10326 | 2002-11-09 03:16 kdebisschop | 13961 | * plugins/utils.c, plugins/utils.h.in: start support for |
13962 | gettimeofday and tv_usec git-svn-id: | ||
10327 | 13963 | ||
10328 | * [r177] plugins/snprintf.c: | 13964 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@116 f882894a-f735-0410-b71e-b25c423dba1c |
10329 | HAVE_C99_SNPRINTF is not tested, so remove from ifdef | ||
10330 | 13965 | ||
10331 | 2002-11-08 08:07 kdebisschop | 13966 | 2002-10-16 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
10332 | 13967 | ||
10333 | * [r176] plugins/check_snmp.c: | 13968 | * aclocal.m4: generated with automake 1.6 / autoconf 2.53 (maybe |
10334 | user reports NULL still getting into asprintf | 13969 | should not be in CVS, however) git-svn-id: |
10335 | 13970 | ||
10336 | 2002-11-08 08:06 kdebisschop | 13971 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@115 f882894a-f735-0410-b71e-b25c423dba1c |
10337 | 13972 | ||
10338 | * [r175] plugins/check_vsz.c: | 13973 | 2002-10-16 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
10339 | remove call_getopt | ||
10340 | 13974 | ||
10341 | 2002-11-08 07:20 kdebisschop | 13975 | * plugins/snprintf.c: newer snprintf from samba.org git-svn-id: |
10342 | 13976 | ||
10343 | * [r174] acconfig.h, configure.in, plugins/common.h.in, | 13977 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@114 f882894a-f735-0410-b71e-b25c423dba1c |
10344 | plugins/utils.c, plugins/utils.h.in: | ||
10345 | patches required to build on solaris with asprintf and | ||
10346 | gettimeofday | ||
10347 | 13978 | ||
10348 | 2002-11-08 07:18 kdebisschop | 13979 | 2002-10-16 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
10349 | 13980 | ||
10350 | * [r173] plugins/check_http.c, plugins/check_load.c, | 13981 | * .cvsignore, depcomp: needed for automake 1.6 / autoconf 2.53 git-svn-id: |
10351 | plugins/check_ping.c, plugins/check_procs.c, | ||
10352 | plugins/check_smtp.c, plugins/check_tcp.c: | ||
10353 | remove unused variables | ||
10354 | 13982 | ||
10355 | 2002-11-08 07:17 kdebisschop | 13983 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@113 f882894a-f735-0410-b71e-b25c423dba1c |
10356 | 13984 | ||
10357 | * [r172] tools/oneliners: | 13985 | 2002-10-16 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
10358 | some useful onliners | ||
10359 | 13986 | ||
10360 | 2002-11-07 14:30 kdebisschop | 13987 | * Makefile.am: cosmetic line wrap before 80 chars git-svn-id: |
10361 | 13988 | ||
10362 | * [r171] plugins/check_snmp.c: | 13989 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@112 f882894a-f735-0410-b71e-b25c423dba1c |
10363 | bugfixes to command format and (null) text created by asprintf | ||
10364 | switch | ||
10365 | 13990 | ||
10366 | 2002-11-07 07:07 kdebisschop | 13991 | 2002-10-16 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
10367 | 13992 | ||
10368 | * [r170] plugins/check_by_ssh.c: | 13993 | * configure.in: work with newer automake, begin swithc to asprintf git-svn-id: |
10369 | remove call_getopt, add [] arougn time | ||
10370 | 13994 | ||
10371 | 2002-11-07 07:06 kdebisschop | 13995 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@111 f882894a-f735-0410-b71e-b25c423dba1c |
10372 | 13996 | ||
10373 | * [r169] configure.in: | 13997 | 2002-10-15 Subhendu Ghosh <sghosh@users.sourceforge.net> |
10374 | test snprintf function family for ifdefs in snprintf.c | ||
10375 | 13998 | ||
10376 | 2002-10-30 18:47 kdebisschop | 13999 | * plugins-scripts/check_ifoperstatus.pl: new exit states, more |
14000 | conditional checking git-svn-id: | ||
10377 | 14001 | ||
10378 | * [r168] plugins/check_tcp.c: | 14002 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@110 f882894a-f735-0410-b71e-b25c423dba1c |
10379 | replace fixed-lentgh buffer with asprintf | ||
10380 | 14003 | ||
10381 | 2002-10-30 18:46 kdebisschop | 14004 | 2002-10-07 Subhendu Ghosh <sghosh@users.sourceforge.net> |
10382 | 14005 | ||
10383 | * [r167] plugins/check_udp.c: | 14006 | * plugins/check_dns.c: patch for expected IP address git-svn-id: |
10384 | forgot to remove call_getopt | ||
10385 | 14007 | ||
10386 | 2002-10-30 18:45 kdebisschop | 14008 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@109 f882894a-f735-0410-b71e-b25c423dba1c |
10387 | 14009 | ||
10388 | * [r166] plugins/check_ssh.c, plugins/check_swap.c: | 14010 | 2002-10-07 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
10389 | forgot to remove call_getopt declaration | ||
10390 | 14011 | ||
10391 | 2002-10-30 18:29 kdebisschop | 14012 | * plugins/popen.c: make sure we do not run past the end of an |
14013 | unterminated string git-svn-id: | ||
10392 | 14014 | ||
10393 | * [r165] plugins/check_smtp.c: | 14015 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@108 f882894a-f735-0410-b71e-b25c423dba1c |
10394 | remove call_getopt, fix several buffer overruns possible due to | ||
10395 | use of fixed size buffers | ||
10396 | 14016 | ||
10397 | 2002-10-30 18:22 kdebisschop | 14017 | 2002-10-07 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
10398 | 14018 | ||
10399 | * [r164] tools/setup: | 14019 | * plugins/negate.c: use asprintf, inhibit splint warning git-svn-id: |
10400 | debian builds not actively maintained, so suppress error in setup | ||
10401 | script | ||
10402 | 14020 | ||
10403 | 2002-10-30 05:07 sghosh | 14021 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@107 f882894a-f735-0410-b71e-b25c423dba1c |
10404 | 14022 | ||
10405 | * [r163] acconfig.h, configure.in, plugins-scripts/Makefile.am, | 14023 | 2002-10-05 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
10406 | plugins-scripts/check_mailq.pl, plugins-scripts/utils.pm.in: | ||
10407 | monitor mailq | ||
10408 | 14024 | ||
10409 | 2002-10-28 13:05 kdebisschop | 14025 | * getloadavg.m4, plugins/getloadavg.c: lets use library instead od |
14026 | inconsistent command line interfaces git-svn-id: | ||
10410 | 14027 | ||
10411 | * [r162] plugins-scripts/check_breeze.pl, | 14028 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@106 f882894a-f735-0410-b71e-b25c423dba1c |
10412 | plugins-scripts/check_disk_smb.pl, | ||
10413 | plugins-scripts/check_flexlm.pl, plugins-scripts/check_log.sh, | ||
10414 | plugins-scripts/check_ntp.pl, plugins-scripts/check_rpc.pl, | ||
10415 | plugins-scripts/check_sensors.sh, plugins-scripts/check_wave.pl: | ||
10416 | remove pspace in shebang since no sequent users replied | ||
10417 | 14029 | ||
10418 | 2002-10-26 13:30 kdebisschop | 14030 | 2002-09-26 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
10419 | 14031 | ||
10420 | * [r161] nagios-plugins.spec.in: | 14032 | * plugins/urlize.c: use ssprintf instead of sprintf git-svn-id: |
10421 | release should not be in tarball name | ||
10422 | 14033 | ||
10423 | 2002-10-25 13:58 kdebisschop | 14034 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@105 f882894a-f735-0410-b71e-b25c423dba1c |
10424 | 14035 | ||
10425 | * [r160] nagios-plugins.spec.in: | 14036 | 2002-09-25 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
10426 | tweak source macro | ||
10427 | 14037 | ||
10428 | 2002-10-25 12:35 kdebisschop | 14038 | * plugins/check_http.c: incorporate comment on my_recv from Russell |
14039 | Scibetti git-svn-id: | ||
10429 | 14040 | ||
10430 | * [r159] plugins/Makefile.am: | 14041 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@104 f882894a-f735-0410-b71e-b25c423dba1c |
10431 | remove check_nt | ||
10432 | 14042 | ||
10433 | 2002-10-25 02:31 kdebisschop | 14043 | 2002-09-25 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
10434 | 14044 | ||
10435 | * [r158] Makefile.am, plugins/Makefile.am: | 14045 | * plugins/check_http.c: incorporate comments from Russell Scibetti git-svn-id: |
10436 | include getloadavg sources, add some Solaris pkg build support | ||
10437 | 14046 | ||
10438 | 2002-10-22 09:13 kdebisschop | 14047 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@103 f882894a-f735-0410-b71e-b25c423dba1c |
10439 | 14048 | ||
10440 | * [r157] plugins/check_ssh.c: | 14049 | 2002-09-24 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
10441 | remove call_getopt, replace ssprintf with asprintf,better server | ||
10442 | version reporting | ||
10443 | 14050 | ||
10444 | 2002-10-22 08:54 kdebisschop | 14051 | * plugins/check_http.c: replace remaining occurences of sprintf with |
14052 | snprintf git-svn-id: | ||
10445 | 14053 | ||
10446 | * [r156] plugins/check_tcp.c: | 14054 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@102 f882894a-f735-0410-b71e-b25c423dba1c |
10447 | add check_spop | ||
10448 | 14055 | ||
10449 | 2002-10-22 08:19 kdebisschop | 14056 | 2002-09-16 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
10450 | 14057 | ||
10451 | * [r155] plugins/check_procs.c: | 14058 | * INSTALL: needed for latest autoconf git-svn-id: |
10452 | remove call_getopt, replace ssprintf with asprintf | ||
10453 | 14059 | ||
10454 | 2002-10-22 02:57 sghosh | 14060 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@101 f882894a-f735-0410-b71e-b25c423dba1c |
10455 | 14061 | ||
10456 | * [r154] contrib/check_procr.sh: | 14062 | 2002-09-16 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
10457 | From: Jerome Tytgat - checks to see if named process is running | ||
10458 | 14063 | ||
10459 | 2002-10-22 01:31 sghosh | 14064 | * Makefile.am, aclocal.m4, configure.in, nagios-plugins.spec.in: |
14065 | finish ckleanup of rpm spec porcessing git-svn-id: | ||
10460 | 14066 | ||
10461 | * [r153] README, plugins/check_nt.c: | 14067 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@100 f882894a-f735-0410-b71e-b25c423dba1c |
10462 | check_nt is downloadable from nsclient.ready2run.nl | ||
10463 | 14068 | ||
10464 | 2002-10-21 05:04 kdebisschop | 14069 | 2002-09-14 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
10465 | 14070 | ||
10466 | * [r152] plugins/check_swap.c: | 14071 | * nagios-plugins.spec, nagios-plugins.spec.in: complete spec based |
10467 | use asprintf instead of ssprintf | 14072 | on confugure.in git-svn-id: |
10468 | 14073 | ||
10469 | 2002-10-21 04:36 kdebisschop | 14074 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@99 f882894a-f735-0410-b71e-b25c423dba1c |
10470 | 14075 | ||
10471 | * [r151] plugins/Makefile.am: | 14076 | 2002-09-14 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
10472 | need to define SOURCES for check_tcp to also build as | ||
10473 | check_ftp,check_imap,check_nntp,check_pop | ||
10474 | 14077 | ||
10475 | 2002-10-21 04:05 kdebisschop | 14078 | * make-tarball, rpm: automake makes the dist tarball, rpmbuild -ta |
14079 | makes the rpm git-svn-id: | ||
10476 | 14080 | ||
10477 | * [r150] plugins/utils.c: | 14081 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@98 f882894a-f735-0410-b71e-b25c423dba1c |
10478 | use asprintf to do strscpy | ||
10479 | 14082 | ||
10480 | 2002-10-21 04:04 kdebisschop | 14083 | 2002-09-14 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
10481 | 14084 | ||
10482 | * [r149] plugins/Makefile.am: | 14085 | * plugins/check_http.c, plugins/check_tcp.c: time data in |
10483 | roll check_ftp, check_imap, check_pop, and check_nntp into | 14086 | performance string git-svn-id: |
10484 | check_tcp | ||
10485 | 14087 | ||
10486 | 2002-10-21 04:03 kdebisschop | 14088 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@97 f882894a-f735-0410-b71e-b25c423dba1c |
10487 | 14089 | ||
10488 | * [r148] plugins/check_ftp.c, plugins/check_imap.c, | 14090 | 2002-09-14 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
10489 | plugins/check_nntp.c, plugins/check_pop.c: | ||
10490 | these are all combined into check_tcp now | ||
10491 | 14091 | ||
10492 | 2002-10-21 03:55 kdebisschop | 14092 | * plugins-scripts/check_log.sh: patch from Matthew Peters |
14093 | <mattp@esec.com.au>, plus turned up a few bugs on my own git-svn-id: | ||
10493 | 14094 | ||
10494 | * [r147] plugins/check_load.c: | 14095 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@96 f882894a-f735-0410-b71e-b25c423dba1c |
10495 | remove broken call_getopt | ||
10496 | 14096 | ||
10497 | 2002-10-21 03:43 kdebisschop | 14097 | 2002-09-12 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
10498 | 14098 | ||
10499 | * [r146] plugins/check_snmp.c: | 14099 | * plugins/Makefile.am: negate wrapper git-svn-id: |
10500 | cleanup process_arguments, print_help, and print_usage | ||
10501 | 14100 | ||
10502 | 2002-10-21 03:40 kdebisschop | 14101 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@95 f882894a-f735-0410-b71e-b25c423dba1c |
10503 | 14102 | ||
10504 | * [r145] plugins/check_pgsql.c: | 14103 | 2002-09-08 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
10505 | now we provide long opts if they do not exist | ||
10506 | 14104 | ||
10507 | 2002-10-20 20:22 kdebisschop | 14105 | * plugins/negate.c: wrapper to invert return status git-svn-id: |
10508 | 14106 | ||
10509 | * [r144] plugins/check_snmp.c: | 14107 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@94 f882894a-f735-0410-b71e-b25c423dba1c |
10510 | fixed scanning for multiple OIDs, which was not working | ||
10511 | 14108 | ||
10512 | 2002-10-20 18:49 kdebisschop | 14109 | 2002-09-08 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
10513 | 14110 | ||
10514 | * [r143] plugins/check_snmp.c: | 14111 | * plugins/utils.c: clears up warnings in splint git-svn-id: |
10515 | change ssprintf to asprintf back out change at line 225 in r1.4 | ||
10516 | (values were mismatched to format string, so output was nonsense) | ||
10517 | (I left a comment showing a construct that should work, but it | ||
10518 | fails for PHBs: if my disk gets nearly full, they want 'CRITICAL | ||
10519 | - 99%' not 'CRITICAL - Gauge32: 99') (If someine has a rationale | ||
10520 | for the change, maybe it could be done as an option? - it seems | ||
10521 | fairly clear that the Web display should be sensible to PHBs so | ||
10522 | long as there's no real loss) | ||
10523 | 14112 | ||
10524 | 2002-10-18 06:41 kdebisschop | 14113 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@93 f882894a-f735-0410-b71e-b25c423dba1c |
10525 | 14114 | ||
10526 | * [r142] plugins/check_swap.c: | 14115 | 2002-09-06 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
10527 | remove old call_getopt | ||
10528 | 14116 | ||
10529 | 2002-10-18 05:55 kdebisschop | 14117 | * plugins-scripts/check_rpc.pl: case on key to ERRORS hash git-svn-id: |
10530 | 14118 | ||
10531 | * [r141] plugins/check_load.c: | 14119 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@92 f882894a-f735-0410-b71e-b25c423dba1c |
10532 | remove old call_getopt code, fix bug taking single float, allow | ||
10533 | colon as separators in additin to commas | ||
10534 | 14120 | ||
10535 | 2002-10-18 04:41 kdebisschop | 14121 | 2002-09-04 Subhendu Ghosh <sghosh@users.sourceforge.net> |
10536 | 14122 | ||
10537 | * [r140] plugins/utils.c: | 14123 | * configure.in: more Mysql patches git-svn-id: |
10538 | handle null src in strscat | ||
10539 | 14124 | ||
10540 | 2002-10-18 03:48 kdebisschop | 14125 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@91 f882894a-f735-0410-b71e-b25c423dba1c |
10541 | 14126 | ||
10542 | * [r139] plugins/check_tcp.c: | 14127 | 2002-09-04 Subhendu Ghosh <sghosh@users.sourceforge.net> |
10543 | millisecond timing | ||
10544 | 14128 | ||
10545 | 2002-10-18 03:46 kdebisschop | 14129 | * plugins-scripts/check_ntp.pl: dispersion check now controlled by |
14130 | warn and crit git-svn-id: | ||
10546 | 14131 | ||
10547 | * [r138] plugins/utils.h.in: | 14132 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@90 f882894a-f735-0410-b71e-b25c423dba1c |
10548 | refine STD_LONG_OPTS | ||
10549 | 14133 | ||
10550 | 2002-10-18 03:46 kdebisschop | 14134 | 2002-09-04 Subhendu Ghosh <sghosh@users.sourceforge.net> |
10551 | 14135 | ||
10552 | * [r137] plugins/check_http.c: | 14136 | * configure.in: Mysql dir fix git-svn-id: |
10553 | provide on more decimal point printing time | ||
10554 | 14137 | ||
10555 | 2002-10-18 03:45 kdebisschop | 14138 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@89 f882894a-f735-0410-b71e-b25c423dba1c |
10556 | 14139 | ||
10557 | * [r136] plugins/check_ping.c: | 14140 | 2002-09-04 Subhendu Ghosh <sghosh@users.sourceforge.net> |
10558 | remove broken call_getopt stuff | ||
10559 | 14141 | ||
10560 | 2002-10-17 06:09 kdebisschop | 14142 | * contrib/check_ifoperstatus.pl, contrib/check_ifstatus.pl: moved to |
14143 | supported plugins-scripts git-svn-id: | ||
10561 | 14144 | ||
10562 | * [r135] plugins/check_tcp.c: | 14145 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@88 f882894a-f735-0410-b71e-b25c423dba1c |
10563 | using asprintf | ||
10564 | 14146 | ||
10565 | 2002-10-17 06:06 kdebisschop | 14147 | 2002-09-02 Subhendu Ghosh <sghosh@users.sourceforge.net> |
10566 | 14148 | ||
10567 | * [r134] INSTALL, INSTALLING, tools/setup: | 14149 | * plugins/check_smtp.c: new -f option for adding a FROM address for |
10568 | revise now that aclocal is remved from CVS | 14150 | RFC correctness git-svn-id: |
10569 | 14151 | ||
10570 | 2002-10-16 22:26 kdebisschop | 14152 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@87 f882894a-f735-0410-b71e-b25c423dba1c |
10571 | 14153 | ||
10572 | * [r133] configure.in: | 14154 | 2002-09-01 Subhendu Ghosh <sghosh@users.sourceforge.net> |
10573 | need some quoting on ifdef | ||
10574 | 14155 | ||
10575 | 2002-10-16 22:17 kdebisschop | 14156 | * INSTALL, INSTALLING: file rename for MacOS X git-svn-id: |
10576 | 14157 | ||
10577 | * [r132] acinclude.m4, configure.in: | 14158 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@86 f882894a-f735-0410-b71e-b25c423dba1c |
10578 | finally a working fix for AM/AC_FUNC_STRTOD nightmare | ||
10579 | 14159 | ||
10580 | 2002-10-16 22:03 kdebisschop | 14160 | 2002-09-01 Subhendu Ghosh <sghosh@users.sourceforge.net> |
10581 | 14161 | ||
10582 | * [r131] configure.in: | 14162 | * plugins/check_smtp.c: Valid MAIL command git-svn-id: |
10583 | mismatched quote | ||
10584 | 14163 | ||
10585 | 2002-10-16 22:01 kdebisschop | 14164 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@85 f882894a-f735-0410-b71e-b25c423dba1c |
10586 | 14165 | ||
10587 | * [r130] configure.in: | 14166 | 2002-08-22 Subhendu Ghosh <sghosh@users.sourceforge.net> |
10588 | mismatched quote | ||
10589 | 14167 | ||
10590 | 2002-10-16 21:54 kdebisschop | 14168 | * contrib/check_snmp_process_monitor.pl: updates git-svn-id: |
10591 | 14169 | ||
10592 | * [r129] configure.in: | 14170 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@84 f882894a-f735-0410-b71e-b25c423dba1c |
10593 | missing commas | ||
10594 | 14171 | ||
10595 | 2002-10-16 21:46 kdebisschop | 14172 | 2002-08-22 Subhendu Ghosh <sghosh@users.sourceforge.net> |
10596 | 14173 | ||
10597 | * [r128] configure.in: | 14174 | * command.cfg.in: smsclient config git-svn-id: |
10598 | complains on paren in comment | ||
10599 | 14175 | ||
10600 | 2002-10-16 21:43 kdebisschop | 14176 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@83 f882894a-f735-0410-b71e-b25c423dba1c |
10601 | 14177 | ||
10602 | * [r127] acinclude.m4: | 14178 | 2002-08-22 Subhendu Ghosh <sghosh@users.sourceforge.net> |
10603 | lost a paren | ||
10604 | 14179 | ||
10605 | 2002-10-16 21:41 kdebisschop | 14180 | * contrib/check_snmp_disk_monitor.pl, |
14181 | contrib/check_snmp_process_monitor.pl: new plugins contrib git-svn-id: | ||
10606 | 14182 | ||
10607 | * [r126] acinclude.m4: | 14183 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@82 f882894a-f735-0410-b71e-b25c423dba1c |
10608 | old auto???? has AM_FUNC_STRTOD, now renamed AC_FUNC_STRTOD | ||
10609 | 14184 | ||
10610 | 2002-10-16 21:32 kdebisschop | 14185 | 2002-08-18 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
10611 | 14186 | ||
10612 | * [r125] plugins/check_http.c, plugins/utils.c, plugins/utils.h.in: | 14187 | * plugins/check_by_ssh.c: typo in options passed to ssh for ipv6. |
10613 | millisecond timimg where supported | 14188 | fix by setting a generic hook for 1-char pasthhru options git-svn-id: |
10614 | 14189 | ||
10615 | 2002-10-16 21:31 kdebisschop | 14190 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@81 f882894a-f735-0410-b71e-b25c423dba1c |
10616 | 14191 | ||
10617 | * [r124] configure.in, missing: | 14192 | 2002-08-14 Subhendu Ghosh <sghosh@users.sourceforge.net> |
10618 | build cleanly on RedHat 8.0 | ||
10619 | 14193 | ||
10620 | 2002-10-16 10:46 kdebisschop | 14194 | * plugins-scripts/check_disk_smb.pl: patch for admin shares git-svn-id: |
10621 | 14195 | ||
10622 | * [r123] ., .cvsignore: | 14196 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@80 f882894a-f735-0410-b71e-b25c423dba1c |
10623 | ignore aclocal.m4 | ||
10624 | 14197 | ||
10625 | 2002-10-16 10:34 kdebisschop | 14198 | 2002-08-14 Subhendu Ghosh <sghosh@users.sourceforge.net> |
10626 | 14199 | ||
10627 | * [r122] configure.in: | 14200 | * command.cfg.in: qpage definitions git-svn-id: |
10628 | AM_STRTOD was a typo | ||
10629 | 14201 | ||
10630 | 2002-10-16 10:31 kdebisschop | 14202 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@79 f882894a-f735-0410-b71e-b25c423dba1c |
10631 | 14203 | ||
10632 | * [r121] aclocal.m4: | 14204 | 2002-08-14 Subhendu Ghosh <sghosh@users.sourceforge.net> |
10633 | automake invokes acloacl on each run - it cannot be right to | ||
10634 | include this | ||
10635 | 14205 | ||
10636 | 2002-10-16 10:18 kdebisschop | 14206 | * plugins-scripts/check_ifstatus.pl: skip PPP interfaces git-svn-id: |
10637 | 14207 | ||
10638 | * [r120] acconfig.h: | 14208 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@78 f882894a-f735-0410-b71e-b25c423dba1c |
10639 | better checks for vsnprintf stuff | ||
10640 | 14209 | ||
10641 | 2002-10-16 10:16 kdebisschop | 14210 | 2002-08-14 Subhendu Ghosh <sghosh@users.sourceforge.net> |
10642 | 14211 | ||
10643 | * [r119] configure.in, plugins/check_http.c: | 14212 | * plugins/check_smtp.c: added HELO command git-svn-id: |
10644 | use asprintf | ||
10645 | 14213 | ||
10646 | 2002-10-16 10:14 kdebisschop | 14214 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@77 f882894a-f735-0410-b71e-b25c423dba1c |
10647 | 14215 | ||
10648 | * [r118] plugins/utils.c: | 14216 | 2002-08-14 Subhendu Ghosh <sghosh@users.sourceforge.net> |
10649 | use asprintf to construct strscat | ||
10650 | 14217 | ||
10651 | 2002-10-16 04:57 kdebisschop | 14218 | * plugins/check_by_ssh.c: ipv4/ipv6 switch added git-svn-id: |
10652 | 14219 | ||
10653 | * [r117] plugins/popen.h.in: | 14220 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@76 f882894a-f735-0410-b71e-b25c423dba1c |
10654 | timeout interval is extern | ||
10655 | 14221 | ||
10656 | 2002-10-16 04:56 kdebisschop | 14222 | 2002-08-14 Subhendu Ghosh <sghosh@users.sourceforge.net> |
10657 | 14223 | ||
10658 | * [r116] plugins/utils.c, plugins/utils.h.in: | 14224 | * plugins/check_hpjd.c: net-snmp v5x fix git-svn-id: |
10659 | start support for gettimeofday and tv_usec | ||
10660 | 14225 | ||
10661 | 2002-10-16 04:54 kdebisschop | 14226 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@75 f882894a-f735-0410-b71e-b25c423dba1c |
10662 | 14227 | ||
10663 | * [r115] aclocal.m4: | 14228 | 2002-08-14 Subhendu Ghosh <sghosh@users.sourceforge.net> |
10664 | generated with automake 1.6 / autoconf 2.53 (maybe should not be | ||
10665 | in CVS, however) | ||
10666 | 14229 | ||
10667 | 2002-10-16 04:52 kdebisschop | 14230 | * contrib/check_apc_ups.pl: fix for ePN git-svn-id: |
10668 | 14231 | ||
10669 | * [r114] plugins/snprintf.c: | 14232 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@74 f882894a-f735-0410-b71e-b25c423dba1c |
10670 | newer snprintf from samba.org | ||
10671 | 14233 | ||
10672 | 2002-10-16 04:44 kdebisschop | 14234 | 2002-08-14 Subhendu Ghosh <sghosh@users.sourceforge.net> |
10673 | 14235 | ||
10674 | * [r113] ., .cvsignore, depcomp: | 14236 | * contrib/check_linux_raid.pl, contrib/check_nagios_db.pl: new plugins git-svn-id: |
10675 | needed for automake 1.6 / autoconf 2.53 | ||
10676 | 14237 | ||
10677 | 2002-10-16 04:43 kdebisschop | 14238 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@73 f882894a-f735-0410-b71e-b25c423dba1c |
10678 | 14239 | ||
10679 | * [r112] Makefile.am: | 14240 | 2002-08-14 Subhendu Ghosh <sghosh@users.sourceforge.net> |
10680 | cosmetic line wrap before 80 chars | ||
10681 | 14241 | ||
10682 | 2002-10-16 04:41 kdebisschop | 14242 | * contrib/check_inodes-freebsd.pl: check inodes - freebsd - |
14243 | candidate for merge with check_inodes git-svn-id: | ||
10683 | 14244 | ||
10684 | * [r111] configure.in: | 14245 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@72 f882894a-f735-0410-b71e-b25c423dba1c |
10685 | work with newer automake, begin swithc to asprintf | ||
10686 | 14246 | ||
10687 | 2002-10-15 06:23 sghosh | 14247 | 2002-08-14 Subhendu Ghosh <sghosh@users.sourceforge.net> |
10688 | 14248 | ||
10689 | * [r110] plugins-scripts/check_ifoperstatus.pl: | 14249 | * contrib/check_smb.sh: new smb check - users git-svn-id: |
10690 | new exit states, more conditional checking | ||
10691 | 14250 | ||
10692 | 2002-10-07 19:05 sghosh | 14251 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@71 f882894a-f735-0410-b71e-b25c423dba1c |
10693 | 14252 | ||
10694 | * [r109] plugins/check_dns.c: | 14253 | 2002-08-13 Ethan Galstad <egalstad@users.sourceforge.net> |
10695 | patch for expected IP address | ||
10696 | 14254 | ||
10697 | 2002-10-07 01:34 kdebisschop | 14255 | * plugins/check_game.c: Mod to display current/max number of players |
14256 | in a game (Frank Kannemann) git-svn-id: | ||
10698 | 14257 | ||
10699 | * [r108] plugins/popen.c: | 14258 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@70 f882894a-f735-0410-b71e-b25c423dba1c |
10700 | make sure we do not run past the end of an unterminated string | ||
10701 | 14259 | ||
10702 | 2002-10-07 01:19 kdebisschop | 14260 | 2002-08-12 Ethan Galstad <egalstad@users.sourceforge.net> |
10703 | 14261 | ||
10704 | * [r107] plugins/negate.c: | 14262 | * contrib/check_disk_snmp.pl: Updated to use getopt (Christoph |
10705 | use asprintf, inhibit splint warning | 14263 | Maser) git-svn-id: |
10706 | 14264 | ||
10707 | 2002-10-05 11:08 kdebisschop | 14265 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@69 f882894a-f735-0410-b71e-b25c423dba1c |
10708 | 14266 | ||
10709 | * [r106] getloadavg.m4, plugins/getloadavg.c: | 14267 | 2002-08-01 Subhendu Ghosh <sghosh@users.sourceforge.net> |
10710 | lets use library instead od inconsistent command line interfaces | ||
10711 | 14268 | ||
10712 | 2002-09-26 02:17 kdebisschop | 14269 | * plugins/check_snmp.c: re-patched exit state comparison git-svn-id: |
10713 | 14270 | ||
10714 | * [r105] plugins/urlize.c: | 14271 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@68 f882894a-f735-0410-b71e-b25c423dba1c |
10715 | use ssprintf instead of sprintf | ||
10716 | 14272 | ||
10717 | 2002-09-25 08:01 kdebisschop | 14273 | 2002-08-01 Subhendu Ghosh <sghosh@users.sourceforge.net> |
10718 | 14274 | ||
10719 | * [r104] plugins/check_http.c: | 14275 | * plugins/check_snmp.c: port option added, -c support net-snmpv5, |
10720 | incorporate comment on my_recv from Russell Scibetti | 14276 | complete response string output git-svn-id: |
10721 | 14277 | ||
10722 | 2002-09-25 07:58 kdebisschop | 14278 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@67 f882894a-f735-0410-b71e-b25c423dba1c |
10723 | 14279 | ||
10724 | * [r103] plugins/check_http.c: | 14280 | 2002-08-01 Ethan Galstad <egalstad@users.sourceforge.net> |
10725 | incorporate comments from Russell Scibetti | ||
10726 | 14281 | ||
10727 | 2002-09-24 05:16 kdebisschop | 14282 | * contrib/check_digitemp.pl: Add Brian Lane's Digitemp (1-wire temp |
14283 | sensor) plugin git-svn-id: | ||
10728 | 14284 | ||
10729 | * [r102] plugins/check_http.c: | 14285 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@66 f882894a-f735-0410-b71e-b25c423dba1c |
10730 | replace remaining occurences of sprintf with snprintf | ||
10731 | 14286 | ||
10732 | 2002-09-16 00:47 kdebisschop | 14287 | 2002-07-16 Ethan Galstad <egalstad@users.sourceforge.net> |
10733 | 14288 | ||
10734 | * [r101] INSTALL: | 14289 | * contrib/check_disk_snmp.pl: Christoph Maser's plugin to check disk |
10735 | needed for latest autoconf | 14290 | usage via SNMP3 git-svn-id: |
10736 | 14291 | ||
10737 | 2002-09-16 00:47 kdebisschop | 14292 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@65 f882894a-f735-0410-b71e-b25c423dba1c |
10738 | 14293 | ||
10739 | * [r100] Makefile.am, aclocal.m4, configure.in, | 14294 | 2002-07-16 Stanley Hopcroft <stanleyhopcroft@users.sourceforge.net> |
10740 | nagios-plugins.spec.in: | ||
10741 | finish ckleanup of rpm spec porcessing | ||
10742 | 14295 | ||
10743 | 2002-09-14 21:11 kdebisschop | 14296 | * contrib/check_ms_spooler.pl: Primitive and in need of refinement |
14297 | test of MS spooler (with smbclient) git-svn-id: | ||
10744 | 14298 | ||
10745 | * [r99] nagios-plugins.spec, nagios-plugins.spec.in: | 14299 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@64 f882894a-f735-0410-b71e-b25c423dba1c |
10746 | complete spec based on confugure.in | ||
10747 | 14300 | ||
10748 | 2002-09-14 21:06 kdebisschop | 14301 | 2002-07-04 Subhendu Ghosh <sghosh@users.sourceforge.net> |
10749 | 14302 | ||
10750 | * [r98] make-tarball, rpm: | 14303 | * contrib/check_procl.sh: Jerome Tytgat - accumulated/percentage |
10751 | automake makes the dist tarball, rpmbuild -ta makes the rpm | 14304 | CPU/MEM per process - bash plugin git-svn-id: |
10752 | 14305 | ||
10753 | 2002-09-14 02:27 kdebisschop | 14306 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@63 f882894a-f735-0410-b71e-b25c423dba1c |
10754 | 14307 | ||
10755 | * [r97] plugins/check_http.c, plugins/check_tcp.c: | 14308 | 2002-07-04 Subhendu Ghosh <sghosh@users.sourceforge.net> |
10756 | time data in performance string | ||
10757 | 14309 | ||
10758 | 2002-09-14 02:13 kdebisschop | 14310 | * INSTALL: doc update git-svn-id: |
10759 | 14311 | ||
10760 | * [r96] plugins-scripts/check_log.sh: | 14312 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@62 f882894a-f735-0410-b71e-b25c423dba1c |
10761 | patch from Matthew Peters <mattp@esec.com.au>, plus turned up a | ||
10762 | few bugs on my own | ||
10763 | 14313 | ||
10764 | 2002-09-12 02:43 kdebisschop | 14314 | 2002-06-28 Subhendu Ghosh <sghosh@users.sourceforge.net> |
10765 | 14315 | ||
10766 | * [r95] plugins/Makefile.am: | 14316 | * INSTALL: note about autoconf/automake version git-svn-id: |
10767 | negate wrapper | ||
10768 | 14317 | ||
10769 | 2002-09-08 12:05 kdebisschop | 14318 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@61 f882894a-f735-0410-b71e-b25c423dba1c |
10770 | 14319 | ||
10771 | * [r94] plugins/negate.c: | 14320 | 2002-06-25 Subhendu Ghosh <sghosh@users.sourceforge.net> |
10772 | wrapper to invert return status | ||
10773 | 14321 | ||
10774 | 2002-09-08 12:05 kdebisschop | 14322 | * contrib/check_rbl.c: Check if IP address is specified on RBL - Tim |
14323 | Bell git-svn-id: | ||
10775 | 14324 | ||
10776 | * [r93] plugins/utils.c: | 14325 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@60 f882894a-f735-0410-b71e-b25c423dba1c |
10777 | clears up warnings in splint | ||
10778 | 14326 | ||
10779 | 2002-09-06 02:25 kdebisschop | 14327 | 2002-06-25 Subhendu Ghosh <sghosh@users.sourceforge.net> |
10780 | 14328 | ||
10781 | * [r92] plugins-scripts/check_rpc.pl: | 14329 | * contrib/check_lmmon.pl: check motherboard/cpu temp via lmmon git-svn-id: |
10782 | case on key to ERRORS hash | ||
10783 | 14330 | ||
10784 | 2002-09-04 06:00 sghosh | 14331 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@59 f882894a-f735-0410-b71e-b25c423dba1c |
10785 | 14332 | ||
10786 | * [r91] configure.in: | 14333 | 2002-06-24 Subhendu Ghosh <sghosh@users.sourceforge.net> |
10787 | more Mysql patches | ||
10788 | 14334 | ||
10789 | 2002-09-04 02:12 sghosh | 14335 | * plugins/check_http.c: ignore return status codes if user specified |
14336 | status line check git-svn-id: | ||
10790 | 14337 | ||
10791 | * [r90] plugins-scripts/check_ntp.pl: | 14338 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@58 f882894a-f735-0410-b71e-b25c423dba1c |
10792 | dispersion check now controlled by warn and crit | ||
10793 | 14339 | ||
10794 | 2002-09-04 02:11 sghosh | 14340 | 2002-06-24 Subhendu Ghosh <sghosh@users.sourceforge.net> |
10795 | 14341 | ||
10796 | * [r89] configure.in: | 14342 | * plugins/check_snmp.c: printf bug for large numbers - Jeff Murray git-svn-id: |
10797 | Mysql dir fix | ||
10798 | 14343 | ||
10799 | 2002-09-04 02:10 sghosh | 14344 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@57 f882894a-f735-0410-b71e-b25c423dba1c |
10800 | 14345 | ||
10801 | * [r88] contrib/check_ifoperstatus.pl, contrib/check_ifstatus.pl: | 14346 | 2002-06-20 Subhendu Ghosh <sghosh@users.sourceforge.net> |
10802 | moved to supported plugins-scripts | ||
10803 | 14347 | ||
10804 | 2002-09-02 18:47 sghosh | 14348 | * plugins-scripts/check_disk_smb.pl: logic fix for disk space |
14349 | thresholds git-svn-id: | ||
10805 | 14350 | ||
10806 | * [r87] plugins/check_smtp.c: | 14351 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@56 f882894a-f735-0410-b71e-b25c423dba1c |
10807 | new -f option for adding a FROM address for RFC correctness | ||
10808 | 14352 | ||
10809 | 2002-09-01 16:22 sghosh | 14353 | 2002-06-19 Subhendu Ghosh <sghosh@users.sourceforge.net> |
10810 | 14354 | ||
10811 | * [r86] INSTALL, INSTALLING: | 14355 | * plugins/check_dig.c, plugins/check_dns.c, plugins/check_fping.c, |
10812 | file rename for MacOS X | 14356 | plugins/check_hpjd.c, plugins/check_nagios.c, plugins/check_ping.c, |
14357 | plugins/check_snmp.c, plugins/check_vsz.c, plugins/urlize.c, | ||
14358 | plugins/utils.c, plugins/utils.h.in: more POSIX return value | ||
14359 | comparison related code fixes git-svn-id: | ||
10813 | 14360 | ||
10814 | 2002-09-01 16:18 sghosh | 14361 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@55 f882894a-f735-0410-b71e-b25c423dba1c |
10815 | 14362 | ||
10816 | * [r85] plugins/check_smtp.c: | 14363 | 2002-06-19 Subhendu Ghosh <sghosh@users.sourceforge.net> |
10817 | Valid MAIL command | ||
10818 | 14364 | ||
10819 | 2002-08-22 22:08 sghosh | 14365 | * plugins/check_disk.c, plugins/check_ping.c, plugins/check_procs.c: |
14366 | fixes for using POSIX return codes git-svn-id: | ||
10820 | 14367 | ||
10821 | * [r84] contrib/check_snmp_process_monitor.pl: | 14368 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@54 f882894a-f735-0410-b71e-b25c423dba1c |
10822 | updates | ||
10823 | 14369 | ||
10824 | 2002-08-22 14:43 sghosh | 14370 | 2002-06-18 Subhendu Ghosh <sghosh@users.sourceforge.net> |
10825 | 14371 | ||
10826 | * [r83] command.cfg.in: | 14372 | * plugins/common.h.in: updated to POSIX return codes git-svn-id: |
10827 | smsclient config | ||
10828 | 14373 | ||
10829 | 2002-08-22 14:42 sghosh | 14374 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@53 f882894a-f735-0410-b71e-b25c423dba1c |
10830 | 14375 | ||
10831 | * [r82] contrib/check_snmp_disk_monitor.pl, | 14376 | 2002-06-18 Subhendu Ghosh <sghosh@users.sourceforge.net> |
10832 | contrib/check_snmp_process_monitor.pl: | ||
10833 | new plugins contrib | ||
10834 | 14377 | ||
10835 | 2002-08-18 18:03 kdebisschop | 14378 | * contrib/check_cluster.c: Ethan's check_cluster git-svn-id: |
10836 | 14379 | ||
10837 | * [r81] plugins/check_by_ssh.c: | 14380 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@52 f882894a-f735-0410-b71e-b25c423dba1c |
10838 | typo in options passed to ssh for ipv6. fix by setting a generic | ||
10839 | hook for 1-char pasthhru options | ||
10840 | 14381 | ||
10841 | 2002-08-14 19:17 sghosh | 14382 | 2002-06-13 Subhendu Ghosh <sghosh@users.sourceforge.net> |
10842 | 14383 | ||
10843 | * [r80] plugins-scripts/check_disk_smb.pl: | 14384 | * plugins/check_smtp.c: conformance to RFC 821 <CRLF> git-svn-id: |
10844 | patch for admin shares | ||
10845 | 14385 | ||
10846 | 2002-08-14 19:07 sghosh | 14386 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@51 f882894a-f735-0410-b71e-b25c423dba1c |
10847 | 14387 | ||
10848 | * [r79] command.cfg.in: | 14388 | 2002-06-13 Subhendu Ghosh <sghosh@users.sourceforge.net> |
10849 | qpage definitions | ||
10850 | 14389 | ||
10851 | 2002-08-14 19:06 sghosh | 14390 | * configure.in: use xntpdc on Solaris for check_ntp git-svn-id: |
10852 | 14391 | ||
10853 | * [r78] plugins-scripts/check_ifstatus.pl: | 14392 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@50 f882894a-f735-0410-b71e-b25c423dba1c |
10854 | skip PPP interfaces | ||
10855 | 14393 | ||
10856 | 2002-08-14 19:04 sghosh | 14394 | 2002-06-10 Subhendu Ghosh <sghosh@users.sourceforge.net> |
10857 | 14395 | ||
10858 | * [r77] plugins/check_smtp.c: | 14396 | * plugins/check_smtp.c: patch to stop NOQUEUE syslog messages - Karl |
10859 | added HELO command | 14397 | Ewald git-svn-id: |
10860 | 14398 | ||
10861 | 2002-08-14 19:04 sghosh | 14399 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@49 f882894a-f735-0410-b71e-b25c423dba1c |
10862 | 14400 | ||
10863 | * [r76] plugins/check_by_ssh.c: | 14401 | 2002-06-08 Subhendu Ghosh <sghosh@users.sourceforge.net> |
10864 | ipv4/ipv6 switch added | ||
10865 | 14402 | ||
10866 | 2002-08-14 19:03 sghosh | 14403 | * plugins-scripts/check_ntp.pl: xntpdc/ntpdc patch - John Koyle git-svn-id: |
10867 | 14404 | ||
10868 | * [r75] plugins/check_hpjd.c: | 14405 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@48 f882894a-f735-0410-b71e-b25c423dba1c |
10869 | net-snmp v5x fix | ||
10870 | 14406 | ||
10871 | 2002-08-14 19:02 sghosh | 14407 | 2002-06-06 Subhendu Ghosh <sghosh@users.sourceforge.net> |
10872 | 14408 | ||
10873 | * [r74] contrib/check_apc_ups.pl: | 14409 | * plugins-scripts/subst.in, plugins-scripts/utils.sh.in: corrected |
10874 | fix for ePN | 14410 | result codes - for sh; corrected substition for libexec - Tom |
14411 | Bertelson git-svn-id: | ||
10875 | 14412 | ||
10876 | 2002-08-14 19:01 sghosh | 14413 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@47 f882894a-f735-0410-b71e-b25c423dba1c |
10877 | 14414 | ||
10878 | * [r73] contrib/check_linux_raid.pl, contrib/check_nagios_db.pl: | 14415 | 2002-06-06 Subhendu Ghosh <sghosh@users.sourceforge.net> |
10879 | new plugins | ||
10880 | 14416 | ||
10881 | 2002-08-14 19:00 sghosh | 14417 | * plugins/check_disk.c: added option for mount point - Tom Bertelson git-svn-id: |
10882 | 14418 | ||
10883 | * [r72] contrib/check_inodes-freebsd.pl: | 14419 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@46 f882894a-f735-0410-b71e-b25c423dba1c |
10884 | check inodes - freebsd - candidate for merge with check_inodes | ||
10885 | 14420 | ||
10886 | 2002-08-14 15:29 sghosh | 14421 | 2002-06-06 Subhendu Ghosh <sghosh@users.sourceforge.net> |
10887 | 14422 | ||
10888 | * [r71] contrib/check_smb.sh: | 14423 | * plugins-scripts/check_oracle.sh: Add test for Oracle name server, |
10889 | new smb check - users | 14424 | can dynamicall determine ORACLE_HOME - tom Bertelson git-svn-id: |
10890 | 14425 | ||
10891 | 2002-08-13 03:18 egalstad | 14426 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@45 f882894a-f735-0410-b71e-b25c423dba1c |
10892 | 14427 | ||
10893 | * [r70] plugins/check_game.c: | 14428 | 2002-06-06 Subhendu Ghosh <sghosh@users.sourceforge.net> |
10894 | Mod to display current/max number of players in a game (Frank | ||
10895 | Kannemann) | ||
10896 | 14429 | ||
10897 | 2002-08-12 23:09 egalstad | 14430 | * plugins-scripts/check_flexlm.pl: conditional on lmstat git-svn-id: |
10898 | 14431 | ||
10899 | * [r69] contrib/check_disk_snmp.pl: | 14432 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@44 f882894a-f735-0410-b71e-b25c423dba1c |
10900 | Updated to use getopt (Christoph Maser) | ||
10901 | 14433 | ||
10902 | 2002-08-01 05:06 sghosh | 14434 | 2002-06-06 Subhendu Ghosh <sghosh@users.sourceforge.net> |
10903 | 14435 | ||
10904 | * [r68] plugins/check_snmp.c: | 14436 | * plugins-scripts/check_ntp.pl: conditional on ntpdc git-svn-id: |
10905 | re-patched exit state comparison | ||
10906 | 14437 | ||
10907 | 2002-08-01 04:54 sghosh | 14438 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@43 f882894a-f735-0410-b71e-b25c423dba1c |
10908 | 14439 | ||
10909 | * [r67] plugins/check_snmp.c: | 14440 | 2002-05-29 Subhendu Ghosh <sghosh@users.sourceforge.net> |
10910 | port option added, -c support net-snmpv5, complete response | ||
10911 | string output | ||
10912 | 14441 | ||
10913 | 2002-08-01 04:46 egalstad | 14442 | * command.cfg.in: notes added git-svn-id: |
10914 | 14443 | ||
10915 | * [r66] contrib/check_digitemp.pl: | 14444 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@42 f882894a-f735-0410-b71e-b25c423dba1c |
10916 | Add Brian Lane's Digitemp (1-wire temp sensor) plugin | ||
10917 | 14445 | ||
10918 | 2002-07-16 04:13 egalstad | 14446 | 2002-05-28 Subhendu Ghosh <sghosh@users.sourceforge.net> |
10919 | 14447 | ||
10920 | * [r65] contrib/check_disk_snmp.pl: | 14448 | * command.cfg.in: option updates, more examples git-svn-id: |
10921 | Christoph Maser's plugin to check disk usage via SNMP3 | ||
10922 | 14449 | ||
10923 | 2002-07-16 00:04 stanleyhopcroft | 14450 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@41 f882894a-f735-0410-b71e-b25c423dba1c |
10924 | 14451 | ||
10925 | * [r64] contrib/check_ms_spooler.pl: | 14452 | 2002-05-28 Subhendu Ghosh <sghosh@users.sourceforge.net> |
10926 | Primitive and in need of refinement test of MS spooler (with | ||
10927 | smbclient) | ||
10928 | 14453 | ||
10929 | 2002-07-04 22:02 sghosh | 14454 | * command.cfg.in: option updates, more examples git-svn-id: |
10930 | 14455 | ||
10931 | * [r63] contrib/check_procl.sh: | 14456 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@40 f882894a-f735-0410-b71e-b25c423dba1c |
10932 | Jerome Tytgat - accumulated/percentage CPU/MEM per process - bash | ||
10933 | plugin | ||
10934 | 14457 | ||
10935 | 2002-07-04 04:05 sghosh | 14458 | 2002-05-27 Subhendu Ghosh <sghosh@users.sourceforge.net> |
10936 | 14459 | ||
10937 | * [r62] INSTALL: | 14460 | * plugins-scripts/check_ntp.pl: checked in too quickly git-svn-id: |
10938 | doc update | ||
10939 | 14461 | ||
10940 | 2002-06-28 21:08 sghosh | 14462 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@39 f882894a-f735-0410-b71e-b25c423dba1c |
10941 | 14463 | ||
10942 | * [r61] INSTALL: | 14464 | 2002-05-27 Subhendu Ghosh <sghosh@users.sourceforge.net> |
10943 | note about autoconf/automake version | ||
10944 | 14465 | ||
10945 | 2002-06-25 21:32 sghosh | 14466 | * doc/README, doc/developer-guidelines.html, |
14467 | doc/developer-guidelines.sgml: added developer guidelines. git-svn-id: | ||
10946 | 14468 | ||
10947 | * [r60] contrib/check_rbl.c: | 14469 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@38 f882894a-f735-0410-b71e-b25c423dba1c |
10948 | Check if IP address is specified on RBL - Tim Bell | ||
10949 | 14470 | ||
10950 | 2002-06-25 13:55 sghosh | 14471 | 2002-05-27 Subhendu Ghosh <sghosh@users.sourceforge.net> |
10951 | 14472 | ||
10952 | * [r59] contrib/check_lmmon.pl: | 14473 | * configure.in: typo, AIX 4.3 ps, smbclient, Net::SNMP fixes git-svn-id: |
10953 | check motherboard/cpu temp via lmmon | ||
10954 | 14474 | ||
10955 | 2002-06-24 21:29 sghosh | 14475 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@37 f882894a-f735-0410-b71e-b25c423dba1c |
10956 | 14476 | ||
10957 | * [r58] plugins/check_http.c: | 14477 | 2002-05-27 Subhendu Ghosh <sghosh@users.sourceforge.net> |
10958 | ignore return status codes if user specified status line check | ||
10959 | 14478 | ||
10960 | 2002-06-24 20:41 sghosh | 14479 | * acconfig.h, plugins-scripts/utils.pm.in: new var - smbclient git-svn-id: |
10961 | 14480 | ||
10962 | * [r57] plugins/check_snmp.c: | 14481 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@36 f882894a-f735-0410-b71e-b25c423dba1c |
10963 | printf bug for large numbers - Jeff Murray | ||
10964 | 14482 | ||
10965 | 2002-06-20 04:27 sghosh | 14483 | 2002-05-27 Subhendu Ghosh <sghosh@users.sourceforge.net> |
10966 | 14484 | ||
10967 | * [r56] plugins-scripts/check_disk_smb.pl: | 14485 | * plugins-scripts/check_ntp.pl: logic reorg, ePN fix and support for |
10968 | logic fix for disk space thresholds | 14486 | utils.pm git-svn-id: |
10969 | 14487 | ||
10970 | 2002-06-19 05:11 sghosh | 14488 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@35 f882894a-f735-0410-b71e-b25c423dba1c |
10971 | 14489 | ||
10972 | * [r55] plugins/check_dig.c, plugins/check_dns.c, | 14490 | 2002-05-27 Subhendu Ghosh <sghosh@users.sourceforge.net> |
10973 | plugins/check_fping.c, plugins/check_hpjd.c, | ||
10974 | plugins/check_nagios.c, plugins/check_ping.c, | ||
10975 | plugins/check_snmp.c, plugins/check_vsz.c, plugins/urlize.c, | ||
10976 | plugins/utils.c, plugins/utils.h.in: | ||
10977 | more POSIX return value comparison related code fixes | ||
10978 | 14491 | ||
10979 | 2002-06-19 03:09 sghosh | 14492 | * plugins-scripts/check_disk_smb.pl: ePN fix and support for |
14493 | utils.pm git-svn-id: | ||
10980 | 14494 | ||
10981 | * [r54] plugins/check_disk.c, plugins/check_ping.c, | 14495 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@34 f882894a-f735-0410-b71e-b25c423dba1c |
10982 | plugins/check_procs.c: | ||
10983 | fixes for using POSIX return codes | ||
10984 | 14496 | ||
10985 | 2002-06-18 01:06 sghosh | 14497 | 2002-05-23 Subhendu Ghosh <sghosh@users.sourceforge.net> |
10986 | 14498 | ||
10987 | * [r53] plugins/common.h.in: | 14499 | * contrib/check_log2.pl, contrib/check_vcs.pl: New plugins from |
10988 | updated to POSIX return codes | 14500 | Aaron Bostick - Veritas Cluster, logfile git-svn-id: |
10989 | 14501 | ||
10990 | 2002-06-18 01:05 sghosh | 14502 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@33 f882894a-f735-0410-b71e-b25c423dba1c |
10991 | 14503 | ||
10992 | * [r52] contrib/check_cluster.c: | 14504 | 2002-05-10 Subhendu Ghosh <sghosh@users.sourceforge.net> |
10993 | Ethan's check_cluster | ||
10994 | 14505 | ||
10995 | 2002-06-13 20:49 sghosh | 14506 | * plugins-scripts/check_rpc.pl: updates for ePN, patch for multiple |
14507 | version check git-svn-id: | ||
10996 | 14508 | ||
10997 | * [r51] plugins/check_smtp.c: | 14509 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@32 f882894a-f735-0410-b71e-b25c423dba1c |
10998 | conformance to RFC 821 <CRLF> | ||
10999 | 14510 | ||
11000 | 2002-06-13 03:03 sghosh | 14511 | 2002-05-10 Subhendu Ghosh <sghosh@users.sourceforge.net> |
11001 | 14512 | ||
11002 | * [r50] configure.in: | 14513 | * configure.in, plugins-scripts/utils.pm.in: added programs to |
11003 | use xntpdc on Solaris for check_ntp | 14514 | autoconf git-svn-id: |
11004 | 14515 | ||
11005 | 2002-06-10 03:24 sghosh | 14516 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@31 f882894a-f735-0410-b71e-b25c423dba1c |
11006 | 14517 | ||
11007 | * [r49] plugins/check_smtp.c: | 14518 | 2002-05-10 Subhendu Ghosh <sghosh@users.sourceforge.net> |
11008 | patch to stop NOQUEUE syslog messages - Karl Ewald | ||
11009 | 14519 | ||
11010 | 2002-06-08 00:33 sghosh | 14520 | * acconfig.h: This commit was generated by cvs2svn to compensate for |
14521 | changes in r29, which included commits to RCS files with non-trunk | ||
14522 | default branches. git-svn-id: | ||
11011 | 14523 | ||
11012 | * [r48] plugins-scripts/check_ntp.pl: | 14524 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@30 f882894a-f735-0410-b71e-b25c423dba1c |
11013 | xntpdc/ntpdc patch - John Koyle | ||
11014 | 14525 | ||
11015 | 2002-06-06 04:16 sghosh | 14526 | 2002-05-09 Subhendu Ghosh <sghosh@users.sourceforge.net> |
11016 | 14527 | ||
11017 | * [r47] plugins-scripts/subst.in, plugins-scripts/utils.sh.in: | 14528 | * plugins-scripts/Makefile.am, |
11018 | corrected result codes - for sh; corrected substition for libexec | 14529 | plugins-scripts/check_ifoperstatus.pl: migrated check_ifoperstatus |
11019 | - Tom Bertelson | 14530 | to standard plugin git-svn-id: |
11020 | 14531 | ||
11021 | 2002-06-06 04:15 sghosh | 14532 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@28 f882894a-f735-0410-b71e-b25c423dba1c |
11022 | 14533 | ||
11023 | * [r46] plugins/check_disk.c: | 14534 | 2002-05-08 Subhendu Ghosh <sghosh@users.sourceforge.net> |
11024 | added option for mount point - Tom Bertelson | ||
11025 | 14535 | ||
11026 | 2002-06-06 04:15 sghosh | 14536 | * plugins/check_ping.c: patch for Suse 8.0 loss output git-svn-id: |
11027 | 14537 | ||
11028 | * [r45] plugins-scripts/check_oracle.sh: | 14538 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@27 f882894a-f735-0410-b71e-b25c423dba1c |
11029 | Add test for Oracle name server, can dynamicall determine | ||
11030 | ORACLE_HOME - tom Bertelson | ||
11031 | 14539 | ||
11032 | 2002-06-06 04:14 sghosh | 14540 | 2002-05-08 Subhendu Ghosh <sghosh@users.sourceforge.net> |
11033 | 14541 | ||
11034 | * [r44] plugins-scripts/check_flexlm.pl: | 14542 | * plugins-scripts/utils.pm.in: is_hostname added, update CODES to POSIX git-svn-id: |
11035 | conditional on lmstat | ||
11036 | 14543 | ||
11037 | 2002-06-06 04:13 sghosh | 14544 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@26 f882894a-f735-0410-b71e-b25c423dba1c |
11038 | 14545 | ||
11039 | * [r43] plugins-scripts/check_ntp.pl: | 14546 | 2002-05-08 Subhendu Ghosh <sghosh@users.sourceforge.net> |
11040 | conditional on ntpdc | ||
11041 | 14547 | ||
11042 | 2002-05-29 00:57 sghosh | 14548 | * plugins/check_hpjd.c, plugins/check_ups.c: updated notes git-svn-id: |
11043 | 14549 | ||
11044 | * [r42] command.cfg.in: | 14550 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@25 f882894a-f735-0410-b71e-b25c423dba1c |
11045 | notes added | ||
11046 | 14551 | ||
11047 | 2002-05-28 03:14 sghosh | 14552 | 2002-05-08 Subhendu Ghosh <sghosh@users.sourceforge.net> |
11048 | 14553 | ||
11049 | * [r41] command.cfg.in: | 14554 | * configure.in: updated messages and check for host command git-svn-id: |
11050 | option updates, more examples | ||
11051 | 14555 | ||
11052 | 2002-05-28 02:41 sghosh | 14556 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@24 f882894a-f735-0410-b71e-b25c423dba1c |
11053 | 14557 | ||
11054 | * [r40] command.cfg.in: | 14558 | 2002-05-08 Subhendu Ghosh <sghosh@users.sourceforge.net> |
11055 | option updates, more examples | ||
11056 | 14559 | ||
11057 | 2002-05-27 02:10 sghosh | 14560 | * plugins-scripts/Makefile.am, plugins-scripts/check_ifstatus.pl: |
14561 | moved updated check_ifstatus to standard plugin git-svn-id: | ||
11058 | 14562 | ||
11059 | * [r39] plugins-scripts/check_ntp.pl: | 14563 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@23 f882894a-f735-0410-b71e-b25c423dba1c |
11060 | checked in too quickly | ||
11061 | 14564 | ||
11062 | 2002-05-27 02:05 sghosh | 14565 | 2002-05-07 Subhendu Ghosh <sghosh@users.sourceforge.net> |
11063 | 14566 | ||
11064 | * [r38] doc, doc/README, doc/developer-guidelines.html, | 14567 | * plugins-scripts/check_breeze.pl, plugins-scripts/check_flexlm.pl, |
11065 | doc/developer-guidelines.sgml: | 14568 | plugins-scripts/check_ircd.pl, plugins-scripts/check_netdns.pl, |
11066 | added developer guidelines. | 14569 | plugins-scripts/check_ntp.pl, plugins-scripts/check_wave.pl: 2nd fix |
14570 | for ePN git-svn-id: | ||
11067 | 14571 | ||
11068 | 2002-05-27 02:03 sghosh | 14572 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@22 f882894a-f735-0410-b71e-b25c423dba1c |
11069 | 14573 | ||
11070 | * [r37] configure.in: | 14574 | 2002-05-02 Subhendu Ghosh <sghosh@users.sourceforge.net> |
11071 | typo, AIX 4.3 ps, smbclient, Net::SNMP fixes | ||
11072 | 14575 | ||
11073 | 2002-05-27 02:01 sghosh | 14576 | * plugins-scripts/check_breeze.pl, |
14577 | plugins-scripts/check_disk_smb.pl, plugins-scripts/check_flexlm.pl, | ||
14578 | plugins-scripts/check_ircd.pl, plugins-scripts/check_netdns.pl, | ||
14579 | plugins-scripts/check_ntp.pl, plugins-scripts/check_rpc.pl, | ||
14580 | plugins-scripts/check_wave.pl: fix for embedded perl git-svn-id: | ||
11074 | 14581 | ||
11075 | * [r36] acconfig.h, plugins-scripts/utils.pm.in: | 14582 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@21 f882894a-f735-0410-b71e-b25c423dba1c |
11076 | new var - smbclient | ||
11077 | 14583 | ||
11078 | 2002-05-27 01:56 sghosh | 14584 | 2002-05-02 Subhendu Ghosh <sghosh@users.sourceforge.net> |
11079 | 14585 | ||
11080 | * [r35] plugins-scripts/check_ntp.pl: | 14586 | * tools/README, tools/mini_epn.c, tools/p1.pl: updated mini_epn and |
11081 | logic reorg, ePN fix and support for utils.pm | 14587 | p1.pl added to plugins distribution git-svn-id: |
11082 | 14588 | ||
11083 | 2002-05-27 01:55 sghosh | 14589 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@20 f882894a-f735-0410-b71e-b25c423dba1c |
11084 | 14590 | ||
11085 | * [r34] plugins-scripts/check_disk_smb.pl: | 14591 | 2002-05-01 Subhendu Ghosh <sghosh@users.sourceforge.net> |
11086 | ePN fix and support for utils.pm | ||
11087 | 14592 | ||
11088 | 2002-05-23 16:39 sghosh | 14593 | * : remote log check (via snmp possible) by Alexander Haderer git-svn-id: |
11089 | 14594 | ||
11090 | * [r33] contrib/check_log2.pl, contrib/check_vcs.pl: | 14595 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@19 f882894a-f735-0410-b71e-b25c423dba1c |
11091 | New plugins from Aaron Bostick - Veritas Cluster, logfile | ||
11092 | 14596 | ||
11093 | 2002-05-10 03:51 sghosh | 14597 | 2002-04-29 Karl DeBisschop <kdebisschop@users.sourceforge.net> |
11094 | 14598 | ||
11095 | * [r32] plugins-scripts/check_rpc.pl: | 14599 | * plugins/getopt.h: failed to carry over from old plugins, listed in |
11096 | updates for ePN, patch for multiple version check | 14600 | EXTRA_DIST, needed for build git-svn-id: |
11097 | 14601 | ||
11098 | 2002-05-10 03:49 sghosh | 14602 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@18 f882894a-f735-0410-b71e-b25c423dba1c |
11099 | 14603 | ||
11100 | * [r31] configure.in, plugins-scripts/utils.pm.in: | 14604 | 2002-04-23 Subhendu Ghosh <sghosh@users.sourceforge.net> |
11101 | added programs to autoconf | ||
11102 | 14605 | ||
11103 | 2002-05-10 03:49 sghosh | 14606 | * plugins/check_ping.c: corrected program name and added rtt patch |
14607 | for RH7.2+beta git-svn-id: | ||
11104 | 14608 | ||
11105 | * [r30] acconfig.h: | 14609 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@17 f882894a-f735-0410-b71e-b25c423dba1c |
11106 | This commit was generated by cvs2svn to compensate for changes in | ||
11107 | r29, which included commits to RCS files with non-trunk default | ||
11108 | branches. | ||
11109 | 14610 | ||
11110 | 2002-05-09 19:03 sghosh | 14611 | 2002-04-18 Ethan Galstad <egalstad@users.sourceforge.net> |
11111 | 14612 | ||
11112 | * [r28] plugins-scripts/Makefile.am, | 14613 | * contrib/check_inodes.pl: add check_inodes contrib plugin by John |
11113 | plugins-scripts/check_ifoperstatus.pl: | 14614 | Jolet git-svn-id: |
11114 | migrated check_ifoperstatus to standard plugin | ||
11115 | 14615 | ||
11116 | 2002-05-08 15:35 sghosh | 14616 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@16 f882894a-f735-0410-b71e-b25c423dba1c |
11117 | 14617 | ||
11118 | * [r27] plugins/check_ping.c: | 14618 | 2002-04-18 Ethan Galstad <egalstad@users.sourceforge.net> |
11119 | patch for Suse 8.0 loss output | ||
11120 | 14619 | ||
11121 | 2002-05-08 05:10 sghosh | 14620 | * configure.in: configure script patch for ping syntax git-svn-id: |
11122 | 14621 | ||
11123 | * [r26] plugins-scripts/utils.pm.in: | 14622 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@15 f882894a-f735-0410-b71e-b25c423dba1c |
11124 | is_hostname added, update CODES to POSIX | ||
11125 | 14623 | ||
11126 | 2002-05-08 05:07 sghosh | 14624 | 2002-04-07 Subhendu Ghosh <sghosh@users.sourceforge.net> |
11127 | 14625 | ||
11128 | * [r25] plugins/check_hpjd.c, plugins/check_ups.c: | 14626 | * contrib/check_backup.pl, contrib/check_dl_size.pl: plugins from |
11129 | updated notes | 14627 | Patrick Greenwell git-svn-id: |
11130 | 14628 | ||
11131 | 2002-05-08 05:04 sghosh | 14629 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@14 f882894a-f735-0410-b71e-b25c423dba1c |
11132 | 14630 | ||
11133 | * [r24] configure.in: | 14631 | 2002-04-05 Subhendu Ghosh <sghosh@users.sourceforge.net> |
11134 | updated messages and check for host command | ||
11135 | 14632 | ||
11136 | 2002-05-08 04:58 sghosh | 14633 | * acconfig.h: This commit was generated by cvs2svn to compensate for |
14634 | changes in r12, which included commits to RCS files with non-trunk | ||
14635 | default branches. git-svn-id: | ||
11137 | 14636 | ||
11138 | * [r23] plugins-scripts/Makefile.am, | 14637 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@13 f882894a-f735-0410-b71e-b25c423dba1c |
11139 | plugins-scripts/check_ifstatus.pl: | ||
11140 | moved updated check_ifstatus to standard plugin | ||
11141 | 14638 | ||
11142 | 2002-05-07 05:35 sghosh | 14639 | 2002-04-05 Subhendu Ghosh <sghosh@users.sourceforge.net> |
11143 | 14640 | ||
11144 | * [r22] plugins-scripts/check_breeze.pl, | 14641 | * : plugin to check spread messaging toolkit git-svn-id: |
11145 | plugins-scripts/check_flexlm.pl, plugins-scripts/check_ircd.pl, | ||
11146 | plugins-scripts/check_netdns.pl, plugins-scripts/check_ntp.pl, | ||
11147 | plugins-scripts/check_wave.pl: | ||
11148 | 2nd fix for ePN | ||
11149 | 14642 | ||
11150 | 2002-05-02 16:43 sghosh | 14643 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@11 f882894a-f735-0410-b71e-b25c423dba1c |
11151 | 14644 | ||
11152 | * [r21] plugins-scripts/check_breeze.pl, | 14645 | 2002-04-03 Subhendu Ghosh <sghosh@users.sourceforge.net> |
11153 | plugins-scripts/check_disk_smb.pl, | ||
11154 | plugins-scripts/check_flexlm.pl, plugins-scripts/check_ircd.pl, | ||
11155 | plugins-scripts/check_netdns.pl, plugins-scripts/check_ntp.pl, | ||
11156 | plugins-scripts/check_rpc.pl, plugins-scripts/check_wave.pl: | ||
11157 | fix for embedded perl | ||
11158 | 14646 | ||
11159 | 2002-05-02 16:22 sghosh | 14647 | * contrib/check_oracle_instance.pl: from Sven Dolderer - check oracle instance git-svn-id: |
11160 | 14648 | ||
11161 | * [r20] tools/README, tools/mini_epn.c, tools/p1.pl: | 14649 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@10 f882894a-f735-0410-b71e-b25c423dba1c |
11162 | updated mini_epn and p1.pl added to plugins distribution | ||
11163 | 14650 | ||
11164 | 2002-05-01 21:12 sghosh | 14651 | 2002-04-03 Subhendu Ghosh <sghosh@users.sourceforge.net> |
11165 | 14652 | ||
11166 | * [r19] contrib/tarballs/fetchlog-0.92.tar.gz: | 14653 | * plugins-scripts/check_nfs.pl: check_nfs functionality exists in |
11167 | remote log check (via snmp possible) by Alexander Haderer | 14654 | check_rpc git-svn-id: |
11168 | 14655 | ||
11169 | 2002-04-29 02:58 kdebisschop | 14656 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@9 f882894a-f735-0410-b71e-b25c423dba1c |
11170 | 14657 | ||
11171 | * [r18] plugins/getopt.h: | 14658 | 2002-03-18 Subhendu Ghosh <sghosh@users.sourceforge.net> |
11172 | failed to carry over from old plugins, listed in EXTRA_DIST, | ||
11173 | needed for build | ||
11174 | 14659 | ||
11175 | 2002-04-23 12:50 sghosh | 14660 | * plugins-scripts/subst.in: function to update perl plugin scripts |
14661 | to find utils.pm git-svn-id: | ||
11176 | 14662 | ||
11177 | * [r17] plugins/check_ping.c: | 14663 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@8 f882894a-f735-0410-b71e-b25c423dba1c |
11178 | corrected program name and added rtt patch for RH7.2+beta | ||
11179 | 14664 | ||
11180 | 2002-04-18 21:59 egalstad | 14665 | 2002-03-01 Ethan Galstad <egalstad@users.sourceforge.net> |
11181 | 14666 | ||
11182 | * [r16] contrib/check_inodes.pl: | 14667 | * plugins/.cvsignore, plugins/config.h.in: Fix for stupid me git-svn-id: |
11183 | add check_inodes contrib plugin by John Jolet | ||
11184 | 14668 | ||
11185 | 2002-04-18 04:38 egalstad | 14669 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@7 f882894a-f735-0410-b71e-b25c423dba1c |
11186 | 14670 | ||
11187 | * [r15] configure.in: | 14671 | 2002-03-01 Ethan Galstad <egalstad@users.sourceforge.net> |
11188 | configure script patch for ping syntax | ||
11189 | 14672 | ||
11190 | 2002-04-07 05:13 sghosh | 14673 | * contrib/check_breeze.pl, contrib/check_dhcp.c, |
14674 | contrib/check_flexlm.pl, contrib/check_hltherm.c, | ||
14675 | contrib/check_hprsc.pl, contrib/check_ipxping.c, | ||
14676 | contrib/check_mysql.c, contrib/check_uptime.c, | ||
14677 | contrib/check_wave.pl, contrib/readme.txt, plugins/.cvsignore, | ||
14678 | plugins/config.h.in: Contrib plugin cleanup git-svn-id: | ||
11191 | 14679 | ||
11192 | * [r14] contrib/check_backup.pl, contrib/check_dl_size.pl: | 14680 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@6 f882894a-f735-0410-b71e-b25c423dba1c |
11193 | plugins from Patrick Greenwell | ||
11194 | 14681 | ||
11195 | 2002-04-05 22:22 sghosh | 14682 | 2002-02-28 Ethan Galstad <egalstad@users.sourceforge.net> |
11196 | 14683 | ||
11197 | * [r13] acconfig.h: | 14684 | * .cvsignore, AUTHORS, CODING, COPYING, ChangeLog, FAQ, Helper.pm, |
11198 | This commit was generated by cvs2svn to compensate for changes in | 14685 | INSTALL, LEGAL, Makefile.am, NEWS, README, REQUIREMENTS, ROADMAP, |
11199 | r12, which included commits to RCS files with non-trunk default | 14686 | Requirements, acconfig.h, aclocal.m4, command.cfg.in, configure.in, |
11200 | branches. | 14687 | contrib/aix/check_crit_dsk, contrib/aix/check_dsk, |
11201 | 14688 | contrib/aix/check_failed, contrib/aix/check_io, | |
11202 | 2002-04-05 22:19 sghosh | 14689 | contrib/aix/check_kerberos, contrib/aix/check_ping, |
11203 | 14690 | contrib/aix/check_queue, contrib/aix/pg_stat, | |
11204 | * [r11] contrib/tarballs/check_spread.tar: | 14691 | contrib/check_apache.pl, contrib/check_apc_ups.pl, |
11205 | plugin to check spread messaging toolkit | 14692 | contrib/check_bgpstate.pl, contrib/check_dhcp.c, |
11206 | 14693 | contrib/check_dlswcircuit.pl, contrib/check_dns_random.pl, | |
11207 | 2002-04-03 02:58 sghosh | 14694 | contrib/check_email_loop.pl, contrib/check_fping_in.c, |
11208 | 14695 | contrib/check_ftpget.pl, contrib/check_ifoperstatus.pl, | |
11209 | * [r10] contrib/check_oracle_instance.pl: | 14696 | contrib/check_ifstatus.pl, contrib/check_ipxping.c, |
11210 | from Sven Dolderer - check oracle instance | 14697 | contrib/check_joy.sh, contrib/check_maxchannels.pl, |
11211 | 14698 | contrib/check_maxwanstate.pl, contrib/check_mem.pl, | |
11212 | 2002-04-03 02:56 sghosh | 14699 | contrib/check_mysql.c, contrib/check_mysql.pl, |
11213 | 14700 | contrib/check_nagios.pl, contrib/check_netapp.pl, | |
11214 | * [r9] plugins-scripts/check_nfs.pl: | 14701 | contrib/check_nmap.py, contrib/check_nwstat.pl, |
11215 | check_nfs functionality exists in check_rpc | 14702 | contrib/check_ora_table_space.pl, contrib/check_pop3.pl, |
11216 | 14703 | contrib/check_qmailq.pl, contrib/check_rrd_data.pl, | |
11217 | 2002-03-18 05:15 sghosh | 14704 | contrib/check_sap.sh, contrib/check_sockets.pl, |
11218 | 14705 | contrib/check_timeout.c, contrib/check_uptime.c, | |
11219 | * [r8] plugins-scripts/subst.in: | 14706 | contrib/checkciscotemp.pl, contrib/maser-oracle.pl, |
11220 | function to update perl plugin scripts to find utils.pm | 14707 | contrib/mrtgext.pl, contrib/readme.txt, contrib/restrict.pl, |
11221 | 14708 | contrib/urlize.pl, contrib/utils.py, install-sh, make-tarball, | |
11222 | 2002-03-01 02:53 egalstad | 14709 | missing, mkinstalldirs, nagios-plugins.spec, opttest.pl, |
11223 | 14710 | package.def, plugins-scripts/.cvsignore, | |
11224 | * [r7] plugins, plugins/.cvsignore, plugins/config.h.in: | 14711 | plugins-scripts/Makefile.am, plugins-scripts/check_breeze.pl, |
11225 | Fix for stupid me | 14712 | plugins-scripts/check_disk_smb.pl, plugins-scripts/check_flexlm.pl, |
11226 | 14713 | plugins-scripts/check_ircd.pl, plugins-scripts/check_log.sh, | |
11227 | 2002-03-01 02:42 egalstad | 14714 | plugins-scripts/check_netdns.pl, plugins-scripts/check_nfs.pl, |
11228 | 14715 | plugins-scripts/check_ntp.pl, plugins-scripts/check_oracle.sh, | |
11229 | * [r6] contrib/check_breeze.pl, contrib/check_dhcp.c, | 14716 | plugins-scripts/check_rpc.pl, plugins-scripts/check_sensors.sh, |
11230 | contrib/check_flexlm.pl, contrib/check_hltherm.c, | 14717 | plugins-scripts/check_wave.pl, plugins-scripts/subst.in, |
11231 | contrib/check_hprsc.pl, contrib/check_ipxping.c, | 14718 | plugins-scripts/t/check_rpc.t, plugins-scripts/utils.pm.in, |
11232 | contrib/check_memory.tgz, contrib/check_mysql.c, | 14719 | plugins-scripts/utils.sh.in, plugins/.cvsignore, |
11233 | contrib/check_uptime.c, contrib/check_wave.pl, | 14720 | plugins/Makefile.am, plugins/check_by_ssh.c, plugins/check_dig.c, |
11234 | contrib/readme.txt, contrib/tarballs/berger-ping.tar.gz, | 14721 | plugins/check_disk.c, plugins/check_dns.c, plugins/check_dummy.c, |
11235 | contrib/tarballs/bowen-langley_plugins.tar.gz, | 14722 | plugins/check_fping.c, plugins/check_ftp.c, plugins/check_game.c, |
11236 | contrib/tarballs/check_bgp-1.0.tar.gz, | 14723 | plugins/check_hpjd.c, plugins/check_http.c, |
11237 | contrib/tarballs/check_breeze.tar.gz, | 14724 | plugins/check_ide-smart.c, plugins/check_imap.c, |
11238 | contrib/tarballs/check_flexlm.tar.gz, | 14725 | plugins/check_ldap.c, plugins/check_load.c, plugins/check_mrtg.c, |
11239 | contrib/tarballs/check_hltherm.tar.gz, | 14726 | plugins/check_mrtgtraf.c, plugins/check_mysql.c, |
11240 | contrib/tarballs/check_hprsc.tar.gz, | 14727 | plugins/check_nagios.c, plugins/check_nntp.c, plugins/check_nt.c, |
11241 | contrib/tarballs/check_memory.tgz, | 14728 | plugins/check_nwstat.c, plugins/check_overcr.c, |
11242 | contrib/tarballs/check_radius.tar.gz, | 14729 | plugins/check_pgsql.c, plugins/check_ping.c, plugins/check_pop.c, |
11243 | contrib/tarballs/check_wave.tar.gz, | 14730 | plugins/check_procs.c, plugins/check_radius.c, |
11244 | contrib/tarballs/hopcroft-plugins.tar.gz, | 14731 | plugins/check_real.c, plugins/check_smtp.c, plugins/check_snmp.c, |
11245 | contrib/tarballs/radius.tar.gz, plugins, plugins/.cvsignore, | 14732 | plugins/check_ssh.c, plugins/check_swap.c, plugins/check_tcp.c, |
11246 | plugins/config.h.in: | 14733 | plugins/check_time.c, plugins/check_udp.c, plugins/check_ups.c, |
11247 | Contrib plugin cleanup | 14734 | plugins/check_users.c, plugins/check_vsz.c, plugins/common.h.in, |
11248 | 14735 | plugins/getopt.c, plugins/getopt1.c, plugins/netutils.c, | |
11249 | 2002-02-28 06:42 egalstad | 14736 | plugins/netutils.h.in, plugins/popen.c, plugins/popen.h.in, |
11250 | 14737 | plugins/snprintf.c, plugins/t/check_disk.t, plugins/t/check_dns.t, | |
11251 | * [r2] ., .cvsignore, AUTHORS, CODING, COPYING, ChangeLog, FAQ, | 14738 | plugins/t/check_fping.t, plugins/t/check_ftp.t, |
11252 | Helper.pm, INSTALL, LEGAL, Makefile.am, NEWS, README, | 14739 | plugins/t/check_hpjd.t, plugins/t/check_http.t, |
11253 | REQUIREMENTS, ROADMAP, Requirements, acconfig.h, aclocal.m4, | 14740 | plugins/t/check_imap.t, plugins/t/check_load.t, |
11254 | command.cfg.in, configure.in, contrib, contrib/aix, | 14741 | plugins/t/check_mysql.t, plugins/t/check_ping.t, |
11255 | contrib/aix/check_crit_dsk, contrib/aix/check_dsk, | 14742 | plugins/t/check_pop.t, plugins/t/check_procs.t, |
11256 | contrib/aix/check_failed, contrib/aix/check_io, | 14743 | plugins/t/check_smtp.t, plugins/t/check_snmp.t, |
11257 | contrib/aix/check_kerberos, contrib/aix/check_ping, | 14744 | plugins/t/check_swap.t, plugins/t/check_tcp.t, |
11258 | contrib/aix/check_queue, contrib/aix/pg_stat, | 14745 | plugins/t/check_time.t, plugins/t/check_udp.t, |
11259 | contrib/check_apache.pl, contrib/check_apc_ups.pl, | 14746 | plugins/t/check_users.t, plugins/t/check_vsz.t, |
11260 | contrib/check_bgpstate.pl, contrib/check_dhcp.c, | 14747 | plugins/tests/check_disk, plugins/tests/check_dns, |
11261 | contrib/check_dlswcircuit.pl, contrib/check_dns_random.pl, | 14748 | plugins/tests/check_ftp, plugins/tests/check_hpjd, |
11262 | contrib/check_email_loop.pl, contrib/check_fping_in.c, | 14749 | plugins/tests/check_http, plugins/tests/check_load, |
11263 | contrib/check_ftpget.pl, contrib/check_ifoperstatus.pl, | 14750 | plugins/tests/check_ping, plugins/tests/check_procs, |
11264 | contrib/check_ifstatus.pl, contrib/check_ipxping.c, | 14751 | plugins/tests/check_swap, plugins/tests/check_users, |
11265 | contrib/check_joy.sh, contrib/check_maxchannels.pl, | 14752 | plugins/tests/check_vsz, plugins/urlize.c, plugins/utils.c, |
11266 | contrib/check_maxwanstate.pl, contrib/check_mem.pl, | 14753 | plugins/utils.h.in, plugins/version.h.in, rpm, subst.in, subst.sh, |
11267 | contrib/check_memory.tgz, contrib/check_mysql.c, | 14754 | test.pl.in, tools/setup, tools/tango: Initial revision git-svn-id: |
11268 | contrib/check_mysql.pl, contrib/check_nagios.pl, | 14755 | |
11269 | contrib/check_netapp.pl, contrib/check_nmap.py, | 14756 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2 f882894a-f735-0410-b71e-b25c423dba1c |
11270 | contrib/check_nwstat.pl, contrib/check_ora_table_space.pl, | 14757 | |
11271 | contrib/check_pop3.pl, contrib/check_qmailq.pl, | 14758 | 2002-02-28 (no author) <(no author)@f882894a-f735-0410-b71e-b25c423dba1c> |
11272 | contrib/check_rrd_data.pl, contrib/check_sap.sh, | 14759 | |
11273 | contrib/check_sockets.pl, contrib/check_timeout.c, | 14760 | * New repository initialized by cvs2svn. git-svn-id: |
11274 | contrib/check_uptime.c, contrib/checkciscotemp.pl, | 14761 | |
11275 | contrib/maser-oracle.pl, contrib/mrtgext.pl, contrib/readme.txt, | 14762 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1 f882894a-f735-0410-b71e-b25c423dba1c |
11276 | contrib/restrict.pl, contrib/tarballs, | ||
11277 | contrib/tarballs/berger-ping.tar.gz, | ||
11278 | contrib/tarballs/bowen-langley_plugins.tar.gz, | ||
11279 | contrib/tarballs/check_bgp-1.0.tar.gz, | ||
11280 | contrib/tarballs/check_breeze.tar.gz, | ||
11281 | contrib/tarballs/check_flexlm.tar.gz, | ||
11282 | contrib/tarballs/check_hltherm.tar.gz, | ||
11283 | contrib/tarballs/check_hprsc.tar.gz, | ||
11284 | contrib/tarballs/check_radius.tar.gz, | ||
11285 | contrib/tarballs/check_wave.tar.gz, | ||
11286 | contrib/tarballs/hopcroft-plugins.tar.gz, | ||
11287 | contrib/tarballs/radius.tar.gz, contrib/urlize.pl, | ||
11288 | contrib/utils.py, install-sh, make-tarball, missing, | ||
11289 | mkinstalldirs, nagios-plugins.spec, opttest.pl, package.def, | ||
11290 | plugins, plugins-scripts, plugins-scripts/.cvsignore, | ||
11291 | plugins-scripts/Makefile.am, plugins-scripts/check_breeze.pl, | ||
11292 | plugins-scripts/check_disk_smb.pl, | ||
11293 | plugins-scripts/check_flexlm.pl, plugins-scripts/check_ircd.pl, | ||
11294 | plugins-scripts/check_log.sh, plugins-scripts/check_netdns.pl, | ||
11295 | plugins-scripts/check_nfs.pl, plugins-scripts/check_ntp.pl, | ||
11296 | plugins-scripts/check_oracle.sh, plugins-scripts/check_rpc.pl, | ||
11297 | plugins-scripts/check_sensors.sh, plugins-scripts/check_wave.pl, | ||
11298 | plugins-scripts/subst.in, plugins-scripts/t, | ||
11299 | plugins-scripts/t/check_rpc.t, plugins-scripts/utils.pm.in, | ||
11300 | plugins-scripts/utils.sh.in, plugins/.cvsignore, | ||
11301 | plugins/Makefile.am, plugins/check_by_ssh.c, plugins/check_dig.c, | ||
11302 | plugins/check_disk.c, plugins/check_dns.c, plugins/check_dummy.c, | ||
11303 | plugins/check_fping.c, plugins/check_ftp.c, plugins/check_game.c, | ||
11304 | plugins/check_hpjd.c, plugins/check_http.c, | ||
11305 | plugins/check_ide-smart.c, plugins/check_imap.c, | ||
11306 | plugins/check_ldap.c, plugins/check_load.c, plugins/check_mrtg.c, | ||
11307 | plugins/check_mrtgtraf.c, plugins/check_mysql.c, | ||
11308 | plugins/check_nagios.c, plugins/check_nntp.c, plugins/check_nt.c, | ||
11309 | plugins/check_nwstat.c, plugins/check_overcr.c, | ||
11310 | plugins/check_pgsql.c, plugins/check_ping.c, plugins/check_pop.c, | ||
11311 | plugins/check_procs.c, plugins/check_radius.c, | ||
11312 | plugins/check_real.c, plugins/check_smtp.c, plugins/check_snmp.c, | ||
11313 | plugins/check_ssh.c, plugins/check_swap.c, plugins/check_tcp.c, | ||
11314 | plugins/check_time.c, plugins/check_udp.c, plugins/check_ups.c, | ||
11315 | plugins/check_users.c, plugins/check_vsz.c, plugins/common.h.in, | ||
11316 | plugins/getopt.c, plugins/getopt1.c, plugins/netutils.c, | ||
11317 | plugins/netutils.h.in, plugins/popen.c, plugins/popen.h.in, | ||
11318 | plugins/snprintf.c, plugins/t, plugins/t/check_disk.t, | ||
11319 | plugins/t/check_dns.t, plugins/t/check_fping.t, | ||
11320 | plugins/t/check_ftp.t, plugins/t/check_hpjd.t, | ||
11321 | plugins/t/check_http.t, plugins/t/check_imap.t, | ||
11322 | plugins/t/check_load.t, plugins/t/check_mysql.t, | ||
11323 | plugins/t/check_ping.t, plugins/t/check_pop.t, | ||
11324 | plugins/t/check_procs.t, plugins/t/check_smtp.t, | ||
11325 | plugins/t/check_snmp.t, plugins/t/check_swap.t, | ||
11326 | plugins/t/check_tcp.t, plugins/t/check_time.t, | ||
11327 | plugins/t/check_udp.t, plugins/t/check_users.t, | ||
11328 | plugins/t/check_vsz.t, plugins/tests, plugins/tests/check_disk, | ||
11329 | plugins/tests/check_dns, plugins/tests/check_ftp, | ||
11330 | plugins/tests/check_hpjd, plugins/tests/check_http, | ||
11331 | plugins/tests/check_load, plugins/tests/check_ping, | ||
11332 | plugins/tests/check_procs, plugins/tests/check_swap, | ||
11333 | plugins/tests/check_users, plugins/tests/check_vsz, | ||
11334 | plugins/urlize.c, plugins/utils.c, plugins/utils.h.in, | ||
11335 | plugins/version.h.in, rpm, subst.in, subst.sh, test.pl.in, tools, | ||
11336 | tools/setup, tools/tango: | ||
11337 | Initial revision | ||
11338 | |||
11339 | 2002-02-28 06:42 | ||
11340 | |||
11341 | * [r1] .: | ||
11342 | New repository initialized by cvs2svn. | ||
11343 | 14763 | ||
@@ -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.14 ... | 3 | 1.4.14 16th September 2009 |
4 | check_http has options to specify the HTTP method (#2155152) | 4 | check_http has options to specify the HTTP method (#2155152) |
5 | check_users thresholds were not working exactly as documented (>= rather than >) | 5 | check_users thresholds were not working exactly as documented (>= rather than >) |
6 | Updated tinderbox_build script to point to new tinderbox server | 6 | Updated tinderbox_build script to point to new tinderbox server |
diff --git a/NP-VERSION-GEN b/NP-VERSION-GEN index 657ef3c..273e066 100755 --- a/NP-VERSION-GEN +++ b/NP-VERSION-GEN | |||
@@ -6,7 +6,7 @@ | |||
6 | SRC_ROOT=`dirname $0` | 6 | SRC_ROOT=`dirname $0` |
7 | 7 | ||
8 | NPVF=NP-VERSION-FILE | 8 | NPVF=NP-VERSION-FILE |
9 | DEF_VER=1.4.13.git | 9 | DEF_VER=1.4.14.git |
10 | 10 | ||
11 | LF=' | 11 | LF=' |
12 | ' | 12 | ' |
diff --git a/configure.in b/configure.in index 68ac0a0..505af93 100644 --- a/configure.in +++ b/configure.in | |||
@@ -1,6 +1,6 @@ | |||
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_PREREQ(2.59) | 2 | AC_PREREQ(2.59) |
3 | AC_INIT(nagios-plugins,1.4.13) | 3 | AC_INIT(nagios-plugins,1.4.14) |
4 | AC_CONFIG_SRCDIR(NPTest.pm) | 4 | AC_CONFIG_SRCDIR(NPTest.pm) |
5 | AC_CONFIG_FILES(gl/Makefile) | 5 | AC_CONFIG_FILES(gl/Makefile) |
6 | AC_CONFIG_AUX_DIR(build-aux) | 6 | AC_CONFIG_AUX_DIR(build-aux) |
diff --git a/package.def b/package.def index 789254c..87edce9 100644 --- a/package.def +++ b/package.def | |||
@@ -1 +1 @@ | |||
PACKAGE_RELEASE="1.4.13" | PACKAGE_RELEASE="1.4.14" | ||