Repository: ambari Updated Branches: refs/heads/trunk e80f7aa4a -> 4719d4724
AMBARI-8783 - Ambari Agent Disk Usage does not have any description set. (jonathanhurley) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/4719d472 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/4719d472 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/4719d472 Branch: refs/heads/trunk Commit: 4719d472451649c594bdb0ff74e158a4f9d69ad4 Parents: e80f7aa Author: Jonathan Hurley <[email protected]> Authored: Wed Dec 17 22:41:44 2014 -0500 Committer: Jonathan Hurley <[email protected]> Committed: Wed Dec 17 23:11:45 2014 -0500 ---------------------------------------------------------------------- ambari-server/src/main/resources/alerts.json | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/4719d472/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 bea2c85..753c29c 100644 --- a/ambari-server/src/main/resources/alerts.json +++ b/ambari-server/src/main/resources/alerts.json @@ -6,6 +6,7 @@ { "name": "ambari_agent_disk_usage", "label": "Ambari Agent Disk Usage", + "description": "This host-level alert is triggered if the amount of disk space used on a host goes above specific thresholds. The default values are 50% for WARNING and 80% for CRITICAL.", "interval": 1, "scope": "HOST", "enabled": true,
