(DI-2005) Collector for HANA alerts
Collector for HANA alerts name: /DVD/MON_HDB_CL_COL_ALERT
Collector collects the amount of records appearing in table _SYS_STATISTICS.STATISTICS_ALERTS_BASE according to their alert rating as different KPI. Amount of these KPIs is counted only for the last snapshot (checking only alerts triggered since the last collector execution time).
KPIs created for this purpose are based on alert rating:
KPI name | Alert rating |
---|---|
HDB_ALERT_INFORMATION | 1 |
HDB_ALERT_LOW | 2 |
HDB_ALERT_MEDIUM | 3 |
HDB_ALERT_HIGH | 4 |
HDB_ALERT_ERROR | 5 |
Detail table /DVD/MON_HDB_S_ALERT_LIST contains list of found alerts with fields:
SERVER, KPI_NAME, SEVERITY, DESCRIPTION, COUNT.
Field | Description |
---|---|
Server | Name of the server |
KPI_name | Name of the KPI |
Severity | Information about how sever is the alert (information, low, medium, high. error) |
Description | Detailed description |
Count | Count of the same alerts for defined timestamp. |