- Fixed issue #8: Measuring throughput on multiple identically configured PA's fails
- Improvement: It is no longer necessary to reset the internal cookie when upgrading PA.
- Renamed performance data label for throughput command.
- Removed the the unit of measurement (UOM) for throughput command
- Support for Python 3.5 added
- Minor code improvements
- Changed the the unit of measurement (UOM) according to official Nagios-Documentation (thanks to Ios77)
- Added script version switch
- Improved error handling
- Updated documentation
- Upgraded dependencies
- Fixed a argparse bug
- Added functionality to monitor state of the user-agents
- Added script timeout switch
- Improved error handling
- Improved functionality of sessinfo command
- Disabled warnings for insecure requests to support older installations: https://urllib3.readthedocs.org/en/latest/security.html
- Fixed a bug for parsing args in python3.
- Enabled warnings for insecure requests: https://urllib3.readthedocs.org/en/latest/security.html
- Changed format for setup.cfg.
- Updated docs.
- Support Python 2.7, 3.3, 3.4.
- Support PyPi.
- Included tests.
- Improved performance.
- Improved output and debugging.