(DI-1902) Create a Custom Collector
This guide is for expert users only, who want to code their own collector.
Go to the class builder (SE24) and copy class: /DVD/MON_CL_COL_TEMPLATE.
Go to method /DVD/MON_IF_COLLECTOR~COLLECT_DATA. Inside the method are comments in the code to navigate through obligatory or optional features of your collector.
Collector features
Parameters (optional)
Gets values of parameters which have been set in customizing for this collector.
Input table (optional)
Get input values which have been sent from the central system to this collector. The table is user-defined and can contain various fields.
Detail table (optional)
Stores all the information about collected KPIs.
KPI values (obligatory)
Add measured KPI value.
(Optional)
Other calculations with KPIs. (add values, calculate percentage...)
Example:
Collector customizing
KPI
In KPI part you can define own KPIs or use some already created ones (use search help F4).
Fill all the required information. For more details about custom, KPI creation is here.
After finishing save all the changes.