notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine

Newsfeed changes

The news feed page[s] were not laid out well. Two pages, disjointed information, hard to figure out how to use the optional parameters...

Thankfully, someone told me.

The new page is ready for your review. Please compare these two:

You may also be interested in the Github issue.
Port details
zabbix5-java Enterprise-class open source distributed monitoring (java) LTS
5.0.45 net-mgmt on this many watch lists=3 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 5.0.45Version of this port present on the latest quarterly branch.
Maintainer: otis@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2020-06-03 22:50:24
Last Update: 2024-12-31 08:57:55
Commit Hash: 0835676
People watching this port, also watch:: zabbix5-proxy, zabbix5-server, zabbix5-agent, py311-Automat, py311-PyOpenGL
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.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (17 items)
Collapse this list.
  1. /usr/local/share/licenses/zabbix5-java-5.0.45/catalog.mk
  2. /usr/local/share/licenses/zabbix5-java-5.0.45/LICENSE
  3. /usr/local/share/licenses/zabbix5-java-5.0.45/GPLv2+
  4. sbin/zabbix_java/shutdown.sh
  5. sbin/zabbix_java/lib/logback-console.xml
  6. sbin/zabbix_java/lib/logback-core-1.2.9.jar
  7. sbin/zabbix_java/lib/logback-classic-1.2.9.jar
  8. sbin/zabbix_java/lib/logback.xml
  9. sbin/zabbix_java/lib/slf4j-api-1.7.32.jar
  10. sbin/zabbix_java/lib/android-json-4.3_r3.1.jar
  11. @sample sbin/zabbix_java/settings.sh.sample
  12. sbin/zabbix_java/startup.sh
  13. sbin/zabbix_java/bin/zabbix-java-gateway-5.0.45.jar
  14. @dir(zabbix,zabbix,755) /var/run/zabbix
  15. @owner
  16. @group
  17. @mode
Collapse this list.
Dependency lines:
  • zabbix5-java>0:net-mgmt/zabbix5-java
Conflicts:
CONFLICTS_INSTALL:
  • zabbix[0-9][0-9]-java
  • zabbix[0-46-9]-java
To install the port:
cd /usr/ports/net-mgmt/zabbix5-java/ && make install clean
To add the package, run one of these commands:
  • pkg install net-mgmt/zabbix5-java
  • pkg install zabbix5-java
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: zabbix5-java
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1732290452 SHA256 (zabbix-5.0.45.tar.gz) = 3f7ad9ccd0723d24019a783c3149804fab7b5a6d3db158e592913f85d9b4d1f6 SIZE (zabbix-5.0.45.tar.gz) = 21885357

No package information for this port in our database
Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link: pkg-fallout
Master port: net-mgmt/zabbix5-server
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. pkgconf>=1.3.0_1 : devel/pkgconf
  2. java : java/openjdk8
Runtime dependencies:
  1. java : java/openjdk8
Library dependencies:
  1. libpcre.so : devel/pcre
  2. libevent.so : devel/libevent
There are no ports dependent upon this port

Configuration Options:
===> The following configuration options are available for zabbix5-java-5.0.45: IPV6=on: IPv6 protocol support ===> Use 'make config' to modify these settings
Options name:
net-mgmt_zabbix5-java
USES:
pkgconfig iconv java
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://cdn.zabbix.com/zabbix/sources/stable/5.0/
Collapse this list.
Port Moves
  • port moved here from net-mgmt/zabbix4-java on 2023-12-31
    REASON: Has expired: Upstream EOL reaches on 2023-10-31

Number of commits found: 7

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
This is a slave port. You may also want to view the commits to the master port: net-mgmt/zabbix5-server
CommitCreditsLog message
5.0.45
31 Dec 2024 08:57:55
commit hash: 0835676e361bca74b28b09fe0425ed5ee958f26bcommit hash: 0835676e361bca74b28b09fe0425ed5ee958f26bcommit hash: 0835676e361bca74b28b09fe0425ed5ee958f26bcommit hash: 0835676e361bca74b28b09fe0425ed5ee958f26b files touched by this commit
Muhammad Moinur Rahman (bofh) search for other commits by this committer
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
5.0.15
19 Sep 2021 21:14:01
commit hash: eeb45e075e420a95a42f6022113cd58ee6b833facommit hash: eeb45e075e420a95a42f6022113cd58ee6b833facommit hash: eeb45e075e420a95a42f6022113cd58ee6b833facommit hash: eeb45e075e420a95a42f6022113cd58ee6b833fa files touched by this commit
Juraj Lutter (otis) search for other commits by this committer
net-mgmt/zabbix5-server: Update to 5.0.15

Summary:
- Update to 5.0.15
- Reformat a bit according to portclippy and portfmt
- Rework pidfile and logfile handling (now under /var/{run,log}/zabbix)
- Provide sample config for agentd
- Changelog: https://www.zabbix.com/rn/rn5.0.15

PR:		258076
Reviewed by:	pg@pakhom.spb.ru (maintainer)
Differential Revision: https://reviews.freebsd.org/D31845
5.0.9
07 Apr 2021 08:09:01
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
5.0.9
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
5.0.2
15 Jul 2020 13:51:56
Revision:542259Original commit files touched by this commit
dbaio search for other commits by this committer
net-mgmt/zabbix5-*: Update to 5.0.2

Changelog:	https://www.zabbix.com/rn/rn5.0.2

PR:		247972
Submitted by:	Pakhom Golynga <pg@pakhom.spb.ru> (maintainer)
MFH:		2020Q3 (blanket: bugfix release)
5.0.1_1
14 Jun 2020 15:17:02
Revision:538809Original commit files touched by this commit
dbaio search for other commits by this committer
net-mgmt/zabbix*: Add status command to the zabbix_java rc script

PR:		240139
Submitted by:	TAO ZHOU <zhoutao@laocius.org>
Approved by:	maintainer timeout (pg@pakhom.spb.ru, > 9 months)
5.0.1
03 Jun 2020 22:50:18
Revision:537856Original commit files touched by this commit
dbaio search for other commits by this committer
New ports: net-mgmt/zabbix5-[agent|frontend|java|proxy|server]

net-mgmt/zabbix4 -> net-mgmt/zabbix5

What's new in Zabbix 5.0:
https://www.zabbix.com/documentation/current/manual/introduction/whatsnew500

PR:		246447
Submitted by:	Juraj Lutter <juraj@lutter.sk>
Submitted by:	pg@pakhom.spb.ru
Reported by:	vvd@unislabs.com

Number of commits found: 7