Details
-
Task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.7.0
-
None
-
None
Description
The design documentation (and JSON so far) has a label field for every AlertDefinition. This label field is really a description of the AlertDefinition. It's a human readable field that properly identifies the AlertDefintiion but is not unique (like the name).
Example:
"NAMENODE": [ { "name": "hdfs_capacity_check", // unique name "label": "HDFS Capacity Utilization", ...
Since this is a DDL change, it's desirable to have this in 1.7.0 since that's where the alert database model first appears (and prevents the need to write an upgrade for this field).
Attachments
Issue Links
- is related to
-
AMBARI-6354 Alerts Redesign
- Resolved
- links to