summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Weiss <holger@zedat.fu-berlin.de>2013-09-20 14:53:55 (GMT)
committerHolger Weiss <holger@zedat.fu-berlin.de>2013-09-20 14:53:55 (GMT)
commitbce7e739cc94708609f372b7bdcaf123c11d3279 (patch)
tree9c8e16eea69a038b0bbb37576aec0bc105a995c2
parenta7d50ec713f163ca3c57b1268546a04860d0e242 (diff)
downloadmonitoring-plugins-bce7e739cc94708609f372b7bdcaf123c11d3279.tar.gz
Remove the BUGS file
The BUGS file wasn't maintained properly anymore. And doing so makes no sense. That's what the bug tracker is for.
-rw-r--r--BUGS32
-rw-r--r--Makefile.am2
-rw-r--r--README2
3 files changed, 1 insertions, 35 deletions
diff --git a/BUGS b/BUGS
deleted file mode 100644
index f134080..0000000
--- a/BUGS
+++ /dev/null
@@ -1,32 +0,0 @@
1This file lists the major bugs from the Nagios Plugins page on Sourceforge
2at http://sourceforge.net/tracker/?group_id=29880&atid=397597. These are not
3necessarily verified as errors.
4
5For the 1.4.16 release:
6
73535511 - check_snmp memory corruption with many OIDs/labels/units
83434735 - check_http failing with proxy server
93028955 - check_users always reports 1 user connected in French
103003419 - check_snmp converts negative values to positive
112991170 - check_nt segfaults on unexpected server response
122826570 - check_http does not work with some HTTPS servers
132823005 - check_swap returns OK if no swap activated
142786808 - check_http asks for HTTP/1.1, but doesn't understand chunked
152555782 - check_imap fails with SSL3
162550254 - check_ldap with starttls requires hostname to match cert name
172315953 - check_ping: timeouts when reverse name resolution times out
182075933 - check_disk segfault on freebsd 7 if using -p option
191984255 - check_swap not built on Solaris 10 and HP-UX 11.11, 11.23
201984240 - check_tcp Segmentation fault on HP-UX 11.23
211939578 - check_jabber: Always returns WARNING with Openfire server
221939529 - check_tcp: Expiring SSL certs produce confusing messages
231928399 - check_procs METRIC_CPU should ignore kernel processes on FreeBSD
241904965 - check_apt: SECURITY_RE is not correct
251681516 - output too verbose for various checks
261523748 - check_disk should error if warn range is subset of critical
271469468 - signal handler in popen.c is broken
281381604 - Perlsec breaks any perl plugin with perl 5.8.x
291373801 - check_ping timeout on Mandrake 10.1
301370031 - check_disk_smb requires DNS agree with NetBIOS names
311225470 - check_swap perf data incorrect
321090549 - check_dhcp ignores DHCP replies
diff --git a/Makefile.am b/Makefile.am
index aae8ec9..dc16654 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -3,7 +3,7 @@
3SUBDIRS = gl tap lib plugins plugins-scripts plugins-root po @PERLMODS_DIR@ 3SUBDIRS = gl tap lib plugins plugins-scripts plugins-root po @PERLMODS_DIR@
4 4
5EXTRA_DIST = config.rpath \ 5EXTRA_DIST = config.rpath \
6 ABOUT-NLS ACKNOWLEDGEMENTS AUTHORS BUGS CODING FAQ LEGAL NEWS \ 6 ABOUT-NLS ACKNOWLEDGEMENTS AUTHORS CODING FAQ LEGAL NEWS \
7 NP-VERSION-GEN REQUIREMENTS SUPPORT THANKS \ 7 NP-VERSION-GEN REQUIREMENTS SUPPORT THANKS \
8 NPTest.pm pkg nagios-plugins.spec \ 8 NPTest.pm pkg nagios-plugins.spec \
9 config_test/Makefile config_test/run_tests config_test/child_test.c \ 9 config_test/Makefile config_test/run_tests config_test/child_test.c \
diff --git a/README b/README
index ae8801c..5f492f6 100644
--- a/README
+++ b/README
@@ -15,8 +15,6 @@ Nagios Plugins README
15 are dependent on other programs/libraries that are missing are usually not 15 are dependent on other programs/libraries that are missing are usually not
16 compiled. Read the `REQUIREMENTS` file for more information. 16 compiled. Read the `REQUIREMENTS` file for more information.
17 17
18* For a list of outstanding bugs for this release, see the `BUGS` file.
19
20* Individual plugins are self documenting. All plugins that comply with 18* Individual plugins are self documenting. All plugins that comply with
21 the basic guidelines for development will provide detailed help when 19 the basic guidelines for development will provide detailed help when
22 invoked with the `-h` or `--help` options. 20 invoked with the `-h` or `--help` options.