Code

Corrected example
[nagiosplug.git] / doc / developer-guidelines.sgml
index 583f725e4ef256c158341cb95ba0168c8ba330e1..1ce78ff401b67e81bd018d62c7db044c553a9474 100644 (file)
                                        </row>
                                        <row>
                                                <entry>check_stuff -c10:20</entry>
-                                               <entry>Critical if "stuff" is 10 to 20</entry>
+                                               <entry>Critical if "stuff" is less than 10 or over 20</entry>
                                        </row>
                                </tbody>
                        </tgroup>
                <orderedlist>
                <listitem><para>space separated list of label/value pairs</para>
                        </listitem>
-               <listitem><para>label can contain any characters</para>
+               <listitem><para>label can contain any characters except the equals sign or single quote (')</para>
                        </listitem>
                <listitem><para>the single quotes for the label are optional. Required if 
-                       spaces, = or ' are in the label</para>
+                       spaces are in the label</para>
                        </listitem>
                <listitem><para>label length is arbitrary, but ideally the first 19 characters
                        are unique (due to a limitation in RRD). Be aware of a limitation in the
@@ -742,13 +742,13 @@ setup the tests. Run "make test" to run all the tests.
        </para>
        </section>
 
-       <section><title>CVS comments</title>
+       <section><title>Commit Messages</title>
        <para>If the change is due to a contribution, please quote the contributor's name 
        and, if applicable, add the SourceForge Tracker number. Don't forget to 
 update the THANKS.in file.</para>
         <para>If you have a change that is useful for noting in the next release, please
        update the NEWS file.</para>
-       <para>All commit comments will be written to a ChangeLog at release time.
+       <para>All commits will be written to a ChangeLog at release time.
        </para>
        </section>
 
@@ -805,7 +805,7 @@ update the THANKS.in file.</para>
        distributed with the Nagios Plugin files are held in the contrib/ directory and are not installed
        by default. These plugins are not officially supported by the team. 
        The current policy is that these plugins should be owned and maintained by the original 
-       contributor, preferably hosted on <ulink url="http://www.nagiosexchange.org">NagiosExchange</ulink>.
+       contributor, preferably hosted on <ulink url="http://exchange.nagios.org">Nagios Exchange</ulink>.
        </para>
        <para>If patches or bugs are raised to an contributed plugin, we will start communications with the
        original contributor, but seek to remove the plugin from our distribution.
@@ -817,7 +817,7 @@ update the THANKS.in file.</para>
        <section id="Newplugins"><title>New plugins</title>
        <para>If you would like others to use your plugins, please add it to
        the official 3rd party plugin repository, 
-       <ulink url="http://www.nagiosexchange.org">NagiosExchange</ulink>.
+       <ulink url="http://exchange.nagios.org">Nagios Exchange</ulink>.
        </para>
 
        <para>We are not accepting requests for inclusion of plugins into