mirror of https://github.com/Icinga/icinga2.git
Update the documentation to clarify that custom attributes don't support arrays and dictionaries
fixes #6506
This commit is contained in:
parent
f27ea30000
commit
b49636883f
|
@ -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" {
|
||||
|
|
Loading…
Reference in New Issue