CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2021/01/30 03:03:41
Modified files:
sysutils/beats : Makefile.inc
sysutils/beats/filebeat: distinfo
sysutils/beats/heartbeat: distinfo
sysutils/beats/metricbeat: Makefile distinfo
sysutils/beats/metricbeat/patches:
patch-metricbeat_modules_d_system_yml
sysutils/beats/packetbeat: Makefile distinfo
sysutils/beats/packetbeat/pkg: PLIST
Added files:
sysutils/beats/metricbeat/files: sigar_openbsd.go
sysutils/beats/metricbeat/patches:
patch-metricbeat_module_system_memory_memory_go
Log message:
Update beats 7.10.0 -> 7.10.2
Release notes:
https://www.elastic.co/guide/en/beats/libbeat/current/release-notes-7.10.2.html
Port changes:
* build: set BUILD_DEPENDS += lang/python/ instead of
using MODULES += lang/python to prevent unnecessary python dependecy
* metricbeat: report correct CPU/memory metrics - requires
files/sigar_openbsd.go
* metricbeat: swap usage metrics are turned off due to metricbeat crashes
* metricbeat: remove configuration options which are useless under OpenBSD
Many thanks to David Alten for providing the fix for metricbeat CPU metrics
and testing