!--a11y-->
Table
Monitor 
A non-performance monitor that monitors a table (each table element is a serializable object).
· In the monitor-configuration.xml this monitor is specified in the following way:
<table-monitor name="System properties" filename="SYSTEM.SYS_PROPS" configuration-group="SYSTEM.System_Props "> <monitored-resource name="monitor" type="SERVICE"/> <table-attribute-mapping> <table-entries-attribute> <observed-resource-attribute name="SystemProperties"/> </table-attribute-mapping> </table-monitor> |
· The method returning the monitored table is:
public Serializable[][] getSystemProperties (); |
· The representation in the monitoring tree:

· The representation in the Monitoring Service runtime viewer:

