AMBARI-9789. Alert: alert text for NameDirStatus metric is wrong (dlysnichenko)
Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/3e215bf7 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/3e215bf7 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/3e215bf7 Branch: refs/heads/branch-2.0.0 Commit: 3e215bf72f437f249abe34ca34b84d82fafc976a Parents: 4528a53 Author: Lisnichenko Dmitro <[email protected]> Authored: Wed Feb 25 14:24:00 2015 +0200 Committer: Lisnichenko Dmitro <[email protected]> Committed: Wed Feb 25 14:24:45 2015 +0200 ---------------------------------------------------------------------- .../src/main/resources/common-services/HDFS/2.1.0.2.0/alerts.json | 2 +- .../src/main/resources/stacks/BIGTOP/0.8/services/HDFS/alerts.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/3e215bf7/ambari-server/src/main/resources/common-services/HDFS/2.1.0.2.0/alerts.json ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/common-services/HDFS/2.1.0.2.0/alerts.json b/ambari-server/src/main/resources/common-services/HDFS/2.1.0.2.0/alerts.json index 7b19415..2910f8b 100644 --- a/ambari-server/src/main/resources/common-services/HDFS/2.1.0.2.0/alerts.json +++ b/ambari-server/src/main/resources/common-services/HDFS/2.1.0.2.0/alerts.json @@ -263,7 +263,7 @@ { "name": "namenode_directory_status", "label": "NameNode Directory Status", - "description": "This host-level alert is triggered if any of the the NameNode's NameDirStatuses metric reports a failed directory. The threshold values are in the number of directories that are not healthy", + "description": "This host-level alert is triggered if the NameNode NameDirStatuses metric (name=NameNodeInfo/NameDirStatuses) reports a failed directory. The threshold values are in the number of directories that are not healthy.", "interval": 1, "scope": "ANY", "enabled": true, http://git-wip-us.apache.org/repos/asf/ambari/blob/3e215bf7/ambari-server/src/main/resources/stacks/BIGTOP/0.8/services/HDFS/alerts.json ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/BIGTOP/0.8/services/HDFS/alerts.json b/ambari-server/src/main/resources/stacks/BIGTOP/0.8/services/HDFS/alerts.json index 604992d..d51f0d8 100644 --- a/ambari-server/src/main/resources/stacks/BIGTOP/0.8/services/HDFS/alerts.json +++ b/ambari-server/src/main/resources/stacks/BIGTOP/0.8/services/HDFS/alerts.json @@ -261,7 +261,7 @@ { "name": "namenode_directory_status", "label": "NameNode Directory Status", - "description": "This host-level alert is triggered if any of the the NameNode's NameDirStatuses metric reports a failed directory. The threshold values are in the number of directories that are not healthy.", + "description": "This host-level alert is triggered if the NameNode NameDirStatuses metric (name=NameNodeInfo/NameDirStatuses) reports a failed directory. The threshold values are in the number of directories that are not healthy.", "interval": 1, "scope": "ANY", "enabled": true,
