(DI-1808) Fiori Dashboard Customization
System Health Tiles and Analysis Setup
In the category System Health are mostly generated charts that display the KPI values for the selected system. To navigate to this window select a system in the Main View and select the category System Health.
The setup for tiles is defined for every system in SAP tables /DVD/MON_ODT_KTA, /DVD/MON_ODT_ANT and /DVD/MON_ODT_AN. KPIs displayed in tile can be set in /DVD/MON_ODT_KTA table:
You can set tile header, subheader and footer in table /DVD/MON_ODT_ANT:
The type, size, aggregation period and aggregation function of data for tile must be set in table /DVD/MON_ODT_AN:
As an example the above record defines the following tile:
After clicking on the tile, you are directed to the below Monitoring View, which shows KPIs.
The analysis name can be set in the column ANALYSIS_NAME. You can set displayed KPIs in the column ANALYSIS_SETTING in table /DVD/MON_ODT_AN with format: {"aKpi":["SWAP_CONF","SWAP_FREE","SWAP_USED"]}. Path dvd_di.monitoring.MonitoringAnalysis must be set in the column ANALYSIS_CONTROL.
For details about view see the chapter (DI-1808) Monitoring View.