diff options
author | Craig Leres <leres@FreeBSD.org> | 2023-03-19 22:08:07 +0000 |
---|---|---|
committer | Craig Leres <leres@FreeBSD.org> | 2023-03-19 22:08:07 +0000 |
commit | b0571841b098473cc5565f831076120f91b77dc0 (patch) | |
tree | e5815b905759de95c23e4dd403df54d73f4457ee /net-mgmt/check_nwc_health | |
parent | 28a496b2df18ff0ef0ac5a71420e8a0053aec2d3 (diff) | |
download | ports-b0571841b098473cc5565f831076120f91b77dc0.tar.gz ports-b0571841b098473cc5565f831076120f91b77dc0.zip |
net-mgmt/check_nwc_health: Update to 10.9.1.2
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
Diffstat (limited to 'net-mgmt/check_nwc_health')
-rw-r--r-- | net-mgmt/check_nwc_health/Makefile | 3 | ||||
-rw-r--r-- | net-mgmt/check_nwc_health/distinfo | 6 |
2 files changed, 4 insertions, 5 deletions
diff --git a/net-mgmt/check_nwc_health/Makefile b/net-mgmt/check_nwc_health/Makefile index 8e27b8ac9206..74854647f01c 100644 --- a/net-mgmt/check_nwc_health/Makefile +++ b/net-mgmt/check_nwc_health/Makefile @@ -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/ diff --git a/net-mgmt/check_nwc_health/distinfo b/net-mgmt/check_nwc_health/distinfo index 1126127d9b59..49c3edf1a8a6 100644 --- a/net-mgmt/check_nwc_health/distinfo +++ b/net-mgmt/check_nwc_health/distinfo @@ -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 |