Code

check_nt is downloadable from nsclient.ready2run.nl
[nagiosplug.git] / README
1 Nagios Plugins README
2 ---------------------
4 * For instructions on installing these plugins for use with Nagios, read
5   the INSTALL file.
7 * For information on what chages have been made or plugin have been added,
8   read the Changelog file.
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.
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).
19 * The file command.cfg contains example configurations for many of the
20   plugins
22 * The check_nt plugin is no longer distributed here.  See the main NSClient
23   distribution at http://nsclient.ready2run.nl
25 You can check for the latest plugins at:
26   ftp://download.sourceforge.net/pub/sourceforge/nagiosplug
27   http://sourceforge.net/projects/nagiosplug/
29 Send mail to nagiosplug-help@lists.sourceforge.net for assistance.  Please
30 include the OS type and version that you are using.  Also, run the plugin with
31 the '-v' option and provide the resulting version information.  Of course, 
32 there may be additional diagnostic information required as well.  Use good
33 judgement.
35 Send mail to nagiosplug-devel@lists.sourceforge.net for developer discussions.
37 For patch submissions and bug reports, please use the appropriate resources at
38 http://sourceforge.net/projects/nagiosplug/ (navigate to the bug tool and/or
39 patch tool from the summary page).  Patches should be relative to the current
40 CVS head (development), or to the head of the current stable branch. Also, 
41 please include version information for your OS and the plugin(s) your are 
42 patching/reporting.
43  
44 --
45 Karl DeBisschop (kdebisschop@users.sourceforge.net)