summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTon Voon <tonvoon@users.sourceforge.net>2005-02-04 00:26:22 (GMT)
committerTon Voon <tonvoon@users.sourceforge.net>2005-02-04 00:26:22 (GMT)
commit051f911b30869807c6b8016477df8ab65a3b0009 (patch)
treee8972f6361036b6b797301fa587449cfa4b0f2ea
parente122f3347e126dcc824eb34ec99b346a607f38af (diff)
downloadmonitoring-plugins-051f911b30869807c6b8016477df8ab65a3b0009.tar.gz
Cleanup and addition of reference to BUGS file
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1132 f882894a-f735-0410-b71e-b25c423dba1c
-rw-r--r--README17
1 files changed, 8 insertions, 9 deletions
diff --git a/README b/README
index 8bca5f7..5f305b9 100644
--- a/README
+++ b/README
@@ -15,6 +15,8 @@ Nagios Plugins README
15 that are dependent on other programs/libraries that are missing are 15 that are dependent on other programs/libraries that are missing are
16 usually not compiled. Read the REQUIREMENTS file for more information. 16 usually not 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
18* Individual plugins are self documenting. All plugins that comply with 20* Individual plugins are self documenting. All plugins that comply with
19 the basic guidelines for development will provide detailed help when 21 the basic guidelines for development will provide detailed help when
20 invoked with the '-h' or '--help' options. 22 invoked with the '-h' or '--help' options.
@@ -26,12 +28,11 @@ Nagios Plugins README
26 These are scripts or binaries. 28 These are scripts or binaries.
27 29
28You can check for the latest plugins at: 30You can check for the latest plugins at:
29 ftp://download.sourceforge.net/pub/sourceforge/nagiosplug
30 http://sourceforge.net/projects/nagiosplug/ 31 http://sourceforge.net/projects/nagiosplug/
31 32
32Send mail to nagiosplug-help@lists.sourceforge.net for assistance. Please 33Send mail to nagiosplug-help@lists.sourceforge.net for assistance. Please
33include the OS type and version that you are using. Also, run the plugin with 34include the OS type and version that you are using. Also, run the plugin with
34the '-v' option and provide the resulting version information. Of course, 35the '-vvv' option and provide the resulting version information. Of course,
35there may be additional diagnostic information required as well. Use good 36there may be additional diagnostic information required as well. Use good
36judgment. 37judgment.
37 38
@@ -50,13 +51,11 @@ patching/reporting.
50Nagios Plugins Quick-and-Dirty Installation Instructions 51Nagios Plugins Quick-and-Dirty Installation Instructions
51-------------------------------------------------------- 52--------------------------------------------------------
52 53
530) If using the CVS tree, you need m4, gettext, automake, and autoconf. To 540) If you are using the CVS tree, you will need m4, gettext, automake, and autoconf.
54 start out, run ./tools/setup 55 To start out, run ./tools/setup
55 56
56 For development, we generally use the most recent stable tools from 57 For more detail, see the developer guidelines at
57 the FSF. Currently we use gettext 0.11.5, autoconf 2.58, and 58 http://nagiosplug.sourceforge.net/developer-guidelines.html.
58 automake 1.7.9. You may see warnings or errors with other versions,
59 particularly with autoconf < 2.54.
60 59
61 60
621) Run the configure script to initialize variables and create a Makefile, etc. 611) Run the configure script to initialize variables and create a Makefile, etc.
@@ -93,7 +92,7 @@ Nagios Plugins Quick-and-Dirty Installation Instructions
93 92
94 93
95That's it. If you have any problems or questions, feel free send mail 94That's it. If you have any problems or questions, feel free send mail
96to nagios-users@lists.sourceforge.net or nagiosplug-help@lists.sourceforge.net 95to nagiosplug-help@lists.sourceforge.net
97 96
98 97
99 98