When creating a management rule for a monitor event, follow this procedure in the New Management Rule (Step 2 of 2) page.
Monitoring properties include JSR 77 statistics.
Specifies the javax.management.ObjectName of a system MBean.
The Object Name is of the form domain:type=implementation-class-name,name=implementation-class-name,server=server, where domain is the JMX Domain where the MBean is registered. To know the Object Name of this MBean, look up the properties of the deployed custom MBean. Remember to add server=server at the end of the Object Name. For example, user:impl-class-name=com.sun.example.mbeans.Memory,name=MemoryMBean,server=server
The default is 10000 milliseconds.
Select from one from the following choices:
Counter — If the monitor is of type CountMonitor or the JSR 77 statistic field being monitored is of an integral type containing a count value.
Gauge — If the monitor is of type GaugeMonitor or the JSR 77 statistic field being monitored is of an integral type containing a gauge value.
String — If the monitor is of type StringMonitor.
Difference Mode — Select the checkbox to enable the difference mode flag for all observed MBeans.
Number Type — Specify the type of the numeric value being monitored. Valid values are byte, double, float, int, long, and short.
Init Threshold — Specifies a value above which notification occurs.
Offset — Specifies that the event should be re-triggered when the Init Threshold value plus this offset value is reached.
Modulus — Specifies the modulus value common to all observed MBeans.
Difference Mode — Select the checkbox to enable the difference mode flag for all observed MBeans.
Number Type — Specify the type of the numeric value being monitored. Valid values are byte, double, float, int, long, and short.
Threshold — Specify either a lower limit, upper limit, or both, for the range within which notification occurs.
Trigger — Specify whether the action is triggered when the string matches or differs from the value specified in the next field.
Value — Specify the value to which to match the string.