summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorEthan Galstad <egalstad@users.sourceforge.net>2002-02-28 06:42:51 (GMT)
committerEthan Galstad <egalstad@users.sourceforge.net>2002-02-28 06:42:51 (GMT)
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 0000000..a9591ec
--- /dev/null
+++ b/README
@@ -0,0 +1,42 @@
1Nagios Plugins README
2---------------------
3
4* For instructions on installing these plugins for use with Nagios, read
5 the INSTALL file.
6
7* For information on what chages have been made or plugin have been added,
8 read the Changelog file.
9
10* Some plugins require that you have additional programs and/or
11 libraries installed on your system before they can be used. Plugins
12 that are dependent on other programs/libraries that are missing are
13 usually not compiled. Read the REQUIREMENTS file for more information.
14
15* Individual plugins are self documenting. All plugins that comply with
16 the basic guidleines for development will provide detailed help when
17 invoked with the '-h' option ('--help' also, if long options are enabled).
18
19* The file command.cfg contains xample configurations for many of the
20 plugins
21
22You can check for the latest plugins at:
23 ftp://download.sourceforge.net/pub/sourceforge/nagiosplug
24 http://sourceforge.net/projects/nagiosplug/
25
26Send mail to nagiosplug-help@lists.sourceforge.net for assistance. Please
27include the OS type and version that you are using. Also, run the plugin with
28the '-v' option and provide the resulting version information. Of course,
29there may be additional diagnostic information required as well. Use good
30judgement.
31
32Send mail to nagiosplug-devel@lists.sourceforge.net for developer discussions.
33
34For patch submissions and bug reports, please use the appropriate resources at
35http://sourceforge.net/projects/nagiosplug/ (navigate to the bug tool and/or
36patch tool from the summary page). Patches should be relative to the current
37CVS head (development), or to the head of the current stable branch. Also,
38please include version information for your OS and the plugin(s) your are
39patching/reporting.
40
41--
42Karl DeBisschop (kdebisschop@users.sourceforge.net)