Monitoring Plugins standards
Find a file
2002-10-16 04:56:19 +00:00
contrib moved to supported plugins-scripts 2002-09-04 02:10:37 +00:00
doc added developer guidelines. 2002-05-27 02:05:55 +00:00
plugins start support for gettimeofday and tv_usec 2002-10-16 04:56:19 +00:00
plugins-scripts new exit states, more conditional checking 2002-10-15 06:23:46 +00:00
tools updated mini_epn and p1.pl added to plugins distribution 2002-05-02 16:22:13 +00:00
.cvsignore needed for automake 1.6 / autoconf 2.53 2002-10-16 04:44:56 +00:00
acconfig.h new var - smbclient 2002-05-27 02:01:09 +00:00
aclocal.m4 generated with automake 1.6 / autoconf 2.53 (maybe should not be in CVS, however) 2002-10-16 04:54:49 +00:00
AUTHORS Initial revision 2002-02-28 06:42:51 +00:00
ChangeLog Initial revision 2002-02-28 06:42:51 +00:00
CODING Initial revision 2002-02-28 06:42:51 +00:00
command.cfg.in smsclient config 2002-08-22 14:43:04 +00:00
configure.in work with newer automake, begin swithc to asprintf 2002-10-16 04:41:06 +00:00
COPYING Initial revision 2002-02-28 06:42:51 +00:00
depcomp needed for automake 1.6 / autoconf 2.53 2002-10-16 04:44:56 +00:00
FAQ Initial revision 2002-02-28 06:42:51 +00:00
getloadavg.m4 lets use library instead od inconsistent command line interfaces 2002-10-05 11:08:21 +00:00
Helper.pm Initial revision 2002-02-28 06:42:51 +00:00
INSTALL needed for latest autoconf 2002-09-16 00:47:54 +00:00
install-sh Initial revision 2002-02-28 06:42:51 +00:00
INSTALLING file rename for MacOS X 2002-09-01 16:22:26 +00:00
LEGAL Initial revision 2002-02-28 06:42:51 +00:00
Makefile.am cosmetic line wrap before 80 chars 2002-10-16 04:43:50 +00:00
missing Initial revision 2002-02-28 06:42:51 +00:00
mkinstalldirs Initial revision 2002-02-28 06:42:51 +00:00
nagios-plugins.spec.in finish ckleanup of rpm spec porcessing 2002-09-16 00:47:17 +00:00
NEWS Initial revision 2002-02-28 06:42:51 +00:00
opttest.pl Initial revision 2002-02-28 06:42:51 +00:00
package.def Initial revision 2002-02-28 06:42:51 +00:00
README Initial revision 2002-02-28 06:42:51 +00:00
REQUIREMENTS Initial revision 2002-02-28 06:42:51 +00:00
Requirements Initial revision 2002-02-28 06:42:51 +00:00
ROADMAP Initial revision 2002-02-28 06:42:51 +00:00
subst.in Initial revision 2002-02-28 06:42:51 +00:00
subst.sh Initial revision 2002-02-28 06:42:51 +00:00
test.pl.in Initial revision 2002-02-28 06:42:51 +00:00

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)