Port details |
- zabbix7-server Enterprise-class open source distributed monitoring (server)
- 7.0.7 net-mgmt =5 7.0.4Version of this port present on the latest quarterly branch.
- Maintainer: otis@FreeBSD.org
- Port Added: 2024-06-05 07:51:05
- Last Update: 2024-12-31 08:57:55
- Commit Hash: 0835676
- People watching this port, also watch:: postfix, influxdb, postgresql17-server, firefox-esr, php84
- 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:
-
- zabbix7-server>0:net-mgmt/zabbix7-server
- Conflicts:
- CONFLICTS_INSTALL:
- zabbix7[0-9]-server
- zabbix[0-6][0-9]-server
- To install the port:
- cd /usr/ports/net-mgmt/zabbix7-server/ && make install clean
- To add the package, run one of these commands:
- pkg install net-mgmt/zabbix7-server
- pkg install zabbix7-server
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: zabbix7-server
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1734707112
SHA256 (zabbix-7.0.7.tar.gz) = 199bf43805c2922565d7286116e1f57effeaa2b985c1afc82bfbab1e6a754483
SIZE (zabbix-7.0.7.tar.gz) = 44142959
Packages (timestamps in pop-ups are UTC):
- Slave ports:
-
- net-mgmt/zabbix7-agent
- net-mgmt/zabbix7-frontend
- net-mgmt/zabbix7-java
- net-mgmt/zabbix7-proxy
- 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 zabbix7-server-7.0.7:
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_zabbix7-server
- USES:
- gnome iconv pkgconfig compiler:c11 mysql:80 ssl
- pkg-message:
- For install:
- 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.
% cd /usr/local/share/zabbix7/server/database
And follow the instructions:
https://www.zabbix.com/documentation/7.0/manual/appendix/install/db_scripts
Upgrade notes for 7.0.0:
https://www.zabbix.com/documentation/7.0/en/manual/installation/upgrade_notes_700
Upgrade procedure:
https://www.zabbix.com/documentation/7.0/manual/installation/upgrade/sources
Please see https://www.zabbix.com/ for detailed information about Zabbix.
Official Zabbix documentation:
https://www.zabbix.com/documentation/7.0/en/manual
For Zabbix frontend "Welcome" screen. Enter the user name Admin with password
zabbix to log in as a Zabbix superuser.
For use NMAP please edit sudoers.
This is a Zabbix LTS release!
Zabbix LTS releases are supported for Zabbix customers during five (5) years
i.e. 3 years of Full Support (general, critical and security issues) and 2
additional years of Limited Support (critical and security issues only).
Zabbix LTS version release will result in change of the first version number.
Release name: Zabbix 7.0 LTS
Release date: 2024-06-04
End of Full Support: 2027-06-30
End of Limited Support: 2029-06-31
Zabbix Life Cycle & Release Policy:
https://www.zabbix.com/life_cycle_and_release_policy
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
7.0.7 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 |
7.0.7 20 Dec 2024 22:03:00 |
Juraj Lutter (otis) |
net-mgmt/zabbix7-server: Update to 7.0.7
Release notes: https://www.zabbix.com/rn/rn7.0.7 |
7.0.6 22 Nov 2024 18:37:35 |
Juraj Lutter (otis) |
net-mgmt/zabbix7-server: Update to 7.0.6
Release notes: https://www.zabbix.com/rn/rn7.0.6 |
7.0.5 22 Oct 2024 19:05:49 |
Juraj Lutter (otis) |
net-mgmt/zabbix7-server: Update to 7.0.5
Release notes: https://www.zabbix.com/rn/rn7.0.5 |
7.0.4 24 Sep 2024 15:28:54 |
Juraj Lutter (otis) |
net-mgmt/zabbix7-server: Update to 7.0.4
Release notes: https://www.zabbix.com/rn/rn7.0.4 |
7.0.3 20 Aug 2024 19:41:19 |
Juraj Lutter (otis) |
net-mgmt/zabbix7-server: Update to 7.0.3
Release notes: https://www.zabbix.com/rn/rn7.0.3 |
7.0.2 04 Aug 2024 20:16:30 |
Juraj Lutter (otis) |
net-mgmt/zabbix7-server: Update to 7.0.2
Release notes: https://www.zabbix.com/rn/rn7.0.2 |
7.0.1 26 Jul 2024 19:59:24 |
Juraj Lutter (otis) |
net-mgmt/zabbux7-frontend: Fix pkg-plist and thus build
Fix pkg-plist for frontend where two files were missing
from the previous attempt to fix.
Reported by: russian@russerver.org (via e-mail) |
7.0.1 23 Jul 2024 13:51:51 |
Juraj Lutter (otis) |
net-mgmt/zabbix7-frontend: Fix pkg-plist and thus build
Fix pkg-plist for frontend. |
7.0.1 23 Jul 2024 07:37:03 |
Juraj Lutter (otis) |
net-mgmt/zabbix7-server: Update to 7.0.1
Release notes: https://www.zabbix.com/rn/rn7.0.1 |
7.0.0 05 Jun 2024 07:48:15 |
Juraj Lutter (otis) |
net-mgmt/zabbix7: Add zabbix 7.0 ports
Add new ports for zabbix 7.0, an enterprise-class monitoring system.
Release notes: https://www.zabbix.com/rn/rn7.0.0 |