Owner's Manual
Properties 127
Consult the comments in the properties files you are overriding for further information about
specific properties.
Mediation Event Management Properties
Several property file settings configure batching operations of SNMP traps at the Mediation Agent
before those are sent to the rules in Application Server. The property file settings allow
administrators flexibility so that processing and batching can accommodate the particular network
environment. Settings like the number of traps include in a batches, which traps to reject,
correlation and others are available. The maximum number of traps that can be configured into a
single batch is 2,000.
Event services are deployed as managed beans. Initial setting come from the following files:
• Service configuration for an application server is in
owareapps/eventmgmt/server/
conf/em-service.xml
• Service configuration for mediation is in
owareapps/eventmgmt/server/conf/em-
med-service.xml
You can see active settings and possibly modify them by using the JMX console from a browser:
http://serverIP/jmx-console on Windows
http://serverIP:8080/jmx-console on Linux
The default user/password is
admin/dorado.
Set a filter to oware:* for a more concise view of
the relevant settings
Some settings require that a service is stopped and restarted for the setting to take effect. Only
changes made to server/conf files on disk will take effect after a restart.
• See
NotificationProcessingMBean
for event processing settings
• See
OWSysLogMBean
for syslog listener queue and archive settings
Here are some examples of exposed service settings for Event Management:
<!--
| NotificationProcessingMBean
-->
<mbean code="com.dorado.assure.mediation.NotificationProcessingMBean"
name="oware:service=NotificationProcessingMBean">
<attribute name="TransportBatchSize">2000</attribute> <!--# events-->
<attribute name="TransportBatchInterval">500</attribute> <!--#
milliseconds-->
<attribute name="ServerRetryInterval">5</attribute> <!--# seconds-->
<attribute name="ServerRefreshInterval">30</attribute> <!--# seconds--
>
<attribute name="SuppressUnknownSource">false</attribute>