Overview
This document describes how to enhance the data collection of the CSA by creating a custom table-based EventStore using an OS script as datasource. In contrary to snapshot-based Stores an EventStore uses a delta mechanism allowing to upload events in a table-based format. Such an EventStore consists of multiple table columns: One event timestamp with precision of seconds, n key columns and m data columns.
Here, the operation system command interface DAGT_HA_EXE of the host agent must be used like for regular OS scripts. Because of this, please refer to 'Enhance with OS Level Scripts' to see how to create a Store Template and an OS script.