head 1.10; access; symbols pkgsrc-2026Q1:1.10.0.20 pkgsrc-2026Q1-base:1.10 pkgsrc-2025Q4:1.10.0.18 pkgsrc-2025Q4-base:1.10 pkgsrc-2025Q3:1.10.0.16 pkgsrc-2025Q3-base:1.10 pkgsrc-2025Q2:1.10.0.14 pkgsrc-2025Q2-base:1.10 pkgsrc-2025Q1:1.10.0.12 pkgsrc-2025Q1-base:1.10 pkgsrc-2024Q4:1.10.0.10 pkgsrc-2024Q4-base:1.10 pkgsrc-2024Q3:1.10.0.8 pkgsrc-2024Q3-base:1.10 pkgsrc-2024Q2:1.10.0.6 pkgsrc-2024Q2-base:1.10 pkgsrc-2024Q1:1.10.0.4 pkgsrc-2024Q1-base:1.10 pkgsrc-2023Q4:1.10.0.2 pkgsrc-2023Q4-base:1.10 pkgsrc-2023Q3:1.8.0.2 pkgsrc-2023Q3-base:1.8 pkgsrc-2023Q2:1.4.0.2 pkgsrc-2023Q2-base:1.4 pkgsrc-2023Q1:1.2.0.2 pkgsrc-2023Q1-base:1.2; locks; strict; comment @# @; 1.10 date 2023.12.09.09.51.35; author otis; state Exp; branches; next 1.9; commitid HEJPBBwTN2SO2MPE; 1.9 date 2023.10.01.09.12.20; author otis; state Exp; branches; next 1.8; commitid bJm2af26DviH2UGE; 1.8 date 2023.08.06.17.46.47; author otis; state Exp; branches; next 1.7; commitid poPfqKFW0P8mGKzE; 1.7 date 2023.08.02.16.17.18; author nia; state Exp; branches; next 1.6; commitid i87BGOoxRJYZjezE; 1.6 date 2023.07.13.10.49.56; author nia; state Exp; branches; next 1.5; commitid XQJ6F4SYOjSI9DwE; 1.5 date 2023.07.08.22.04.59; author otis; state Exp; branches; next 1.4; commitid Lv6stvwXupxZ23wE; 1.4 date 2023.05.24.08.51.51; author otis; state Exp; branches; next 1.3; commitid 0h7zK0I4z2an6cqE; 1.3 date 2023.04.19.17.17.08; author otis; state Exp; branches; next 1.2; commitid pIbmGw5H8Jnt1KlE; 1.2 date 2023.03.10.11.01.17; author otis; state Exp; branches; next 1.1; commitid 6Z8DGuaIev9HezgE; 1.1 date 2023.02.12.18.37.32; author otis; state Exp; branches; next ; commitid hC8CnYystkVQwgdE; desc @@ 1.10 log @sysutils/zabbix60: Update to 6.0.24 * New Features and Improvements: - Implemented new tablespace item to retrieve percentage about current tablespace usage from max for both Oracle templates - Added version metric to Oracle plugin in Zabbix agent 2 - Updated max supported TimescaleDB version to 2.12 - Added HPE iLO by HTTP template - Added openshift-state-metrics in Kubernetes cluster state by HTTP * Bug Fixes: - Fixed aggregated item key conversion to calculated item formula when item key includes 'last' function and a fourth parameter - Fixed foreign key support with SQLite3 database - Improved HTTP agent, web scenarios, web checks and JavaScript to convert to UTF-8 from charset specified in HTTP header or HTTP meta tag - Fixed SNMP discovery looping forever with empty trend response - Fixed Zabbix agent compilation on AIX - Fixed template tab name in template configuration form - Reordered sub-templates in READMEs of Acronis, Control-M and Openstack templates - Fixed unit for FreeStorageSpace metric in JavaScript AWS RDS instance by HTTP template - Fixed sizes of loading modal windows - Fixed Web scenarios configuration form to display parent web scenarios on page refresh - Fixed gap when filtering by tags in Latest data - Fixed selected filter tab in high contrast themes being indistinguishable from others when collapsed - Changed value type for 'Pool Percent Used' item prototype in Ceph by Zabbix agent 2 template - Fixed messages about enabling, disabling and updating modules being different from other places - Fixed password field label not changing to key passphrase and back for SSH agent item when changing authentication method - Fixed non-working "Network timeout for item test" setting - Added missing bottom border for disabled button dropdown on hover for inherited macros - Fixed receiving data from the database twice the first time it is loaded - Fixed tables with header text vertical rotation - Fixed function macros to expand in notifications Full changelog: https://www.zabbix.com/rn/rn6.0.24 @ text @# $NetBSD: Makefile.common,v 1.9 2023/10/01 09:12:20 otis Exp $ # used by sysutils/zabbix60-agent/Makefile # used by sysutils/zabbix60-proxy/Makefile # used by sysutils/zabbix60-server/Makefile # used by sysutils/zabbix60-frontend/Makefile # used by sysutils/zabbix60-java/Makefile DISTNAME= zabbix-6.0.24 CATEGORIES= sysutils MASTER_SITES= https://cdn.zabbix.com/zabbix/sources/stable/${PKGVERSION_NOREV:R}/ MAINTAINER?= pkgsrc-users@@NetBSD.org HOMEPAGE= https://www.zabbix.com/ LICENSE= gnu-gpl-v2 # error: 'for' loop initial declarations are only allowed in C99 mode FORCE_C_STD= c99 .include "../../mk/bsd.prefs.mk" # Zabbix user, common to all components ZABBIX_GROUP?= zabbix ZABBIX_USER?= zabbix ZABBIX_HOMEDIR?= /var/zabbix PKG_GROUPS+= ${ZABBIX_GROUP} PKG_USERS+= ${ZABBIX_USER}:${ZABBIX_GROUP} PKG_GECOS.${ZABBIX_USER}= Zabbix user PKG_HOME.${ZABBIX_USER}= ${ZABBIX_HOMEDIR} FILES_SUBST+= ZABBIX_USER=${ZABBIX_USER} FILES_SUBST+= ZABBIX_GROUP=${ZABBIX_GROUP} OWN_DIRS_PERMS+= ${ZABBIX_HOMEDIR} ${ZABBIX_USER} ${ZABBIX_GROUP} 0755 @ 1.9 log @sysutils/zabbix60-server: Update to 6.0.22 Release notes: https://www.zabbix.com/rn/rn6.0.22 @ text @d1 1 a1 1 # $NetBSD: Makefile.common,v 1.8 2023/08/06 17:46:47 otis Exp $ d8 1 a8 1 DISTNAME= zabbix-6.0.22 @ 1.8 log @sysutils/zabbix60: Update to 6.0.20 * New Features and Improvements: - Added PostgreSQL by ODBC template - Added nodata trigger to remote Zabbix proxy and server health templates - Added integration with OpenStack Nova - Disabled spell checking for nondescriptive textareas - Added Cisco SD-WAN templates - Excluded edgeupdate service from services discovery in Windows by Zabbix agent templates - Added AWS ECS templates * Bug Fixes: - Fixed displaying the correct threshold color in "Top hosts" widget when value exceeds maximum - Fixed item test form sending incorrectly resolved macros to server if item uses SNMP interface - Fixed use of uninitialised value when verifying subject and issuer with TLS - Fixed runtime errors in the inheritance of the trigger and trigger prototype dependencies - Fixed SLI calculation for days with daylight-saving-time transitions - Fixed PHP runtime errors in API trigger.get method when using "expandComment" option - Fixed default condition for log item macro resolution - Updated setup section in README for PHP-FPM templates to include configuration example for Apache - Fixed reading of non-UTF-8 encoded files in Zabbix agent 2 - Fixed the issue with housekeeper failing to delete some of the events that required deletion - Fixed console error in "Map navigation tree" widget; disabled add button on a 10th depth level - Fixed undefined index errors in configuration.importcompare - Fixed generation of double page headers when general warning appears - Fixed Zabbix agent 2 systemd plugin failing with newer dbus - Fixed free bytes calculation for temporary tablespace in Oracle Zabbix agent 2 plugin - Fixed not being able to save an event correlation when custom formula was selected but only one condition remained - Updated pod crash loop trigger expressions in Kubernetes nodes and cluster state templates - Fixed suffix interpretation in threshold values for "Top hosts" widget - Fixed Zabbix access to the first page for user with specific page access - Fixed import popup showing circle animation even if PHP code failed - Fixed incorrectly displayed simple graphs with non-numeric items in Host graphs page Full release notes: https://www.zabbix.com/rn/rn6.0.20 @ text @d1 1 a1 1 # $NetBSD: Makefile.common,v 1.7 2023/08/02 16:17:18 nia Exp $ d8 1 a8 1 DISTNAME= zabbix-6.0.20 @ 1.7 log @*: Use FORCE_C_STD=c99 for C packages that use for loop initial declarations without setting -std=c99. @ text @d1 1 a1 1 # $NetBSD: Makefile.common,v 1.6 2023/07/13 10:49:56 nia Exp $ d8 1 a8 1 DISTNAME= zabbix-6.0.19 a34 2 # workaround for https://github.com/curl/curl/issues/10148 CPPFLAGS+= -DCURL_DISABLE_TYPECHECK @ 1.6 log @zabbix60-server: Assumes compiler defaults to c99. @ text @d1 1 a1 1 # $NetBSD: Makefile.common,v 1.5 2023/07/08 22:04:59 otis Exp $ d17 1 a17 1 USE_LANGUAGES= c99 @ 1.5 log @zabbix60: Update to 6.0.19 New Features and Improvements: - Removed unnecessary JavaScript preprocessing in discovery rules in Kubernetes templates - Updated JavaScript scripts in Kubernetes templates - Updated max supported TimescaleDB version to 2.11 - Fixed hintbox to be automatically closed when target element disappears - Added filters of node labels and annotations for Kubelet discovery in Kubernetes cluster state template Full changelog: https://www.zabbix.com/rn/rn6.0.19 @ text @d1 1 a1 1 # $NetBSD: Makefile.common,v 1.4 2023/05/24 08:51:51 otis Exp $ d16 3 @ 1.4 log @zabbix60: Update to 6.0.17 * New Features and Improvements - Added Event-Driven Ansible media * Bug Fixes - Fixed memory leak in json objects and identical keys - Fixed replace() function in expressions - Dropped support for custom geomap HTML attribution text - Added new limits for JS objects - Added debug logging for process selection in proc.mem[] on AIX - Updated go.mod/sum to allow mixing session and key parameter for Zabbix agent 2 items - Fixed minimum severity filter usage for map element link triggers - Fixed inability to import a template with trigger dependency on a host trigger - Fixed popup menus disappearing on right-clicking links in them - Optimised preprocessing steps and added two graphs and dashboard in the Hadoop by HTTP template - Prevented the ability to set a duplicate value for the uuid parameter when updating any of template entities; added possibility to update the uuid parameter for the Service API; fixed duplicate UUIDs in Proxmox VE by HTTP template - Optimised preprocessing steps in the Zookeeper by HTTP template - Optimised SQL queries and preprocessing steps - Removed limitation for size of logged messages in JS - Updated deprecated ports in Kubernetes templates, updated target tags, added notes about binding address options for Scheduler and Cluster Manager components Full changelog: https://www.zabbix.com/rn/rn6.0.17 @ text @d1 1 a1 1 # $NetBSD: Makefile.common,v 1.3 2023/04/19 17:17:08 otis Exp $ d8 1 a8 1 DISTNAME= zabbix-6.0.17 @ 1.3 log @zabbix60: Update to 6.0.16 Bug fixes: - Fixed the crash in Zabbix agent 2 when running out of available file descriptors - Hid the option "Create new groups" for unprivileged users in the Import form - Added validation to the "Server" IP/DNS option in the Zabbix agent 2 configuration - Fixed loss of preprocessing result when step with delta is used - Fixed duplication in web scenario error messages when curl cannot resolve host - Added an extra master item prototype to the Elasticsearch Cluster by HTTP template to reduce preprocessing worker utilization - Fixed VMware parameters display - Fixed the inability to import host prototypes containing SNMPv3 interface; allowed to supply conditional parameters with default values to hostprototype.create and hostprototype.update API methods when the parameters have no effect; added audit logging of changes to host prototypes when unlinking a template; fixed the inability to remove group links or group prototypes from a host prototype of a linked template - Fixed different severity paddings in trigger popups and maps triggers - Fixed selected count when using filter and filtered parameter is changed in a popup - Fixed debug section overlapping with 'Add new widget' placeholder in the dashboard - Fixed messages when updating graph prototype discovery - Added a check for numeric value in value mapping - Fixed incorrect padding in multiselect popup contrast dark and light stylesheets - Fixed the markup for Type of calculation expression field - Added support for item and item_preproc table fields to be either nvarchar or nclob Full release notes: https://www.zabbix.com/rn/rn6.0.16 @ text @d1 1 a1 1 # $NetBSD: Makefile.common,v 1.2 2023/03/10 11:01:17 otis Exp $ d8 1 a8 1 DISTNAME= zabbix-6.0.16 @ 1.2 log @sysutils/zabbix60: Update to 6.0.14 Release notes: https://www.zabbix.com/rn/rn6.0.14 @ text @d1 1 a1 1 # $NetBSD: Makefile.common,v 1.1 2023/02/12 18:37:32 otis Exp $ d8 1 a8 1 DISTNAME= zabbix-6.0.14 @ 1.1 log @zabbix60: Add new packages Add zabbix60 suite: Zabbix 6.0 LTS. Zabbix is a software that monitors numerous parameters of a network and the health and integrity of servers, virtual machines, applications, services, databases, websites, the cloud and more. Zabbix uses a flexible notification mechanism that allows users to configure e-mail based alerts for virtually any event. This allows a fast reaction to server problems. Zabbix offers excellent reporting and data visualization features based on the stored data. This makes Zabbix ideal for capacity planning. What's new: https://www.zabbix.com/whats_new_6_0 Release notes: https://www.zabbix.com/rn/rn6.0.13 @ text @d1 1 a1 1 # $NetBSD$ d8 1 a8 1 DISTNAME= zabbix-6.0.13 @