CHANGES

  • Split internal classes to individual modules
  • Try to smarter when we return address/port
  • Remove useless object inheritance
  • setup.cfg: We don’t need psutil anymore
  • DOC: Update docstrings

0.2.2

  • RELEASE 0.2.2 version
  • Revert “Add ‘slim’ metric for servers”
  • DOC: One more try to get this right
  • DOC: Update docstring for address method
  • Add support for changing address and port of a server
  • DOC: Fix various documentation issues
  • Add ‘slim’ metric for servers
  • Don’t check if ACL/MAP is a file
  • Return empty list if a acl doesn’t have any entries
  • DOC: Change python version we use for development
  • Ignore Python 3 class hierarchy of OSError errors
  • Return empty list if a map doesn’t have any entries
  • Fix example code for show_map function
  • Fix incorrect module path for constants in docstring
  • Add support for slim metric to Server object
  • List server metric names in alphabetic order
  • Added setaddress and address to Servers
  • Fix docstrings
  • Remove unused variables
  • Ignore Python 3 class hierarchy of OSError errors
  • Update installation instructions

0.2.1

  • RELEASE 0.2.1 version
  • Reorder inclusion of modules
  • Add docstring for isint()
  • Simplify conditional statement
  • Fix typos in a docstring
  • Reorder inclusion of modules and remove unused exceptions
  • Return False when a file isn’t a valid stats socket
  • Update copyright
  • Pass keyword parameters in format method, fix #1

0.2.0

  • RELEASE 0.2.0 version
  • Refactor constants for metrics
  • Include a module docstring

0.1.12

  • RELEASE 0.1.12 version
  • Return zero rather None for metrics without value

0.1.11

  • RELEASE 0.1.11 version
  • Make sure we clear out possible previous errors
  • Remove unnecessary keyword argument

0.1.10

  • RELEASE 0.1.10 version
  • Implement a proper retry logic for socket failures

0.1.9

  • RELEASE 0.1.9 version
  • Improve the way we internally use values for metrics

0.1.8

  • RELEASE 0.1.8 version
  • Remove unnecessary filtering of empty values