-
Notifications
You must be signed in to change notification settings - Fork 60
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Major update, mainly better version checks. (#30)
Note: API change to use the proper units as documented by Nagios. You may notice large jumps in your graphs if units were previously being ignored. Note: Memory usage no-longer includes cache to match the way ‘docker stats’ does it. You likely will see a drop in memory usage from this. Made version check much better, it can now handle non-official registries. Added ability to specify size of a KB (1000 or 1024 bytes) Moved testing to use Pytest Added traceback to error handling for better bug reports. Handle unsupported memory units better, i.e. not with assert. Adjusted default registry to match Docker documentation. Round and truncate displayed values as appropriate
- Loading branch information
Showing
7 changed files
with
1,313 additions
and
1,481 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.