ossobv / gocollect

Data collector using go, periodically posts json to a REST api
GNU General Public License v3.0
6 stars 1 forks source link

lockf.py should not be 755 in debian builds (0.4~rc10) #8

Closed wdoekes closed 8 years ago

wdoekes commented 8 years ago
2016/07/12 09:51:52 collector[lockf.py]: /usr/share/gocollect/collectors/lockf.py error: exit status 1

GoCollect should not attempt to execute it. We should (a) remove the shebang en (b) move it to a helpers dir so it's clear that it's not a collector itself.