JAB: Just Another Blog

Recent Articles:

Servermon flake8 compliant

Servermon has almost full flake8 compliance. In a pretty big commit: b4dfd58 we 've reached almost full compliance. The one error ignored is E501 (line too long) which did not seem worthy to fight for. So, now patches/PRs to servermon need to keep code style, pass the tests and ...


Servermon code coverage > 95%

Hello everyone, happy to shared with you that I 've managed to get servermon's code coverage finally above 95%. 96.37 to be exact. This means only ~100 relevant LOC are not being actively tested right now. I am gonna work a bit more on this but I wanted ...


collectd_transmission

collectd_transmission just got version 2.3 released today. This is a small project I 've create to integrate the collectd monitoring server and transmission. It allows to monitor the state of a transmission server and get some interesting info on the usage of it. I am quite exhited about it ...