How we can change alarm messages by using Lua script in NAS?
Release: UIM 9.x, 20.x or later
Component: UIMNAS
1.create new script in the NAS Auto-Operator->Scripts tab
event.message = "some other message"
return event
2. Save the script with the filename as ‘change-message’.
3. Go to the NAS pre-processing rules tab and create a rule that looks for the alarms with the message you want to change and set Filter type to ‘custom’ and choose the custom script ‘change-message’.
4.Apply the change
5.You will see the changed message in Alarm window.