Update the documentation to clarify that custom attributes don't support arrays and dictionaries

fixes #6506
This commit is contained in:
Gunnar Beutner 2014-06-27 08:30:59 +02:00
parent f27ea30000
commit b49636883f
1 changed files with 3 additions and 0 deletions

View File

@ -1179,6 +1179,9 @@ Custom attributes in command definitions or performance data templates are evalu
runtime when executing a command. These custom attributes cannot be used elsewhere
(e.g. in other configuration attributes).
Custom attribute values must be either a string, a number or a boolean value. Arrays
and dictionaries cannot be used.
Here is an example of a command definition which uses user-defined custom attributes:
object CheckCommand "my-ping" {