-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/39720/
-----------------------------------------------------------
(Updated Nov. 3, 2015, 1:13 p.m.)
Review request for Ambari and Vitalyi Brodetskyi.
Bugs: AMBARI-13603
https://issues.apache.org/jira/browse/AMBARI-13603
Repository: ambari
Description
-------
The alert "Ambari Agent Disk Usage" is causing some confusion for users: what
does it really indicate. The ambari disk usage alerts are meant to check two
things: that you have have enough space total and percent free space in
/usr/hdp for data created by hadoop and for installing versioned RPMs. Total
free space alerts are something that you’ll probably want to fix since it
means you have less than a certain amount of total free space left.
Proposing the change...
Alert Name:
**Host Disk Usage**
Description:
**This host-level alert is triggered if the amount of disk space used at
/usr/hdp goes above specific thresholds. The default threshold values are 50%
for WARNING and 80% for CRITICAL.**
Diffs (updated)
-----
ambari-server/docs/api/v1/alerts.md f2c50a8
ambari-server/src/main/java/org/apache/ambari/server/upgrade/UpgradeCatalog213.java
2823a07
ambari-server/src/main/resources/alerts.json 6a50223
ambari-server/src/test/java/org/apache/ambari/server/upgrade/UpgradeCatalog213Test.java
b0dc5f1
ambari-web/app/assets/data/alerts/alertDefinitions.json 20d83bd
ambari-web/app/assets/data/alerts/alert_instances.json 03ee7ce
ambari-web/app/assets/data/alerts/alert_summary.json bbc8308
ambari-web/test/mappers/alert_instances_mapper_test.js 2432749
Diff: https://reviews.apache.org/r/39720/diff/
Testing
-------
mvn clean test
Thanks,
Andrew Onischuk