From: Gunnar Beutner Date: Fri, 27 Jun 2014 06:30:59 +0000 (+0200) Subject: Update the documentation to clarify that custom attributes don't support arrays and... X-Git-Tag: v2.0.1~25 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b49636883f36eee7ddbf0d908fb457a58aeea0a2;p=icinga2 Update the documentation to clarify that custom attributes don't support arrays and dictionaries fixes #6506 --- diff --git a/doc/3-monitoring-basics.md b/doc/3-monitoring-basics.md index 5e74cd9be..69a20caee 100644 --- a/doc/3-monitoring-basics.md +++ b/doc/3-monitoring-basics.md @@ -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" {