-
Notifications
You must be signed in to change notification settings - Fork 242
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[bug] Add notification rules; For bug 70325
- Loading branch information
1 parent
511ecc1
commit f6322a5
Showing
4 changed files
with
63 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -43,14 +43,25 @@ | |
], | ||
"template": { | ||
"title": "License expiration warning", | ||
"bodyWarn": "Attention! Your license is about to expire on %s.\nUpon reaching this date, you will no longer be entitled to receive personal technical support and install new Docs versions released after this date.", | ||
"bodyError": "Attention! Your license expired on %s.\nYou are no longer entitled to receive personal technical support and install new Docs versions released after this date.\nPlease contact [email protected] to discuss license renewal." | ||
"body": "Attention! Your license is about to expire on %s.\nUpon reaching this date, you will no longer be entitled to receive personal technical support and install new Docs versions released after this date." | ||
}, | ||
"policies": { | ||
"repeatInterval": "1d" | ||
} | ||
}, | ||
"licenseLimit": { | ||
"licenseExpirationError": { | ||
"transportType": [ | ||
"email" | ||
], | ||
"template": { | ||
"title": "License expiration warning", | ||
"body": "Attention! Your license expired on %s.\nYou are no longer entitled to receive personal technical support and install new Docs versions released after this date.\nPlease contact [email protected] to discuss license renewal." | ||
}, | ||
"policies": { | ||
"repeatInterval": "1d" | ||
} | ||
}, | ||
"licenseLimitEdit": { | ||
"transportType": [ | ||
"email" | ||
], | ||
|
@@ -61,6 +72,18 @@ | |
"policies": { | ||
"repeatInterval": "1h" | ||
} | ||
}, | ||
"licenseLimitLiveViewer": { | ||
"transportType": [ | ||
"email" | ||
], | ||
"template": { | ||
"title": "License connection limit warning", | ||
"body": "Attention! You have reached %s%% of the live viewer %s limit set by your license." | ||
}, | ||
"policies": { | ||
"repeatInterval": "1h" | ||
} | ||
} | ||
} | ||
}, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters