diff options
author | Holger Weiss <holger@zedat.fu-berlin.de> | 2013-09-20 16:53:55 +0200 |
---|---|---|
committer | Holger Weiss <holger@zedat.fu-berlin.de> | 2013-09-20 16:53:55 +0200 |
commit | bce7e739cc94708609f372b7bdcaf123c11d3279 (patch) | |
tree | 9c8e16eea69a038b0bbb37576aec0bc105a995c2 | |
parent | a7d50ec713f163ca3c57b1268546a04860d0e242 (diff) | |
download | monitoring-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-- | BUGS | 32 | ||||
-rw-r--r-- | Makefile.am | 2 | ||||
-rw-r--r-- | README | 2 |
3 files changed, 1 insertions, 35 deletions
@@ -1,32 +0,0 @@ -This file lists the major bugs from the Nagios Plugins page on Sourceforge -at http://sourceforge.net/tracker/?group_id=29880&atid=397597. These are not -necessarily verified as errors. - -For the 1.4.16 release: - -3535511 - check_snmp memory corruption with many OIDs/labels/units -3434735 - check_http failing with proxy server -3028955 - check_users always reports 1 user connected in French -3003419 - check_snmp converts negative values to positive -2991170 - check_nt segfaults on unexpected server response -2826570 - check_http does not work with some HTTPS servers -2823005 - check_swap returns OK if no swap activated -2786808 - check_http asks for HTTP/1.1, but doesn't understand chunked -2555782 - check_imap fails with SSL3 -2550254 - check_ldap with starttls requires hostname to match cert name -2315953 - check_ping: timeouts when reverse name resolution times out -2075933 - check_disk segfault on freebsd 7 if using -p option -1984255 - check_swap not built on Solaris 10 and HP-UX 11.11, 11.23 -1984240 - check_tcp Segmentation fault on HP-UX 11.23 -1939578 - check_jabber: Always returns WARNING with Openfire server -1939529 - check_tcp: Expiring SSL certs produce confusing messages -1928399 - check_procs METRIC_CPU should ignore kernel processes on FreeBSD -1904965 - check_apt: SECURITY_RE is not correct -1681516 - output too verbose for various checks -1523748 - check_disk should error if warn range is subset of critical -1469468 - signal handler in popen.c is broken -1381604 - Perlsec breaks any perl plugin with perl 5.8.x -1373801 - check_ping timeout on Mandrake 10.1 -1370031 - check_disk_smb requires DNS agree with NetBIOS names -1225470 - check_swap perf data incorrect -1090549 - check_dhcp ignores DHCP replies diff --git a/Makefile.am b/Makefile.am index aae8ec9b..dc166546 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3,7 +3,7 @@ SUBDIRS = gl tap lib plugins plugins-scripts plugins-root po @PERLMODS_DIR@ EXTRA_DIST = config.rpath \ - ABOUT-NLS ACKNOWLEDGEMENTS AUTHORS BUGS CODING FAQ LEGAL NEWS \ + ABOUT-NLS ACKNOWLEDGEMENTS AUTHORS CODING FAQ LEGAL NEWS \ NP-VERSION-GEN REQUIREMENTS SUPPORT THANKS \ NPTest.pm pkg nagios-plugins.spec \ config_test/Makefile config_test/run_tests config_test/child_test.c \ @@ -15,8 +15,6 @@ Nagios Plugins README are dependent on other programs/libraries that are missing are usually not compiled. Read the `REQUIREMENTS` file for more information. -* For a list of outstanding bugs for this release, see the `BUGS` file. - * Individual plugins are self documenting. All plugins that comply with the basic guidelines for development will provide detailed help when invoked with the `-h` or `--help` options. |