- Added Python 3 support (HeMan)
- Added server cpu usage, memory usage, and connection counters (campenberger)
- Remove misleading description of lockwait, removing the word Average (SW)
- Fixed issues where the SQL cache hit queries were yielding improper results when done on large systems (CTrahan)
- Fixed try/finally statement to accomodate Python 2.4 for legacy systems (NS)
- Complete rewrite of the structure, re-evaluated some queries to hopefully make them more portable (CFriese)
- Updated the way averages are taken, no longer needs tempdb access (NS)
- Added ability to specify instances (NS)
- Fixed port bug allowing for non default ports (CBTSDon)
- Added batchreq, sqlcompilations, fullscans, pagelife (Thanks mike from austria)
- Added mode error checking which caused non-graceful exit (Thanks mike from austria)
- Fixed Uptime Counter to be based off of database (NS)
- Fixed divide by zero
- Fixed issue with division by zero when the cache hit ratio counter is zero (JO)
- Fixed range values that were inverse (JO)
- Updated release with spelling fixes
- Fixed bug where temp file was named same as other for host and numbers were coming back bogus. (NS)
- Complete Revamp/Rewrite based on the server version of this plugin (NS)
- Added ability specify MSSQL instances (NS)
- Added ability to monitor instances (NS)
- Added check to see if pymssql is installed (NS)
- Fixed port bug allowing for non default ports (CBTSDon)
- Added mode error checking which caused non-graceful exit (Thanks mike from austria)