* Handle TCP socket failures in a better way * Remove unused variable * Rename decorator, retries --> retry\_on\_failures * Add docstrings in functions * Remove log\_hook as it is not needed anymore * Rearrange comments * Replace a for loop with a list comprehension * Remove unnecessary dependencies from Unit files
0.1.14
* Catch the case when FD is closed from outside * Update on puppet recipe * Add puppet classes * Add monit configuration * Updates on nagios checks * Update TODO
0.1.13
* Make configurable the aggregation of server's stats * Make metric names configurable * Rearrange metric name lists * Add nagios checks
0.1.12
* Report only the relevant sections for each program
0.1.11
* Fix regression introduced by 5d1003ca
0.1.10
* Use float rather int for measuring wall clock * Report wallclock time for processing statistics * Add support for connect and write timeouts * Remove metrics from utils.py * Move metrics to a separate module * Update docstrings/comments