Skip to content

Releases: Pandaoc-io/go-check-network-interface

v0.4.0 : BW < 1Mb, SNMPv3 protocols and Bugfix

21 Oct 16:22
Compare
Choose a tag to compare

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

26 Jun 23:20
Compare
Choose a tag to compare

Changelog :

  • Fix issue when old data pointer are nil and try to assign uint 0 value on it (issue : #8)

v0.3.2 : Bugfix

26 Jun 21:18
Compare
Choose a tag to compare

Changelog :

  • Fix padding and background color

v0.3.1 : Vendor dependencies update

26 Jun 20:34
Compare
Choose a tag to compare

Changelog :

  • Vendor dependencies update (go-shinken-check v0.2.3)

v0.3.0 : Bugfix

26 Jun 19:49
Compare
Choose a tag to compare

Changelog :
Fix the following issues :

  • #4 : HTML output
  • #5 : Bandwidth in pourcent
  • #6 : vla interfaces
  • #7 : Shortout on oper/admin status

v0.2.1: Bugfix

24 Jun 22:47
Compare
Choose a tag to compare

Changelog :

  • Fix panic when access to the index file is on error (permission denied in that case)

v0.2 : mod vendor and Bugfix

24 Jun 21:35
Compare
Choose a tag to compare

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

23 Jun 21:25
Compare
Choose a tag to compare

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

22 Jun 23:28
Compare
Choose a tag to compare
Pre-release

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.