diff options
author | Ton Voon <ton.voon@opsera.com> | 2009-09-24 10:33:23 +0100 |
---|---|---|
committer | Ton Voon <ton.voon@opsera.com> | 2009-09-24 10:33:23 +0100 |
commit | 53efa53d5de82631accb2ac98c876f9fa477d19d (patch) | |
tree | 32fbdf44b2a5b95ed51da577dcc21f0a373f2f43 /doc | |
parent | 1a18f4c77526129fb09c4d3490d71601a5464c11 (diff) | |
download | monitoring-plugins-53efa53d5de82631accb2ac98c876f9fa477d19d.tar.gz |
Updated documentation re: no equals sign and single quote
Diffstat (limited to 'doc')
-rw-r--r-- | doc/developer-guidelines.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/developer-guidelines.sgml b/doc/developer-guidelines.sgml index 3567841a..d6c7c075 100644 --- a/doc/developer-guidelines.sgml +++ b/doc/developer-guidelines.sgml @@ -333,10 +333,10 @@ <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 |