Releases: Pandaoc-io/go-check-network-interface
Releases · Pandaoc-io/go-check-network-interface
v0.4.0 : BW < 1Mb, SNMPv3 protocols and Bugfix
Changelog :
- Manage when IfHighSpeed is equal to 1Mb and the real BW is above 1Mb. We force the check of the IfSpeed element in that case
- Manage Priv and Auth protocols in Upper or Lower case for SNMP v3
- Fix the In/Out packets output in verbose mode
v0.3.3 : Bugfix
Changelog :
- Fix issue when old data pointer are nil and try to assign uint 0 value on it (issue : #8)
v0.3.2 : Bugfix
Changelog :
- Fix padding and background color
v0.3.1 : Vendor dependencies update
Changelog :
- Vendor dependencies update (go-shinken-check v0.2.3)
v0.3.0 : Bugfix
v0.2.1: Bugfix
Changelog :
- Fix panic when access to the index file is on error (permission denied in that case)
v0.2 : mod vendor and Bugfix
Changelog :
- add go mod vendor for offline build on enterprise servers without internet connection
- Fix interface json file generation when interface name contains the '/' character
v0.1.1-beta : Bugfix
Changelog :
- Fix the alias output : Replacement of the '|' character by an '!' to avoid wrong output. '|' is the separator between the short/long output and the perfdata part.
v0.1-beta : First release of the check
First release of the check :)
Very happy to share it with the community.
The production testes are in progress to find and fix all the remaining issues.
A real readme file will follow with all the explanations about how the check works and what are the security in place to avoid some irrelevant returned values.