Details
-
Bug
-
Resolution: Fixed
-
Minor
-
None
-
None
-
None
Description
If we need to send alert status and/or alert timestamp as numerical value, we must not use quotes (as in example below). But in this case template validation fails, since it treats the template as a normal JSON.
{
|
"ALERT_STATUS": %ALERT_STATUS%, |
"ALERT_UNIXTIME": %ALERT_UNIXTIME%, |
}
|