diff options
Diffstat (limited to 'README')
-rw-r--r-- | README | 42 |
1 files changed, 42 insertions, 0 deletions
@@ -0,0 +1,42 @@ | |||
1 | Nagios 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 | |||
22 | You can check for the latest plugins at: | ||
23 | ftp://download.sourceforge.net/pub/sourceforge/nagiosplug | ||
24 | http://sourceforge.net/projects/nagiosplug/ | ||
25 | |||
26 | Send mail to nagiosplug-help@lists.sourceforge.net for assistance. Please | ||
27 | include the OS type and version that you are using. Also, run the plugin with | ||
28 | the '-v' option and provide the resulting version information. Of course, | ||
29 | there may be additional diagnostic information required as well. Use good | ||
30 | judgement. | ||
31 | |||
32 | Send mail to nagiosplug-devel@lists.sourceforge.net for developer discussions. | ||
33 | |||
34 | For patch submissions and bug reports, please use the appropriate resources at | ||
35 | http://sourceforge.net/projects/nagiosplug/ (navigate to the bug tool and/or | ||
36 | patch tool from the summary page). Patches should be relative to the current | ||
37 | CVS head (development), or to the head of the current stable branch. Also, | ||
38 | please include version information for your OS and the plugin(s) your are | ||
39 | patching/reporting. | ||
40 | |||
41 | -- | ||
42 | Karl DeBisschop (kdebisschop@users.sourceforge.net) | ||