You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by ab...@apache.org on 2014/01/29 17:21:14 UTC

git commit: AMBARI-4435 - Hadoop cluster alerts are notbeing communicated through SysLog

Updated Branches:
  refs/heads/trunk 1a54ce4c6 -> e77d28fca


AMBARI-4435 - Hadoop cluster alerts are notbeing communicated through SysLog


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

Branch: refs/heads/trunk
Commit: e77d28fca22e78978583ac65836738334388b25e
Parents: 1a54ce4
Author: Artem Baranchuk <ab...@hortonworks.com>
Authored: Wed Jan 29 18:20:14 2014 +0200
Committer: Artem Baranchuk <ab...@hortonworks.com>
Committed: Wed Jan 29 18:20:35 2014 +0200

----------------------------------------------------------------------
 contrib/addons/src/addOns/nagios/plugins/sys_logger.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/e77d28fc/contrib/addons/src/addOns/nagios/plugins/sys_logger.py
----------------------------------------------------------------------
diff --git a/contrib/addons/src/addOns/nagios/plugins/sys_logger.py b/contrib/addons/src/addOns/nagios/plugins/sys_logger.py
index 4e2e50f..22815de 100644
--- a/contrib/addons/src/addOns/nagios/plugins/sys_logger.py
+++ b/contrib/addons/src/addOns/nagios/plugins/sys_logger.py
@@ -128,7 +128,7 @@ def determine_domain():
 
 # log the TVI msg to the syslog
 def log_tvi_msg(msg):
-    syslog.openlog('Hadoop', syslog.LOG_PID)
+    syslog.openlog('nagios', syslog.LOG_PID)
     syslog.syslog(msg)