Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 26 Dec 2021 23:19:39 GMT
From:      Craig Leres <leres@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 7120978bfa73 - main - net-mgmt/check_nwc_health: Update to 10.0.0.1
Message-ID:  <202112262319.1BQNJdYD036741@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by leres:

URL: https://cgit.FreeBSD.org/ports/commit/?id=7120978bfa73a215ef241816848876710524367f

commit 7120978bfa73a215ef241816848876710524367f
Author:     Craig Leres <leres@FreeBSD.org>
AuthorDate: 2021-12-26 23:18:57 +0000
Commit:     Craig Leres <leres@FreeBSD.org>
CommitDate: 2021-12-26 23:18:57 +0000

    net-mgmt/check_nwc_health: Update to 10.0.0.1
    
    Changes since 8.0.0.2:
    
     - add Bluecat Address Manager
    
     - bugfix in Bluecat jvm
    
     - check the memory of all members in a cisco stack only if there
       are > 1 members
    
     - do not use cpmCPUMemoryHCCommitted, except if you want mem usage
       > 100%
    
     - split Bluecat in AddressManager and DnsDhcpServer
    
     - bugfix in interface-stack-status (triggered when --name did not
       match)
    
     - bugfix in CISCO-ENTITY-SENSOR-MIB. Scale values correctly.
    
     - query LM-SENSORS-MIB only if it exists on Linux (it may hang
       even if not existing)
    
     - bugfix in f5 cpu-load, correct negative values
    
     - Blacklist storage device "junosprocfs" on JunOS (Juniper) devices
    
     - save bgp peer local addresses and show them in the error case
    
     - optimize etherlike and rmon walks
    
     - Add vpn sessions for Fortigate PR #279
    
     - bugfix in f5 memory-usage, correct negative values
    
     - bugfix in IOS cpu-load for very old models without CISCO-PROCESS-MIB
    
     - bugfix in UCD-MIB memory
    
     - add bgp for huawei
    
     - improve Barracuda cluster-check
    
     - tweak barracuda snmp params for interface/route checks
    
     - add Versa Appliance, add HP Aruba
    
     - improve cisco license checks
    
     - update git with latest cisco license gedoens
    
     - add Pulse Secure
    
     - use json for temporary files
    
     - tweak barracuda hardware-health snmp parameters
    
    Reported by:    portscout
---
 net-mgmt/check_nwc_health/Makefile | 2 +-
 net-mgmt/check_nwc_health/distinfo | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/net-mgmt/check_nwc_health/Makefile b/net-mgmt/check_nwc_health/Makefile
index 2d93a23b343e..d9103051479c 100644
--- a/net-mgmt/check_nwc_health/Makefile
+++ b/net-mgmt/check_nwc_health/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	check_nwc_health
-PORTVERSION=	8.0.0.2
+PORTVERSION=	10.0.0.1
 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 137f6e2e4001..54d6f0ba7499 100644
--- a/net-mgmt/check_nwc_health/distinfo
+++ b/net-mgmt/check_nwc_health/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1610939929
-SHA256 (check_nwc_health-8.0.0.2.tar.gz) = 2e01846e9a12b877ad17684a26d5c47625d50486e658e7c20e3ddad8f976b209
-SIZE (check_nwc_health-8.0.0.2.tar.gz) = 675768
+TIMESTAMP = 1640472779
+SHA256 (check_nwc_health-10.0.0.1.tar.gz) = 8ff09f33248546816c102754428456bfa7673e20087986598519d62e034dc96b
+SIZE (check_nwc_health-10.0.0.1.tar.gz) = 721010



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202112262319.1BQNJdYD036741>