Skip to content

Commit

Permalink
net-mgmt/check_nwc_health: Update to 10.9.1.2
Browse files Browse the repository at this point in the history
Changes since 10.3:

 - fix issue #231, thanks log1-c

 - fix an uninitialized value in Arista HW check

 - improve arista power supply/cord status checks

 - add Huawei wlan controller (not finished yet)

 - add a temporary check for Cisco Viptela SDWAN (not for public
   use yet, sorry)

 - bugfix in Cisco WLC, skip unused mobile stations

 - add support for Viptela

 - pull request 304 improves ios hardware checks (thanks dhoffend)

 - rewrite detection of Juniper

 - tune snmp maxreps for bgp

 - add mode interface-vlan-count-macs

 - fix an undef in interface-vlan-count-macs

 - force interface-vlan-count-macs to cache vlans

 - tweak huawei Entity-Table snmp parameters

 - prepare some cisco sdwan stuff bugfix in Versa Peersubsystem

 - bugfix in Checkpoint Management-Status

 - bugfix in CISCO-ENVMON-MIB temperature (catch "notPresent")

 - bugfix again, exists plus defined

Reported by:	portscout
  • Loading branch information
leres committed Mar 19, 2023
1 parent 28a496b commit b057184
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions net-mgmt/check_nwc_health/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
PORTNAME= check_nwc_health
PORTVERSION= 10.3
PORTREVISION= 1
PORTVERSION= 10.9.1.2
CATEGORIES= net-mgmt
MASTER_SITES= https://labs.consol.de/assets/downloads/nagios/

Expand Down
6 changes: 3 additions & 3 deletions net-mgmt/check_nwc_health/distinfo
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
TIMESTAMP = 1660854271
SHA256 (check_nwc_health-10.3.tar.gz) = 0721758c6db0fa1d9e7b1a3a1696589bcf879353b4db1735efd6aa448c0afa54
SIZE (check_nwc_health-10.3.tar.gz) = 731220
TIMESTAMP = 1679263398
SHA256 (check_nwc_health-10.9.1.2.tar.gz) = 29ded21be12e57e78f8e392f5bb70e843fe53898f38daf166901a9ea08c41683
SIZE (check_nwc_health-10.9.1.2.tar.gz) = 806642

0 comments on commit b057184

Please sign in to comment.