Modify Alarm Level (Names)
-
Is there a way to alias or modify the default alarm levels within Mango?
Example: A "Critical" alarm in mango may translate to a "Severity 1" alarm for a particular user/site.
-
Hi Wingnut2.0,
Yes!
Unfortunately, the modules' i18n.properties files in their classes directory is not affected by the overrides directory currently. This means that currently you need to modify that file in place, then back it up for when updates come along. To change the alarm names, you can copy Mango/classes/i18n.properties into Mango/overrides/properties/ and modify it there. After you've renamed the alarm levels as desired, you can restart Mango to see the changes.
It's also not an option to simply put the updated keys into the one i18n.properties file, either. You have to modify the module's i18n.properties file.