Closed YoungWilliamZ closed 5 years ago
Ok, I have fix that.
Only change 437 line in ReportAgent.py :
print "file:" + logconf + " not exist or other error: " + e + " for node:" + nodename
to
print "file:" + logconf + " not exist or other error: " + str(e) + " for node:" + nodename
After I run
sh start_Agent.sh
, an error found inagentOut.txt
:I only change first few lines , my changed
ReportAgent.py
: