Alert Tokens Reference
While setting the alert texts, you can use certain tokens as placeholders for dynamic values. These placeholders are substituted with actual values that triggered the rule at run time.
Alert Tokens | Description |
---|---|
${agent.name} | The name of the agent |
${alert.priority} | The priority of the alert created by the associated action |
${alert.timestamp} | The time at which the action was triggered |
${alert.type} | The type of the condition (set or clear) which triggered the action |
${application.name} | The application deployment name |
${average.cpu.usage} | The average CPU usage percentage, averaged over five minutes |
${average.memory.usage} | The average memory usage percentage that is evaluated over max allocated memory, and averaged over five minutes. |
${berule.exec.time} | The average rule execution time in milliseconds |
${berule.name} | The BusinessEvents rule URI |
${deadlocked.threadcount} | The count of the deadlocked threads grouped in five minute |
${destination} | The URI of the destination where the event was received |
${entity.health} | The health of the rule entity at the set or clear action of the rule |
${event.throughput} | The value of the event throughput in milliseconds. |
${instance.name} | The associated instance name |
${isrunning} | If the instance is in running or stopped state |
${pending.locks} | The count of pending locks to release, grouped in five minutes. |
${percent.critical} | The percentage of processing units in the Critical state of the total deployed processing units in the cluster |
${percent.normal} | The percentage of processing units in the Normal state of the total deployed processing units in the cluster |
${percent.running} | The percentage of processing units in the Running state of the total deployed processing units in the cluster |
${percent.warning} | The percentage of processing units in the Warning state of the total deployed processing units in the cluster |
${processing.unit.name} | The associated processing unit name |
${rule.owner.name} | The name of the rule owner |
${total.threadcount} | The count of the running threads, grouped in five minutes |
${transaction.rate} | The number of RTC transactions, grouped in five minutes |
Copyright © TIBCO Software Inc. All rights reserved.