mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-04-29 18:20:03 -04:00
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.
This commit is contained in:
parent
a7d50ec713
commit
bce7e739cc
3 changed files with 1 additions and 35 deletions
32
BUGS
32
BUGS
|
|
@ -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
|
||||
|
|
@ -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 \
|
||||
|
|
|
|||
2
README
2
README
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue