Skip to content

Commit

Permalink
Update install-agent.py
Browse files Browse the repository at this point in the history
Added debug print to analyse inject failure in bringing configurator service up
  • Loading branch information
deepamartin authored Dec 21, 2018
1 parent 9fa1628 commit 3247d61
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions install-agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -645,6 +645,8 @@ def create_configurator_service(self):
create a service for collectd installed
:return:
"""
print "create_configurator_Service started"
print "OS is: {0}".format(self.os)
if self.os == "ubuntu":
print "found ubuntu ..."
version = platform.dist()[1]
Expand Down

0 comments on commit 3247d61

Please sign in to comment.