mirror of https://github.com/Icinga/icinga2.git
parent
536562cddd
commit
cc452ca94e
|
@ -204,6 +204,7 @@ string(value) | Converts the value to a string.
|
|||
number(value) | Converts the value to a number.
|
||||
bool(value) | Converts to value to a bool.
|
||||
log(value) | Writes a message to the log. Non-string values are converted to a JSON string.
|
||||
exit(integer) | Terminates the application.
|
||||
|
||||
### <a id="operators"></a> Dictionary Operators
|
||||
|
||||
|
|
Loading…
Reference in New Issue