Users Guide
Overriding MIB Text for Event Names | Localization
OMNM 6.5.3 User Guide 763
Overriding MIB Text for Event Names
You can override default MIB text for event names and descriptions using a text file with the
.properties extension in the owareapps/[device driver name]/lib or owareapps/installprops/lib
directory to include the override messages. For example:
# Below is an example overriding the default redcellDiscoveryJobBegin
event Name and MIB Text with NEC CX specific information
#
# 1.3.6.1.4.1.3477.1.6.7.3 is the redcellDiscoveryJobBegin Notification
OID
#
# 1.3.6.1.4.1.3477.1.6.7.3.1=cx2900NMDiscoveryJobBegin
# 1.3.6.1.4.1.3477.1.6.7.3.2=CX2900-NM discovery job begin notification
indicates a discovery job has been executed
#
1.3.6.1.4.1.3477.1.6.7.3.1=cx2900NMDiscoveryJobBegin
1.3.6.1.4.1.3477.1.6.7.3.2=CX2900-NM discovery job begin notification
indicates a discovery job has been executed
This overrides the redcellDiscoveryJobBegin notification.
With such overrides you can alter event names and notification descriptions. These event names
and descriptions are visible in the Event Definitions manager.
To do this, create your own properties file in a text editor (for example, myfilemsgs.properties) and
put it either in the driver’s lib directory, or in owareapps/installprops/lib directory if you do not want
this file overwritten by any application upgrades.