]> granicus.if.org Git - icinga2/commitdiff
Update the documentation to clarify that custom attributes don't support arrays and...
authorGunnar Beutner <gunnar.beutner@netways.de>
Fri, 27 Jun 2014 06:30:59 +0000 (08:30 +0200)
committerGunnar Beutner <gunnar.beutner@netways.de>
Fri, 27 Jun 2014 06:30:59 +0000 (08:30 +0200)
fixes #6506

doc/3-monitoring-basics.md

index 5e74cd9be05c8bd0692d9e18792b1054cdb35122..69a20caeea28bc7567516e1cb1a817ce7d31ef91 100644 (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" {