You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by ad...@apache.org on 2017/07/26 06:41:53 UTC

ambari git commit: AMBARI-21561. NameNode Last Checkpoint alert: global name PERCENT_WARNING is not defined

Repository: ambari
Updated Branches:
  refs/heads/branch-2.5 ab05c5fec -> 7fb043696


AMBARI-21561. NameNode Last Checkpoint alert: global name PERCENT_WARNING is not defined


Project: http://git-wip-us.apache.org/repos/asf/ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/7fb04369
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/7fb04369
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/7fb04369

Branch: refs/heads/branch-2.5
Commit: 7fb0436969bff73bc5777d7ea28b3c4141a561f9
Parents: ab05c5f
Author: Attila Doroszlai <ad...@hortonworks.com>
Authored: Mon Jul 24 14:48:01 2017 +0200
Committer: Attila Doroszlai <ad...@hortonworks.com>
Committed: Wed Jul 26 08:41:12 2017 +0200

----------------------------------------------------------------------
 .../4.2/services/HDFS/package/alerts/alert_checkpoint_time.py      | 2 --
 1 file changed, 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/7fb04369/ambari-server/src/main/resources/stacks/BigInsights/4.2/services/HDFS/package/alerts/alert_checkpoint_time.py
----------------------------------------------------------------------
diff --git a/ambari-server/src/main/resources/stacks/BigInsights/4.2/services/HDFS/package/alerts/alert_checkpoint_time.py b/ambari-server/src/main/resources/stacks/BigInsights/4.2/services/HDFS/package/alerts/alert_checkpoint_time.py
index 2a29d1a..ef389cd 100755
--- a/ambari-server/src/main/resources/stacks/BigInsights/4.2/services/HDFS/package/alerts/alert_checkpoint_time.py
+++ b/ambari-server/src/main/resources/stacks/BigInsights/4.2/services/HDFS/package/alerts/alert_checkpoint_time.py
@@ -82,8 +82,6 @@ def execute(configurations={}, parameters={}, host_name=None):
   http_uri = None
   https_uri = None
   http_policy = 'HTTP_ONLY'
-  percent_warning = PERCENT_WARNING
-  percent_critical = PERCENT_CRITICAL
   checkpoint_tx = CHECKPOINT_TX_DEFAULT
   checkpoint_period = CHECKPOINT_PERIOD_DEFAULT