diff options
author | Ton Voon <ton.voon@opsera.com> | 2009-09-24 09:33:23 (GMT) |
---|---|---|
committer | Ton Voon <ton.voon@opsera.com> | 2009-09-24 09:33:23 (GMT) |
commit | 53efa53d5de82631accb2ac98c876f9fa477d19d (patch) | |
tree | 32fbdf44b2a5b95ed51da577dcc21f0a373f2f43 | |
parent | 1a18f4c77526129fb09c4d3490d71601a5464c11 (diff) | |
download | monitoring-plugins-53efa53d5de82631accb2ac98c876f9fa477d19d.tar.gz |
Updated documentation re: no equals sign and single quote
-rw-r--r-- | NEWS | 3 | ||||
-rw-r--r-- | doc/developer-guidelines.sgml | 4 |
2 files changed, 4 insertions, 3 deletions
@@ -6,7 +6,8 @@ This file documents the major additions and syntax changes between releases. | |||
6 | Fix check_ircd binding to wrong interface (#668778) | 6 | Fix check_ircd binding to wrong interface (#668778) |
7 | Add proxy-authorization option to check_http (Marcel Kuiper - #1323230, Bryan Irvine - #2863925) | 7 | Add proxy-authorization option to check_http (Marcel Kuiper - #1323230, Bryan Irvine - #2863925) |
8 | WARNINGS | 8 | WARNINGS |
9 | Updated developer documentation to say that performance labels should not have an equals sign in the label | 9 | Updated developer documentation to say that performance labels should not have an equals sign or |
10 | single quote in the label | ||
10 | 11 | ||
11 | 1.4.14 16th September 2009 | 12 | 1.4.14 16th September 2009 |
12 | check_http has options to specify the HTTP method (#2155152) | 13 | check_http has options to specify the HTTP method (#2155152) |
diff --git a/doc/developer-guidelines.sgml b/doc/developer-guidelines.sgml index 3567841..d6c7c07 100644 --- a/doc/developer-guidelines.sgml +++ b/doc/developer-guidelines.sgml | |||
@@ -333,10 +333,10 @@ | |||
333 | <orderedlist> | 333 | <orderedlist> |
334 | <listitem><para>space separated list of label/value pairs</para> | 334 | <listitem><para>space separated list of label/value pairs</para> |
335 | </listitem> | 335 | </listitem> |
336 | <listitem><para>label can contain any characters</para> | 336 | <listitem><para>label can contain any characters except the equals sign or single quote (')</para> |
337 | </listitem> | 337 | </listitem> |
338 | <listitem><para>the single quotes for the label are optional. Required if | 338 | <listitem><para>the single quotes for the label are optional. Required if |
339 | spaces, = or ' are in the label</para> | 339 | spaces are in the label</para> |
340 | </listitem> | 340 | </listitem> |
341 | <listitem><para>label length is arbitrary, but ideally the first 19 characters | 341 | <listitem><para>label length is arbitrary, but ideally the first 19 characters |
342 | are unique (due to a limitation in RRD). Be aware of a limitation in the | 342 | are unique (due to a limitation in RRD). Be aware of a limitation in the |