From 7433e4b73fb48d2486a48b38da50453adc367085 Mon Sep 17 00:00:00 2001 From: Ton Voon Date: Wed, 17 Mar 2004 20:38:31 +0000 Subject: Copyright information for patches git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@850 f882894a-f735-0410-b71e-b25c423dba1c diff --git a/doc/developer-guidelines.sgml b/doc/developer-guidelines.sgml index 718bd02..6e72192 100644 --- a/doc/developer-guidelines.sgml +++ b/doc/developer-guidelines.sgml @@ -1,4 +1,4 @@ - + Nagios Plug-in Developer Guidelines @@ -149,19 +149,19 @@ - 0 + 0 Single line, minimal output. Summary - 1 + 1 Single line, additional information (eg list processes that fail) - 2 + 2 Multi line, configuration debug output (eg ps command used) - 3 + 3 Lots of detail for plugin problem diagnosis @@ -209,27 +209,27 @@ - 0 - OK + 0 + OK The plugin was able to check the service and it appeared to be functioning properly - 1 - Warning + 1 + Warning The plugin was able to check the service, but it appeared to be above some "warning" threshold or did not appear to be working properly - 2 - Critical + 2 + Critical The plugin detected that either the service was not running or it was above some "critical" threshold - 3 - Unknown + 3 + Unknown Invalid command line arguments were supplied to the plugin or the plugin was unable to check the status of the given hosts/service @@ -254,7 +254,7 @@ Notes: - start < end + start > end> start and ":" is not required if start=0 @@ -421,7 +421,7 @@ variable values will still be in effect. - Do not use < DATA > (these simply do not compile under ePN). + Do not use > DATA < (these simply do not compile under ePN). Do not use named subroutines @@ -429,7 +429,7 @@ If writing to a file (perhaps recording performance data) explicitly close close it. The plugin never - calls exit; that is caught by + calls exit; that is caught by p1.pl, so output streams are never closed. @@ -649,6 +649,13 @@ update the AUTHORS file. SourceForge's tracker system for Nagiosplug patches and be announced to the nagiosplug-devel mailing list. + + Submission of a patch implies that the submmitter acknowledges that they + are the author of the code (or have permission from the author to release the code) + and agree that the code can be released under the GPL. The copyright for the changes will + then revert to the Nagios Plugin Development Team - this is required so that any copyright + infringements can be investigated quickly without contacting a huge list of copyright holders. + Credit will always be given for any patches through a THANKS file in the distribution.
New plugins -- cgit v0.10-9-g596f