Notifier Info
Notifier Kind
Variables
This is the list of variables added for notifiers. Variables are markers in the text that are replaced by another value when the notifier is used. The variable name should not contain any spaces, and should be enclosed by braces, e.g. {TestChangeText}
. They are used by the Script, Email and Speech notifier plug-ins, and will be available for relevant future plug-ins too.
Notifiers inherit the variables from the service and any filters, and add some extra specific to the current notifier. Unlike filters, which accumulate variables in sequential order, notifiers don't know about each other.
Variable: | Outputs: |
NotificationDate | Date that the notification is issued. |
NotificationTime | Time of day that the notification is issued. |
NotifierAfterThisManyChanges | The number from the after [] consecutive changes field. |
NotifierAfterThisManyErrors | The number from the after [] consecutive errors field. |
NotifierAfterThisManyRecoveries | The number from the after [] recoveries field. |
NotifierForChange | Whether or not the notifier is used for changes. |
NotifierForFailure | Whether or not the notifier is used for failures. |
NotifierForRecovery | Whether or not the notifier is used for recoveries. |
NotifierKind | The kind of the notifier (e.g. Email or Speech). |
NotifierName | The name you gave this notifier. |
NotifierOnlyOncePerFailure | Whether or not this notifier will only be used once per failure. |