summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog171
1 files changed, 171 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f2abe48..004f268 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,174 @@
12007-03-29 11:25 tonvoon
2
3 * plugins/check_ntp.c: Adding help text for jitter flags
4
52007-03-27 07:53 dermoth
6
7 * THANKS.in, plugins-root/check_icmp.c: Fix bug #1494629 -
8 check_icmp fails after some time on FreeBSD
9
102007-03-25 14:55 tonvoon
11
12 * configure.in, NEWS: Reinstate --with-nagios-user/group and new
13 --without-group-permissions ./configure options
14
152007-03-22 17:54 hweiss
16
17 * THANKS.in, plugins/common.h: Increase MAX_INPUT_BUFFER from 1k to
18 8k in order to increase I/O performance (Stefan Meier)
19
202007-03-16 12:11 gonzai
21
22 * plugins-scripts/check_ifoperstatus.pl: Fix bogus 'eq ( || )'
23 constructions in check_ifoperstatus.pl.
24
252007-03-12 10:51 tonvoon
26
27 * NEWS, plugins/check_ping.c, plugins/t/check_ping.t: check_ping's
28 timeout interval is only +1 if ping command has a timeout value.
29 Tests updated to check for 100% packet loss (always if ping has
30 timeout), otherwise will check for "timed out" string
31
322007-03-11 02:27 tonvoon
33
34 * plugins/t/check_ping.t: Converted check_ping.t to new-style
35 testcases. Added test case for check_icmp - requires sudo access
36
372007-03-11 01:57 tonvoon
38
39 * plugins/check_ping.c: Fixed some help display. Removed -L from
40 usage as deprecated option
41
422007-03-08 09:09 dermoth
43
44 * NEWS, THANKS.in, plugins-root/check_icmp.c: New switch to
45 check_icmp to set the minimum required hosts for success.
46
472007-03-08 06:12 dermoth
48
49 * config_test/child_test.c: Ficing C++ style comments
50
512007-03-08 06:09 dermoth
52
53 * plugins-root/check_icmp.c: Fixed C++ style comments, but I don't
54 get why those lines were originally commented out.
55
562007-03-06 22:45 tonvoon
57
58 * plugins/check_http.c: Fix option handling (Nobuhiro Ban -
59 1657280)
60
612007-03-06 22:29 tonvoon
62
63 * plugins/check_smtp.c: Fixed compile errors in check_smtp.c
64
652007-03-06 22:17 tonvoon
66
67 * NEWS, THANKS.in, plugins/check_smtp.c: Fixed broken HELO cmd
68 (Enrico Scholz - 1675279)
69
702007-03-06 17:29 tonvoon
71
72 * NEWS, configure.in, plugins/check_procs.c: Use /usr/ucb/ps on
73 Solaris in preference to pst3 (problems in 64bit mode)
74
752007-03-06 17:26 tonvoon
76
77 * plugins/t/check_disk.t: Test failure if a filesystem which is a
78 subset of another fails the inode check (Matthias Elbe - 1660953)
79
802007-03-06 14:18 tonvoon
81
82 * NEWS, configure.in: Detect if check_mysql compile will work at
83 ./configure time, due to some Redhat systems distributing
84 mysql_config, but not the include files
85
862007-03-06 11:03 tonvoon
87
88 * configure.in: Clearer message when --with-nagios-user is used for
89 ./configure
90
912007-03-06 10:48 tonvoon
92
93 * FAQ, INSTALLING, NEWS, README, plugins-root/Makefile.am: Root
94 plugins installed with world executable permissions. Removed
95 references to --with-nagios-user and --with-nagios-group in
96 README
97
982007-03-02 01:38 egalstad
99
100 * plugins/check_mrtgtraf.c: Fix for broken check_mrtgtraf
101
1022007-02-24 01:03 dermoth
103
104 * doc/makefile: Fix the makefile ('[[' is bash-specific, 'rm -f'
105 don't remove directories)
106
1072007-02-14 20:56 tonvoon
108
109 * NEWS, contrib/check_sybase: check_sybase now maintained in
110 NagiosExchange
111
1122007-02-14 20:52 tonvoon
113
114 * plugins/check_disk.c: Fixed typo in help for -M
115
1162007-02-14 10:11 tonvoon
117
118 * plugins/: check_tcp.c, t/check_tcp.t: Documentation fix re:
119 --escape flag. Fix of ./check_tcp test to webservers to make it
120 more standards compliant
121
1222007-02-09 14:35 tonvoon
123
124 * NEWS, THANKS.in, po/.cvsignore, po/Makefile.in.in: Fixed
125 MKINSTALLDIRS problem on some systems - Lars Stavholm
126
1272007-02-07 14:46 tonvoon
128
129 * lib/: Makefile.config-opts, parse_ini.c,
130 tests/Makefile.config-opts, tests/config-tiny.ini,
131 tests/plugin.ini, tests/test_ini.c: Added test files to test the
132 parse_ini.c routines. Requires libtap
133
1342007-02-07 14:06 hweiss
135
136 * plugins/check_swap.c: Include <sys/param.h> before <sys/swap.h>
137 in order to fix compilation on OpenBSD (nsturm - 1653934)
138
1392007-02-06 23:30 dermoth
140
141 * plugins/check_tcp.c: Correct vim typo in comment block :P
142
1432007-02-06 21:03 opensides
144
145 * plugins/check_disk.c, plugins/check_http.c,
146 plugins/check_ide_smart.c, plugins/check_mrtg.c,
147 plugins/check_mrtgtraf.c, plugins/check_overcr.c,
148 plugins/check_smtp.c, plugins/check_tcp.c, po/de.po, po/fr.po,
149 po/nagios-plugins.pot:
150 correcting some translation problems
151
1522007-02-06 19:33 seanius
153
154 * lib/: parse_ini.c, parse_ini.h: initial version of ini file
155 parsing routines in C
156
1572007-02-06 18:34 opensides
158
159 * po/Makevars:
160 adding PACKAGE_BUGREPORT to fix Report-Msgid-Bugs-To:
161
1622007-02-05 13:51 tonvoon
163
164 * AUTHORS, doc/RELEASING: Update list of team members. More notes
165 on new releases
166
1672007-02-05 13:13 tonvoon
168
169 * BUGS, NEWS, ChangeLog, configure.in, package.def: For 1.4.6
170 release
171
12007-02-02 09:10 dermoth 1722007-02-02 09:10 dermoth
2 173
3 * plugins/check_snmp.c: Fix parsing of multiple OIDs sets needmibs 174 * plugins/check_snmp.c: Fix parsing of multiple OIDs sets needmibs