Skip to content

Commit

Permalink
Merge pull request #46 from gnmahanth/master
Browse files Browse the repository at this point in the history
added proper paths for init scripts
  • Loading branch information
mahanth authored Dec 19, 2017
2 parents 0621c31 + 4e4a65f commit 0a9cf81
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions install-agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ def setup_collectd(self):
proxy=self.proxy, extract_dir="/opt/", tarfile_type="r:bz2")
else:
self.build_collectd()
self.create_collectd_service()
# self.create_collectd_service()

def create_collectd_service(self):
"""
Expand Down Expand Up @@ -718,7 +718,8 @@ def install(collectd=True, setup=True, fluentd=True, configurator=True, configur
print "Started installing collectd ..."
obj.setup_collectd()
obj.add_collectd_plugins()
obj.start_collectd()
obj.create_collectd_service()
# obj.start_collectd()
print "=================collectd setup time in seconds============"
print time.time() - start
print "===================================="
Expand Down

0 comments on commit 0a9cf81

Please sign in to comment.