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 @@ | |||
| 1 | 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 | ||
| 3 | necessarily verified as errors. | ||
| 4 | |||
| 5 | For the 1.4.16 release: | ||
| 6 | |||
| 7 | 3535511 - check_snmp memory corruption with many OIDs/labels/units | ||
| 8 | 3434735 - check_http failing with proxy server | ||
| 9 | 3028955 - check_users always reports 1 user connected in French | ||
| 10 | 3003419 - check_snmp converts negative values to positive | ||
| 11 | 2991170 - check_nt segfaults on unexpected server response | ||
| 12 | 2826570 - check_http does not work with some HTTPS servers | ||
| 13 | 2823005 - check_swap returns OK if no swap activated | ||
| 14 | 2786808 - check_http asks for HTTP/1.1, but doesn't understand chunked | ||
| 15 | 2555782 - check_imap fails with SSL3 | ||
| 16 | 2550254 - check_ldap with starttls requires hostname to match cert name | ||
| 17 | 2315953 - check_ping: timeouts when reverse name resolution times out | ||
| 18 | 2075933 - check_disk segfault on freebsd 7 if using -p option | ||
| 19 | 1984255 - check_swap not built on Solaris 10 and HP-UX 11.11, 11.23 | ||
| 20 | 1984240 - check_tcp Segmentation fault on HP-UX 11.23 | ||
| 21 | 1939578 - check_jabber: Always returns WARNING with Openfire server | ||
| 22 | 1939529 - check_tcp: Expiring SSL certs produce confusing messages | ||
| 23 | 1928399 - check_procs METRIC_CPU should ignore kernel processes on FreeBSD | ||
| 24 | 1904965 - check_apt: SECURITY_RE is not correct | ||
| 25 | 1681516 - output too verbose for various checks | ||
| 26 | 1523748 - check_disk should error if warn range is subset of critical | ||
| 27 | 1469468 - signal handler in popen.c is broken | ||
| 28 | 1381604 - Perlsec breaks any perl plugin with perl 5.8.x | ||
| 29 | 1373801 - check_ping timeout on Mandrake 10.1 | ||
| 30 | 1370031 - check_disk_smb requires DNS agree with NetBIOS names | ||
| 31 | 1225470 - check_swap perf data incorrect | ||
| 32 | 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 @@ | |||
| 3 | SUBDIRS = gl tap lib plugins plugins-scripts plugins-root po @PERLMODS_DIR@ | 3 | SUBDIRS = gl tap lib plugins plugins-scripts plugins-root po @PERLMODS_DIR@ |
| 4 | 4 | ||
| 5 | EXTRA_DIST = config.rpath \ | 5 | EXTRA_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 \ |
| @@ -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. |
