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

svn commit: r1497048 - in /incubator/ambari/trunk/ambari-agent/src/main/puppet/modules/hdp-ganglia/files: gmetad.init gmond.init

Author: mahadev
Date: Wed Jun 26 19:07:29 2013
New Revision: 1497048

URL: http://svn.apache.org/r1497048
Log:
AMBARI-2495. HDP monitoring (Ganglia) processes are not chkconfig capable. (Oleksandr via mahadev)

Modified:
    incubator/ambari/trunk/ambari-agent/src/main/puppet/modules/hdp-ganglia/files/gmetad.init
    incubator/ambari/trunk/ambari-agent/src/main/puppet/modules/hdp-ganglia/files/gmond.init

Modified: incubator/ambari/trunk/ambari-agent/src/main/puppet/modules/hdp-ganglia/files/gmetad.init
URL: http://svn.apache.org/viewvc/incubator/ambari/trunk/ambari-agent/src/main/puppet/modules/hdp-ganglia/files/gmetad.init?rev=1497048&r1=1497047&r2=1497048&view=diff
==============================================================================
--- incubator/ambari/trunk/ambari-agent/src/main/puppet/modules/hdp-ganglia/files/gmetad.init (original)
+++ incubator/ambari/trunk/ambari-agent/src/main/puppet/modules/hdp-ganglia/files/gmetad.init Wed Jun 26 19:07:29 2013
@@ -1,5 +1,7 @@
 #!/bin/sh
-
+# chkconfig: 2345 70 40
+# description: hdp-gmetad startup script
+# processname: hdp-gmetad
 #/*
 # * Licensed to the Apache Software Foundation (ASF) under one
 # * or more contributor license agreements.  See the NOTICE file

Modified: incubator/ambari/trunk/ambari-agent/src/main/puppet/modules/hdp-ganglia/files/gmond.init
URL: http://svn.apache.org/viewvc/incubator/ambari/trunk/ambari-agent/src/main/puppet/modules/hdp-ganglia/files/gmond.init?rev=1497048&r1=1497047&r2=1497048&view=diff
==============================================================================
--- incubator/ambari/trunk/ambari-agent/src/main/puppet/modules/hdp-ganglia/files/gmond.init (original)
+++ incubator/ambari/trunk/ambari-agent/src/main/puppet/modules/hdp-ganglia/files/gmond.init Wed Jun 26 19:07:29 2013
@@ -1,5 +1,7 @@
 #!/bin/sh
-
+# chkconfig: 2345 70 40
+# description: hdp-gmond startup script
+# processname: hdp-gmond
 #/*
 # * Licensed to the Apache Software Foundation (ASF) under one
 # * or more contributor license agreements.  See the NOTICE file