Repository: ambari Updated Branches: refs/heads/trunk c589c543b -> 7b11dcd70
AMBARI-15787 Server Alert definitions: Change display_name to the text with more info (zhewang) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/7b11dcd7 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/7b11dcd7 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/7b11dcd7 Branch: refs/heads/trunk Commit: 7b11dcd7080b85b7bcfd34e62b911de3adcedf6c Parents: c589c54 Author: Zhe (Joe) Wang <[email protected]> Authored: Mon Apr 11 14:46:25 2016 -0700 Committer: Zhe (Joe) Wang <[email protected]> Committed: Mon Apr 11 14:47:56 2016 -0700 ---------------------------------------------------------------------- ambari-server/src/main/resources/alerts.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/7b11dcd7/ambari-server/src/main/resources/alerts.json ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/alerts.json b/ambari-server/src/main/resources/alerts.json index 3b6ebbb..0bbd004 100644 --- a/ambari-server/src/main/resources/alerts.json +++ b/ambari-server/src/main/resources/alerts.json @@ -40,7 +40,7 @@ "parameters": [ { "name": "request.by.status.warning.threshold", - "display_name": "Warning", + "display_name": "Warning Request Time", "value": 3000, "type": "NUMERIC", "description": "The time to find requests in progress before a warning alert is triggered.", @@ -49,7 +49,7 @@ }, { "name": "request.by.status.critical.threshold", - "display_name": "Critical", + "display_name": "Critical Request Time", "value": 5000, "type": "NUMERIC", "description": "The time to find requests in progress before a critical alert is triggered.", @@ -58,7 +58,7 @@ }, { "name": "task.status.aggregation.warning.threshold", - "display_name": "Warning", + "display_name": "Warning Process Time", "value": 3000, "type": "NUMERIC", "description": "The time to calculate a request's status from its tasks before a warning alert is triggered.", @@ -67,7 +67,7 @@ }, { "name": "task.status.aggregation.critical.threshold", - "display_name": "Critical", + "display_name": "Critical Process Time", "value": 5000, "type": "NUMERIC", "description": "The time to calculate a request's status from its tasks before a critical alert is triggered.", @@ -76,7 +76,7 @@ }, { "name": "rest.api.cluster.warning.threshold", - "display_name": "Warning", + "display_name": "Warning Response Time", "value": 5000, "type": "NUMERIC", "description": "The time to get a cluster via the REST API before a warning alert is triggered.", @@ -85,7 +85,7 @@ }, { "name": "rest.api.cluster.critical.threshold", - "display_name": "Critical", + "display_name": "Critical Response Time", "value": 7000, "type": "NUMERIC", "description": "The time to get a cluster via the REST API before a critical alert is triggered.",
