* Make sure we can \_\_init\_\_ method of parent class * Remove unnecessary fallback * Catch the case where config is in invalid format * Perform a sanity check on configuration * Disable pylint warning at the correct line * Add sanity checks for parameters in puppet module * Add queue-size parameter in the example config * Update puppet module
0.3.1
* Document queue-size parameter of pull section * Rephrase the paragraph in Queuing system * Use fallback to True for prefix-hostname * User hyphen rather underscore * Use correct key name for queue-size parameter * Add connect and write timeout to defaults/README
0.3.0
* Add support for excluding frontends and backends * Revert "Replace in README UTF-8 characters with plain text" * Refactor the loglevel part * Disable pylint checks for few cases * Make load\_file\_content to skip commented out lines * Catch the case when incoming directory disappears * Disable few pylint checks * Remove unnecessary fallback * Add aggr-server-metrics parameter in the defaults
0.2.1
* Increase severity to info, to easier debugging * Replace in README UTF-8 characters with plain text * Provide more accurate sleep time to avoid interval drifting
0.2.0
* Rephrase few sentences and fix spelling mistakes
0.1.16
* Compute averages rather sum for act/bck metrics * Update README * Remove README under nagios * Update nagios and monit checks * Update puppet code * Add minimum version for pyinotify in requirements * Update requirements.txt * Add a function to load content of file to a list * Catch OSError when pandas parses csv file