Steps to set License renewal alert in Orchestrator deployed in Automation Suite so that it can be notified by email before 30 Days of the license expiry.
The alerts can be configured in appsettings.
Follow the below steps:
- The below output will show a field: values.json '{}'
kubectl get cm orchestrator-customconfig -n uipath -o yaml
- Edit the above section as mentioned in the document: Automation Suite - 2023.10 : Installation Guide to Configuring Appsettings
- Add the following:
"AppSettings" : {
"SystemJobs.LicenseExpirationAlert.DaysBefore":"30"
}
- Post that run the command: Orchestrator Configurator Tool: Usage Example
export PATH="$PATH:/opt/UiPathAutomationSuite/online_installer_/Tools"
./orchestrator-configurator.sh -c appSettings.json
./orchestrator-configurator.sh -c appSettings.json
- This will configure the Alerts for license expiry.