You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by sw...@apache.org on 2014/01/09 22:23:32 UTC

git commit: AMBARI-3588. Alert problem about JournalNode process down. (Bourne via swagle)

Updated Branches:
  refs/heads/trunk 95b71281f -> e8a03c8df


AMBARI-3588. Alert problem about JournalNode process down. (Bourne via swagle)


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

Branch: refs/heads/trunk
Commit: e8a03c8dfec0e848bc816852a00e81759d29c712
Parents: 95b7128
Author: Siddharth Wagle <sw...@hortonworks.com>
Authored: Thu Jan 9 13:23:15 2014 -0800
Committer: Siddharth Wagle <sw...@hortonworks.com>
Committed: Thu Jan 9 13:23:15 2014 -0800

----------------------------------------------------------------------
 contrib/addons/src/addOns/nagios/scripts/nagios_alerts.php | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/e8a03c8d/contrib/addons/src/addOns/nagios/scripts/nagios_alerts.php
----------------------------------------------------------------------
diff --git a/contrib/addons/src/addOns/nagios/scripts/nagios_alerts.php b/contrib/addons/src/addOns/nagios/scripts/nagios_alerts.php
index a8cc963..8ebf16c 100644
--- a/contrib/addons/src/addOns/nagios/scripts/nagios_alerts.php
+++ b/contrib/addons/src/addOns/nagios/scripts/nagios_alerts.php
@@ -367,6 +367,7 @@ function hdp_mon_generate_response( $response_data )
     switch ($pieces[0]) {
 	  case "DATANODE":
       case "NAMENODE":
+      case "JOURNALNODE":
         $pieces[0] = "HDFS";
         break;
       case "JOBTRACKER":