Closed
Description
If installed via debian package, starting tcollector fails because in line 814 a file is included (from collectors.etc import config) which is not under the path of the tcollector.py executable (/usr/bin/tcollector as opposed to /usr/lib/tcollector/)
I also noticed that when the exception is thrown in line 815, the following code also fails because in line 837 a variable is referenced that has not previously been assigned a value.