aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorGravatar Ethan Galstad <egalstad@users.sourceforge.net> 2002-02-28 06:42:51 +0000
committerGravatar Ethan Galstad <egalstad@users.sourceforge.net> 2002-02-28 06:42:51 +0000
commit44a321cb8a42d6c0ea2d96a1086a17f2134c89cc (patch)
treea1a4d9f7b92412a17ab08f34f04eec45433048b7 /README
parent54fd5d7022ff2d6a59bc52b8869182f3fc77a058 (diff)
downloadmonitoring-plugins-44a321cb8a42d6c0ea2d96a1086a17f2134c89cc.tar.gz
Initial revision
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'README')
-rw-r--r--README42
1 files changed, 42 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 00000000..a9591ec7
--- /dev/null
+++ b/README
@@ -0,0 +1,42 @@
+Nagios Plugins README
+---------------------
+
+* For instructions on installing these plugins for use with Nagios, read
+ the INSTALL file.
+
+* For information on what chages have been made or plugin have been added,
+ read the Changelog file.
+
+* Some plugins require that you have additional programs and/or
+ libraries installed on your system before they can be used. Plugins
+ that are dependent on other programs/libraries that are missing are
+ usually not compiled. Read the REQUIREMENTS file for more information.
+
+* Individual plugins are self documenting. All plugins that comply with
+ the basic guidleines for development will provide detailed help when
+ invoked with the '-h' option ('--help' also, if long options are enabled).
+
+* The file command.cfg contains xample configurations for many of the
+ plugins
+
+You can check for the latest plugins at:
+ ftp://download.sourceforge.net/pub/sourceforge/nagiosplug
+ http://sourceforge.net/projects/nagiosplug/
+
+Send mail to nagiosplug-help@lists.sourceforge.net for assistance. Please
+include the OS type and version that you are using. Also, run the plugin with
+the '-v' option and provide the resulting version information. Of course,
+there may be additional diagnostic information required as well. Use good
+judgement.
+
+Send mail to nagiosplug-devel@lists.sourceforge.net for developer discussions.
+
+For patch submissions and bug reports, please use the appropriate resources at
+http://sourceforge.net/projects/nagiosplug/ (navigate to the bug tool and/or
+patch tool from the summary page). Patches should be relative to the current
+CVS head (development), or to the head of the current stable branch. Also,
+please include version information for your OS and the plugin(s) your are
+patching/reporting.
+
+--
+Karl DeBisschop (kdebisschop@users.sourceforge.net)