Port details |
- zabbix64-server Enterprise-class open source distributed monitoring (server)
- 6.4.20_1 net-mgmt
=7 6.4.20_1Version of this port present on the latest quarterly branch.
- DEPRECATED: Zabbix 6.4 is expected to reach EoL on December 31, 2024
This port expired on: 2024-12-31
- Maintainer: otis@FreeBSD.org
- Port Added: 2023-03-08 12:18:06
- Last Update: 2025-01-01 10:52:14
- Commit Hash: 7598429
- People watching this port, also watch:: nginx, postfix, python38, redmine50, freeradius3
- License: GPLv2+
- WWW:
- https://www.zabbix.com/
- Description:
- Zabbix is an enterprise-class open source distributed monitoring solution.
Zabbix is software that monitors numerous parameters of a network and the
health and integrity of servers. 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 visualisation features based on the stored
data. This makes Zabbix ideal for capacity planning.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- zabbix64-server>0:net-mgmt/zabbix64-server
- Conflicts:
- CONFLICTS_INSTALL:
- No installation instructions:
- This port has been deleted.
- PKGNAME: zabbix64-server
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1732290433
SHA256 (zabbix-6.4.20.tar.gz) = b45b20d89abc51a6b96142c652ed645cb931c89b80dd819e49f2780cf7ce1e49
SIZE (zabbix-6.4.20.tar.gz) = 47050234
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- pkgconf>=1.3.0_1 : devel/pkgconf
- Runtime dependencies:
-
- fping : net/fping
- Library dependencies:
-
- libevent.so : devel/libevent
- libcurl.so : ftp/curl
- libOpenIPMI.so : sysutils/openipmi
- libpcre2-8.so : devel/pcre2
- libnetsnmp.so : net-mgmt/net-snmp
- libssh2.so : security/libssh2
- libodbc.so : databases/unixODBC
- libxml2.so : textproc/libxml2
- libmysqlclient.so.21 : databases/mysql80-client
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for zabbix64-server-6.4.20_1:
CURL=on: Support for web monitoring
FPING=on: Build/install fping for ping checks
IPMI=on: Support for IPMI checks
IPV6=on: IPv6 protocol support
LDAP=off: Support for LDAP server checks
LIBXML2=on: Support for libxml2 (required by monitoring VMware)
NMAP=off: Build/install nmap for o/s detection
SNMP=on: Support for SNMP checks
SSH=on: Support for SSH-based checks
UNIXODBC=on: Support for database checks via ODBC
====> PCRE library to use: you have to select exactly one of them
PCRE1=off: Use PCRE v1 library
PCRE2=on: Use PCRE v2 library
====> Options available for the single DB: you have to select exactly one of them
MDB5=off: Mariadb 10.5 database support
MDB6=off: Mariadb 10.6 database support
MYSQL=on: MySQL 8.0 database support
MYSQLDV=off: MYSQL DEFAULT_VERSIONS= (poudriere)
ORACLE=off: Oracle database support
PGSQL=off: PostgreSQL database support
====> SSL protocol support: you have to select exactly one of them
GNUTLS=off: SSL/TLS support via GnuTLS
OPENSSL=on: SSL/TLS support via OpenSSL
===> Use 'make config' to modify these settings
- Options name:
- net-mgmt_zabbix64-server
- USES:
- gnome iconv pkgconfig compiler:c11 mysql:80 ssl
- pkg-message:
- For install:
- This is a Zabbix Standard release!
Standard Zabbix releases are supported for Zabbix customers during six (6)
months of Full Support (general, critical and security issues) until the next
Zabbix stable release, plus one (1) additional month of Limited Support
(critical and security issues only). Zabbix Standard version release will result
in change of the second version number.
Standard release: Zabbix 6.4
Release date: Mar 07, 2023
End of Full Support: Jun 30, 2024
End of Limited Support: Dec 31, 2024
Zabbix Life Cycle & Release Policy:
https://www.zabbix.com/life_cycle_and_release_policy
Log files are now under /var/log/zabbix directory instead of /tmp as it was
previously.
For Zabbix server and proxy daemons, as well as Zabbix frontend, a database is
required. It is not needed to run Zabbix agent.
To populate the database with initial data:
% cd /usr/local/share/zabbix64/server/database
and follow the instructions:
https://www.zabbix.com/documentation/6.4/en/manual/appendix/install/db_scripts
Upgrade notes for 6.4.0:
https://www.zabbix.com/documentation/6.4/en/manual/installation/upgrade_notes_640
Upgrade procedure:
https://www.zabbix.com/documentation/current/en/manual/installation/upgrade/sources
Official Zabbix documentation:
https://www.zabbix.com/documentation/6.4/en/manual
Please see https://www.zabbix.com/ for detailed information about Zabbix.
The default credentials for zabbix frontend is:
Username: Admin
Password: zabbix
For use NMAP please edit sudoers.
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
6.4.20_1 01 Jan 2025 10:52:14 |
Rene Ladan (rene) |
net-mgmt/zabbix64-server: Remove expired port
2024-12-31 net-mgmt/zabbix64-server: Zabbix 6.4 is expected to reach EoL on
December 31, 2024 |
6.4.20_1 31 Dec 2024 08:57:55 |
Muhammad Moinur Rahman (bofh) |
Mk/**java.mk: Convert bsd.java.mk to USES
The following features have been added or changed:
- Instead of USE_JAVA use USES=java. This defaults to
USES=java:build,run if NO_BUILD is undefined. Else it defaults to
USES=java:run
- Instead of USE_ANT=yes use USES=java:ant which also implies
USES=java:build
- Instead of JAVA_BUILD=yes use USES=java:build. Does not imply run or
extract
- Instead of JAVA_EXTRACT=yes use USES=java:extract does not imply
build or run
- Instead of JAVA_RUN=yes use USES=java:run does not imply extract or
build
- Instead of USE_JAVA=<version> use USES=java and JAVA_VERSION=<version>
Approved by: mat (portmgr), glewis
Differential Revision: https://reviews.freebsd.org/D48201 |
6.4.20_1 20 Dec 2024 22:03:00 |
Juraj Lutter (otis) |
net-mgmt/zabbix64-server: Set expiration date to 2024-12-31
Zabbix 6.4 is expected to reach EoL on December 31, 2024.
Adjust metadata accordingly. |
6.4.20 22 Nov 2024 18:37:35 |
Juraj Lutter (otis) |
net-mgmt/zabbix64-server: Update to 6.4.20
Release notes: https://www.zabbix.com/rn/rn6.4.20 |
6.4.19 24 Sep 2024 15:28:53 |
Juraj Lutter (otis) |
net-mgmt/zabbix64-server: Update to 6.4.19
Release notes: https://www.zabbix.com/rn/rn6.4.19 |
6.4.18 20 Aug 2024 19:41:19 |
Juraj Lutter (otis) |
net-mgmt/zabbix64-server: Update to 6.4.18
Release notes: https://www.zabbix.com/rn/rn6.4.18 |
6.4.17 23 Jul 2024 20:48:54 |
Juraj Lutter (otis) |
net-mgmt/zabbix64-frontend: Fix pkg-plist and thus build
Fix pkg-plist for frontend.
Reported by: Christian Ullrich <chris@chrullrich.net>
PR: 280417 |
6.4.17 23 Jul 2024 07:37:03 |
Juraj Lutter (otis) |
net-mgmt/zabbix64-server: Update to 6.4.17
Release notes: https://www.zabbix.com/rn/rn6.4.17 |
6.4.16 21 Jun 2024 18:32:51 |
Juraj Lutter (otis) |
net-mgmt/zabbix64-server: Update to 6.4.16
Release notes: https://www.zabbix.com/rn/rn6.4.16 |
6.4.15 21 May 2024 22:56:00 |
Juraj Lutter (otis) |
net-mgmt/zabbix64-server: Update to 6.4.15
Release notes: https://www.zabbix.com/rn/rn6.4.15 |
6.4.14_1 29 Apr 2024 14:03:37 |
Juraj Lutter (otis) |
net-mgmt/zabbix64-server: Make service depend on mysql service
When using zabbix64-server with MariaDB, rc.d/zabbix_server does not
contain "REQUIRE: mysql". Therefore, when shutting down the host, mysql
stops before zabbix_server and prevents zabbix_server from stopping.
Fix this also for MYSQLDV option and also for zabbix64-proxy in
addition to zabbix64-server.
PR: 278629 |
6.4.14 25 Apr 2024 05:14:23 |
Juraj Lutter (otis) |
net-mgmt/zabbix64-server: Update to 6.4.14
Release notes: https://www.zabbix.com/rn/rn6.4.14 |
6.4.13 27 Mar 2024 11:30:38 |
Juraj Lutter (otis) |
net-mgmt/zabbix64-server: Update to 6.4.13
Release notes: https://www.zabbix.com/rn/rn6.4.13 |
6.4.12 27 Feb 2024 16:18:28 |
Juraj Lutter (otis) |
net-mgmt/zabbix64-server: Update to 6.4.12
Release notes: https://www.zabbix.com/rn/rn6.4.12 |
6.4.11_1 07 Feb 2024 13:08:21 |
Juraj Lutter (otis) |
net-mgmt/zabbix64-server: Move manpages to PREFIX/share/man |
6.4.11 30 Jan 2024 21:08:31 |
Juraj Lutter (otis) |
net-mgmt/zabbix64-server: Update to 6.4.11
- Update to 6.4.11
- Build with libxm2 unconditionally (and leave LIBXML2 option as
a no-op "stub" for now)
- Release notes: https://www.zabbix.com/rn/rn6.4.11 |
6.4.10_1 27 Dec 2023 21:22:33 |
Juraj Lutter (otis) |
net-mgmt/zabbix64-server: Enable IPMI option by default
The same applies also for zabbix64-proxy |
6.4.10 14 Dec 2023 18:48:19 |
Juraj Lutter (otis) |
net-mgmt/zabbix64-server: Update to 6.4.10
Release notes: https://www.zabbix.com/rn/rn6.4.10 |
6.4.9 01 Dec 2023 22:27:42 |
Juraj Lutter (otis) |
net-mgmt/zabbix64-server: Update to 6.4.9
Release notes: https://www.zabbix.com/rn/rn6.4.9 |
6.4.8 02 Nov 2023 20:43:58 |
Juraj Lutter (otis) |
net-mgmt/zabbix64-server: Update to 6.4.8
Reported by: portscout |
6.4.8 02 Nov 2023 20:43:58 |
Juraj Lutter (otis) |
net-mgmt/zabbix64-server: Update to 6.4.8
Reported by: portscout |
6.4.7 27 Sep 2023 16:25:25 |
Juraj Lutter (otis) |
net-mgmt/zabbix64-server: Update to 6.4.7
Release notes: https://www.zabbix.com/rn/rn6.4.7 |
6.4.6 24 Aug 2023 09:17:29 |
Juraj Lutter (otis) Author: Cy Schubert |
net-mgmt/zabbix64-server: Update to 6.4.6
Release notes: https://www.zabbix.com/rn/rn6.4.6
PR: 273322 |
6.4.5 04 Aug 2023 06:18:36 |
Juraj Lutter (otis) |
net-mgmt/zabbix64-server: Update to 6.4.5
Release notes: https://www.zabbix.com/rn/rn6.4.5 |
6.4.4 01 Jul 2023 20:18:29 |
Juraj Lutter (otis) |
net-mgmt/zabbix64-server: Update to 6.4.4
Release notes: https://www.zabbix.com/rn/rn6.4.4 |
6.4.3 02 Jun 2023 06:37:32 |
Juraj Lutter (otis) |
net-mgmt/zabbix64-frontend: Fix plist
Add one missing entry to plist for frontend.
PR: 271773 |
6.4.3 31 May 2023 12:22:42 |
Juraj Lutter (otis) |
net-mgmt/zabbix64-server: Fix plist for frontend
Remove two stray files from frontend's plist. |
6.4.3 31 May 2023 08:58:33 |
Juraj Lutter (otis) |
net-mgmt/zabbix64-server: Update to 6.4.3
Release notes: https://www.zabbix.com/rn/rn6.4.3 |
6.4.2 26 Apr 2023 12:54:06 |
Juraj Lutter (otis) |
net-mgmt/zabbix64-server: Update to 6.4.2
Release notes: https://www.zabbix.com/rn/rn6.4.2 |
6.4.1 04 Apr 2023 21:01:26 |
Juraj Lutter (otis) |
net-mgmt/zabbix64-server: Update to 6.4.1
Release notes: https://www.zabbix.com/rn/rn6.4.1 |
6.4.0 09 Mar 2023 20:42:00 |
Juraj Lutter (otis) |
net-mgmt/zabbix64-frontend: Re-add needed PHP extensions
Re-add erroneously removed PHP extensions needed for proper
function. |
6.4.0 08 Mar 2023 12:14:01 |
Juraj Lutter (otis) |
net-mgmt/zabbix64: Add zabbix 6.4 ports
Add new ports for zabbix 6.4, an enterprise-class monitoring system.
Release notes: https://www.zabbix.com/rn/rn6.4.0
PR: 269992
PR: 270012
PR: 270013 |