Important: The hubmon probe is a field-developed probe which is not officially supported.
The hubmon probe monitors all of your DX UIM hubs and their queues from a single hubmon probe (e.g., on the Primary hub). It creates QoS metrics and queue-size alarms.
Each hub probe is monitored including:
Total messages are monitored to determine which hubs have the most throughput:
Each queue on every hub is monitored for:
Hub queue size alarming is 'built-in' with minor, major & critical thresholds.
Hence, if a queue size exceeds these values, alarms will be created and sent and therefore you can use the nas Auto Operator to send EMAILs when a given alarm occurs.
Via Raw configure mode, hubmon allows you to configure 3 alarm severity (minor, major and critical), and threshold values to generate alarms, e.g.,
The hubmon probe is attached to this KB Article.
Screenshot of a hubmon report/dashboard is shown below in UMP (prior to the new OPerator Console).
This type of view can be recreated in an Operator Console dashboard or using the List Designer/List Viewer as of CU6 or higher. (CU7 recommended), by leveraging the QOS data mentioned above, being collected.
hub.cfg sample:
<setup>
threads = 5
loglevel = 0
logfile = hubmon.log
logsize = 10000
threshold_minor = 10000
threshold_major = 50000
threshold_critical = 1000000
frequency = 60
hubscan_frequency = 3600
send_alarms = true
</setup>
<startup>
<opt>
java_mem_init = -Xms256m
java_mem_max = -Xmx1024m
</opt>
</startup>