-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathCHANGELOG
More file actions
35 lines (27 loc) · 1.06 KB
/
CHANGELOG
File metadata and controls
35 lines (27 loc) · 1.06 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
0.3.5
- Added function __verbose_print back to the code from another PR
- Added dynamic module import for using python2.7 or python3.8
0.3.4
- Added license things to relate to the original author Shaun Thomas
0.3.3
- Fixed various errors when using pip for installation of these module
0.2.1
- Documentation Fixes
- Fixed issue with setup.py that prevented module registration.
0.2.0
- Fixed the @ symbol to properly invert threshold matches
- Added ability to internally set Warning and Critical thresholds
0.1.4
- Minor documentation fixes.
0.1.3
- Added 'set_status_message' method to enhance human readability in generated
output beyond OK, WARNING, or CRITICAL.
- Added 'unknown_error' method to give plugin abortive quit capability and
avoid polluting 'finish' with similar functionality.
- All internal assertions now exit gracefully with 'unknown_error'.
0.1.2
- Fixed a problem that was breaking the lower-bound for negative infinity
in warning and critical thresholds.
- Added 'default' to option attributes passed to OptionParser.
0.1.1
- Initial Release