aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/check_nwc_health
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* net-mgmt/check_nwc_health: Update to 8.0.0.2Craig Leres2021-01-182-4/+4
| | | | | | | | | | | | | | | Changes sincne 8.0: - bugfix in HOST-RESOURCE-MIB memory (Arista triggered) - bugfix in CISCO-ENVMON-MIB, temperatures > 200 - bugfix in arista bgp, mitigate admin down Reported by: portscout Notes: svn path=/head/; revision=561894
* net-mgmt/check_nwc_health: Update to 8.0Craig Leres2021-01-022-4/+4
| | | | | | | | | | | | | | | | | | | | | | | Changes since 7.12.1.3: - add some exceptions to hrDeviceDiskStorage and hrDeviceNetwork - add Vormetric Appliance - broadcast traffic is now shown as percentage of the overall traffic (...broadcast_in) and percentage of the available bandwitdth (..._broadcast_usage_in). - errors and discards are now calculated as percentage of all received/sent packets - TenGig-VRF-MPLS-Dingsbums without errors and discard metrics are no longer treated as StackSubs Reported by: portscout Notes: svn path=/head/; revision=559959
* net-mgmt/check_nwc_health: Update to 7.12.1.3. Changes since 7.12.1.2:Craig Leres2020-09-102-4/+4
| | | | | | | | | - fix a bug in mode count-routes, update glplugin Reported by: portscout Notes: svn path=/head/; revision=548171
* net-mgmt/check_nwc_health: Update to 7.12.1.2. Changes since 7.10.3:Craig Leres2020-07-222-4/+4
| | | | | | | | | | | | | | | | | | | | | | | - improve output for connect-vips - bugfix in UCD-MIB swap - try to fallback to ucd if neither sysUptime nor sysDescr exist - add mode watch-vips and connect-vips for F5 - check the number of nodes in a Fortigate cluster - add bgp4 modes for arista, use 2nd context for cisco bgp4 - check increase of sessions for Cisco - add AVM 7580 Reported by: portscout Notes: svn path=/head/; revision=542875
* net-mgmt/check_nwc_health: Update to 7.10.3. Changes since 7.10.1.8:Craig Leres2020-03-212-4/+4
| | | | | | | | | | | | | | | - add mode vpn-sessions (IOS and ASA) - blacklist nfs-mounts in hrDeviceDiskStorage - fix HP Aruba checks, add nore from ENTITY-SENSOR-MIB - fix a bug in interface-etherstats for OLD-CISCO-INTERFACES-MIB Reported by: portscout Notes: svn path=/head/; revision=528860
* net-mgmt/check_nwc_health: Update to 7.10.1.8. Changes since 7.10.1.5:Craig Leres2020-03-152-4/+4
| | | | | | | | | | | | | | | | - fix a bug in Cisco memory, for Cisco emulation mode of Bel VPN Gate - fix redundant argument in sprintf - fix operstatus in linuxlocal - fix a bug in verbose mode if --nosensors is used Reported by: portscout Approved by: matthew (mentor, implicit) Notes: svn path=/head/; revision=528509
* Update MAINTAINER: use @FreeBSD.orgSunpoet Po-Chuan Hsieh2020-02-131-1/+1
| | | | Notes: svn path=/head/; revision=526019
* net-mgmt/check_nwc_health: Update to 7.10.1.5. Changes since 7.10.1.1:Craig Leres2019-12-112-4/+4
| | | | | | | | | | | | | | | | | - update GLPlugin, reduce default maxrepetitions to 20 - reduce maxrepetitions for f5 sysCpuTable and ifTables - add --nosensors which skips endless entSensor[Threshold]Table for Nexuses - fix a division by 0 for cisco reserved memory Reported by: portscout Approved by: matthew (mentor, implicit) Notes: svn path=/head/; revision=519844
* net-mgmt/check_nwc_health: Update to 7.10.1.1:Craig Leres2019-11-232-4/+4
| | | | | | | | | | | | - fix a bug in cisco wlan accesspoint-modes (InetAddrType) - add session-usage for palo alto Reported by: portscout Reviewed by: ler (mentor, implicit) Notes: svn path=/head/; revision=518175
* net-mgmt/check_nwc_health: Update to 7.10.0.6:Craig Leres2019-09-172-4/+4
| | | | | | | | | | - reduce runtime for nexus hardware-health Reported by: portscout Approved by: matthew (mentor, implicit) Notes: svn path=/head/; revision=512247
* net-mgmt/check_nwc_health: Update to 7.10.0.5:Craig Leres2019-08-262-4/+4
| | | | | | | | | | | | | | | | | | | | - fix EIGRP filtering - fix a bug in fortigate ha-role - fix a bug in interface-uptime - fix a bug in interface-uptime - fix a bug in mode ha-role for Fortigate - fix a bug in bgp/route modes for the non-standalone version (InetAddressMaker) Approved by: ler (mentor, implicit) Notes: svn path=/head/; revision=509962
* net-mgmt/check_nwc_health: Update to 7.10. From the ChangeLog:Craig Leres2019-06-222-4/+4
| | | | | | | | | | | - remove duplicate routes (ip-table + inet-table) - --report long+address shows ip addresses for interfaces Reported by: portscout Approved by: ler (mentor, implicit) Notes: svn path=/head/; revision=504876
* net-mgmt/check_nwc_health: Update to 7.9.0.4. From the ChangeLog:Craig Leres2019-06-222-5/+4
| | | | | | | | | | | | | | | - finish barracuda ha-role mode - detect f5 firmware versions 14+ - fix routes. inetCidrRouteTable does not really replace ipCidrRouteTable - fallback to BGP4-MIB if CISCO-BGP4-MIB is incomplete - add EIGRP - fix ASA user/connection/session-count Reported by: portscout Approved by: ler (mentor, implicit) Notes: svn path=/head/; revision=504838
* net-mgmt/check_nwc_health: Use PERL instead of PERL5 for shebangCraig Leres2019-06-081-1/+2
| | | | | | | | | | | as suggested by mat@ Reported by: mat Approved by: ler (mentor, implicit) Differential Revision: https://reviews.freebsd.org/D20489 Notes: svn path=/head/; revision=503750
* net-mgmt/check_nwc_health: Update to 7.8. From the ChangeLog:Craig Leres2019-06-072-4/+4
| | | | | | | | | | | | | | | - GLPLugin with better ip4/ip6 handling - fix huawei subclasses - interfaces --name filter expression can contain _adminup_ as a secondary filter - route modes can handle v6 - use OSPFV3-MIB, support v6 - add CISCO-BGP4-MIB, support v6 Reported by: portscout Approved by: matthew (mentor, implicit) Notes: svn path=/head/; revision=503639
* This adds net-mgmt/check_nwc_health, a Nagios plugin that usesCraig Leres2019-06-013-0/+43
SNMP to monitor network devices. Reviewed by: ler (mentor) Approved by: ler (mentor) Differential Revision: https://reviews.freebsd.org/D20489 Notes: svn path=/head/; revision=503244