Repository: ambari Updated Branches: refs/heads/trunk d5453695e -> 4ab7c4259
AMBARI-5877. CentOS5, Ambari Server upgraded from 1.5.1 to 1.6.0 - alert shows up for NN checkpoint itme. (aonishuk) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/4ab7c425 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/4ab7c425 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/4ab7c425 Branch: refs/heads/trunk Commit: 4ab7c4259ea481eb64ffc227f7b4130d89865432 Parents: d545369 Author: Andrew Onishuk <[email protected]> Authored: Wed May 28 17:10:06 2014 +0300 Committer: Andrew Onishuk <[email protected]> Committed: Wed May 28 17:10:06 2014 +0300 ---------------------------------------------------------------------- .../2.0.6/services/NAGIOS/package/templates/hadoop-commands.cfg.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/4ab7c425/ambari-server/src/main/resources/stacks/HDP/2.0.6/services/NAGIOS/package/templates/hadoop-commands.cfg.j2 ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDP/2.0.6/services/NAGIOS/package/templates/hadoop-commands.cfg.j2 b/ambari-server/src/main/resources/stacks/HDP/2.0.6/services/NAGIOS/package/templates/hadoop-commands.cfg.j2 index 582557b..bfd6831 100644 --- a/ambari-server/src/main/resources/stacks/HDP/2.0.6/services/NAGIOS/package/templates/hadoop-commands.cfg.j2 +++ b/ambari-server/src/main/resources/stacks/HDP/2.0.6/services/NAGIOS/package/templates/hadoop-commands.cfg.j2 @@ -139,7 +139,7 @@ define command{ define command{ command_name check_checkpoint_time - command_line python $USER1$/check_checkpoint_time.py -H "$ARG1$" -p $ARG2$ -w $ARG3$ -c $ARG4$ -t $ARG5$ -x $ARG6$ + command_line /var/lib/ambari-agent/ambari-python-wrap $USER1$/check_checkpoint_time.py -H "$ARG1$" -p $ARG2$ -w $ARG3$ -c $ARG4$ -t $ARG5$ -x $ARG6$ } define command{
